diff options
author | Fred Fish <fnf@specifix.com> | 1996-05-08 23:34:34 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-05-08 23:34:34 +0000 |
commit | 3f37b6961216048f92b5fa82d8f33d395e27c05b (patch) | |
tree | 150668eaa46d574171ec49d8ccc57fd047924e61 /gdb/gdbtk.c | |
parent | db1e2aa7e44fea30f7a7c8c0308fedb5c763790b (diff) | |
download | gdb-3f37b6961216048f92b5fa82d8f33d395e27c05b.zip gdb-3f37b6961216048f92b5fa82d8f33d395e27c05b.tar.gz gdb-3f37b6961216048f92b5fa82d8f33d395e27c05b.tar.bz2 |
* breakpoint.c (clear_momentary_breakpoints): Remove dead code
that is referenced nowhere else.
(set_breakpoint): Ditto.
(do_enable_breakpoint): Created from enable_once_breakpoint
with a couple of changes.
(enable_breakpoint): Call do_enable_breakpoint with an appropriate
bpdisp enum value to set disposition of breakpoint.
(enable_once_breakpoint): Ditto.
(enable_delete_breakpoint): Ditto.
* breakpoint.h (clear_momentary_breakpoints): Remove prototype.
* symtab.c (find_pc_line): Improve comments.
* gdbtk.c: Fix a couple of misspellings.
* xcoffread.c: Ditto.
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r-- | gdb/gdbtk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index 3c8cfbb..bf5c251 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -50,7 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #endif /* Some versions (1.3.79, 1.3.81) of Linux don't support SIOCSPGRP the way - gdbtk wants to us it... */ + gdbtk wants to use it... */ #ifdef __linux__ #undef SIOCSPGRP #endif @@ -1235,7 +1235,7 @@ gdbtk_init () discard_cleanups (old_chain); } -/* Come here during initialze_all_files () */ +/* Come here during initialize_all_files () */ void _initialize_gdbtk () |