projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae1cf5
)
Fix from Paul Breed:
author
Jim Blandy
<jimb@codesourcery.com>
Wed, 25 Sep 2002 03:10:26 +0000
(
03:10
+0000)
committer
Jim Blandy
<jimb@codesourcery.com>
Wed, 25 Sep 2002 03:10:26 +0000
(
03:10
+0000)
* main.c (captured_main): Add a `break' after the case for 'b'.
gdb/ChangeLog
patch
|
blob
|
history
gdb/main.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 46a0bb1728462c5653328473f733787c30371fda..7e9bf6f2822fde0b982a211d5f7b9aaaf111373f 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2002-09-24 Jim Blandy <jimb@redhat.com>
+
+ Fix from Paul Breed:
+ * main.c (captured_main): Add a `break' after the case for 'b'.
+
2002-09-24 Keith Seitz <keiths@redhat.com>
* varobj.c (c_type_of_child): Use get_target_type instead
diff --git
a/gdb/main.c
b/gdb/main.c
index 61479e8f1e68864cb326c0e569310d21c66c9a7e..4299817880e428539e0c9f96f6758ce50c395fea 100644
(file)
--- a/
gdb/main.c
+++ b/
gdb/main.c
@@
-397,6
+397,7
@@
extern int gdbtk_test (char *);
else
baud_rate = i;
}
+ break;
case 'l':
{
int i;