diff options
author | Stu Grossman <grossman@cygnus> | 1997-09-25 01:26:36 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-09-25 01:26:36 +0000 |
commit | 45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa (patch) | |
tree | e34e5accd538bab88c44b9091ba8f6e8998d96cc /gdb/ChangeLog | |
parent | 4d5d36f015212384d5540c5d65ae9e220ad226cc (diff) | |
download | gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.zip gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.tar.gz gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.tar.bz2 |
* The following block of changes add support for debugging assembly
source files.
* breakpoint.c (resolve_sal_pc): Prevent crash when pc isn't
associated with a function.
* buildsym.c (record_line start_symtab end_symtab): Don't delete
symtabs which only have line numbers (but no other debug symbols).
* dbxread.c (read_dbx_symtab end_psymtab): Ditto.
* remote-sim.c: New functions gdbsim_insert/remove_breakpoint. Use
intrinsic simulator breakpoints if available, otherwise do it the
hard way.
* configure.tgt: Add d30v.
* d30v-tdep.c: New file.
* config/d30v/d30v.mt, config/d30v/tm-d30v.h: New files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0da5389..651098a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +Wed Sep 24 18:12:47 1997 Stu Grossman <grossman@babylon-5.cygnus.com> + + * The following block of changes add support for debugging assembly + source files. + * breakpoint.c (resolve_sal_pc): Prevent crash when pc isn't + associated with a function. + * buildsym.c (record_line start_symtab end_symtab): Don't delete + symtabs which only have line numbers (but no other debug symbols). + * dbxread.c (read_dbx_symtab end_psymtab): Ditto. + + * remote-sim.c: New functions gdbsim_insert/remove_breakpoint. Use + intrinsic simulator breakpoints if available, otherwise do it the + hard way. +start-sanitize-d30v + * configure.tgt: Add d30v. + * d30v-tdep.c: New file. + * config/d30v/d30v.mt, config/d30v/tm-d30v.h: New files. +end-sanitize-d30v + Tue Sep 23 11:24:13 1997 Stan Shebs <shebs@andros.cygnus.com> * Makefile.in (ALLCONFIG): Remove, inaccurate and never used. |