aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1994-07-09 23:30:21 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1994-07-09 23:30:21 +0000
commitdefa6c748a33599c680b31f3a746448531519d4f (patch)
treea1e1cdcb12c5181640c3ed94479090440dd93e83 /gdb/ChangeLog
parentd0d30489254a62e47b28e544901536215760821a (diff)
downloadfsf-binutils-gdb-defa6c748a33599c680b31f3a746448531519d4f.zip
fsf-binutils-gdb-defa6c748a33599c680b31f3a746448531519d4f.tar.gz
fsf-binutils-gdb-defa6c748a33599c680b31f3a746448531519d4f.tar.bz2
* symtab.c (find_function_start_sal): New function to find
the start of a function from a function symbol. (decode_line_1, decode_line_2): Use it instead of open coded partial copies of the code. (list_symbols): Quote symbol name before passing it to break_command to enable proper handling of mangled symbols.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3579b3c..9af829f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+Sat Jul 9 16:28:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * symtab.c (find_function_start_sal): New function to find
+ the start of a function from a function symbol.
+ (decode_line_1, decode_line_2): Use it instead of open coded
+ partial copies of the code.
+ (list_symbols): Quote symbol name before passing it to
+ break_command to enable proper handling of mangled symbols.
+
+Wed Jul 6 20:22:07 1994 Per Bothner (bothner@kalessin.cygnus.com)
+
+ * ch-exp.y (match_simple_name_string): Don't lower-case here.
+ * ch-exp.y (yylex): First try name lookup using exact name
+ typed by user; if that fails, try lower-cased name.
+
Wed Jul 6 00:48:57 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* dbxread.c, elfread.c, mipsread.c, nlmread.c, os9kread.c: