summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-05-19 19:58:41 +0000
committerJason Molenda <jmolenda@apple.com>1999-05-19 19:58:41 +0000
commit9e086581c726753ae7459a4c77ea9b37c34c5500 (patch)
tree18cb4aec7982e5c6c740346600199e22b81c9566 /gdb/breakpoint.c
parent1ceea51453d4ef2d739ce4dfe5d7a74c9a32dc64 (diff)
import gdb-1999-0519
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 30e94edfbb..d410a57752 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -2928,7 +2928,7 @@ breakpoint_1 (bnum, allflag)
while (l)
{
- print_command_line (l, 4);
+ print_command_line (l, 4, gdb_stdout);
l = l->next;
}
}