aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.c
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1997-06-07 09:38:31 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1997-06-07 09:38:31 +0000
commit27f1958c241c861d12f40901a96a119cabf0228c (patch)
tree8879cbe6e3d4e249985b117541b211e956806e48 /gdb/gdbtk.c
parent94d8217d652d28bf71ba768b142f5cc51086111e (diff)
downloadgdb-27f1958c241c861d12f40901a96a119cabf0228c.zip
gdb-27f1958c241c861d12f40901a96a119cabf0228c.tar.gz
gdb-27f1958c241c861d12f40901a96a119cabf0228c.tar.bz2
start-sanitize-gdbtk
* gdbtk.c (gdb_get_breakpoint_info): Add string for new enumeration del_at_next_stop to bpdisp array. end-sanitize-gdbtk * eval.c (evaluate_subexp_for_sizeof): Handle dereferencing of non-pointer values. * symtab.c (gdb_mangle_name): Improve mangling of nested types, their physical names already include the class name. * valops.c (value_cast): Handle upcast of a class pointer. From Andreas Schwab (schwab@issan.informatik.uni-dortmund.de): * corelow.c (get_core_registers): Make secname big enough.
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r--gdb/gdbtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c
index 2306d09..72b711b 100644
--- a/gdb/gdbtk.c
+++ b/gdb/gdbtk.c
@@ -376,7 +376,7 @@ gdb_get_breakpoint_info (clientData, interp, argc, argv)
"longjmp", "longjmp resume", "step resume",
"through sigtramp", "watchpoint scope",
"call dummy" };
- static char *bpdisp[] = {"delete", "disable", "donttouch"};
+ static char *bpdisp[] = {"delete", "delstop", "disable", "donttouch"};
struct command_line *cmd;
int bpnum;
struct breakpoint *b;