From 45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 25 Sep 1997 01:26:36 +0000 Subject: * 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. --- gdb/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gdb/ChangeLog') 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 + + * 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 * Makefile.in (ALLCONFIG): Remove, inaccurate and never used. -- cgit v1.1