diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-12 03:23:32 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-12 03:23:32 +0000 |
commit | fb182850985cdd243f9e4782e83a141edb5aabdf (patch) | |
tree | d9e7250e0e86aa9d1f5f49cbcb24a835d5586c21 /gdb/ChangeLog | |
parent | 4807bcf9a39f312d6a6b5189122520a666ec35a8 (diff) | |
download | gdb-fb182850985cdd243f9e4782e83a141edb5aabdf.zip gdb-fb182850985cdd243f9e4782e83a141edb5aabdf.tar.gz gdb-fb182850985cdd243f9e4782e83a141edb5aabdf.tar.bz2 |
Minor rewording of message containing name of program that generated a
core file (core.c), permanently remove the register_addr() stub (elfread.c),
move a misplaced #endif (procfs.c), and add fetch_core_registers func for
core file support (procfs.c).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e5c8bf3..fdcea0c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Mon Nov 11 19:14:31 1991 Fred Fish (fnf at cygnus.com) + + * core.c: Minor rewording of message to user containing name of + (and possibly arguments to) the program that generated a core + file. + + * elfread.c: Remove the register_addr() stub now that it is no + longer needed. + + * procfs.c: Move misplaced #endif for ATTACH_DETACH. Add new + fetch_core_registers() function for core file support. + Sat Nov 9 13:37:57 1991 Fred Fish (fnf at cygnus.com) * dwarfread.c (dwarf_psymtab_to_symtab): Remove leftover call |