diff options
author | Stu Grossman <grossman@cygnus> | 1994-09-14 08:02:51 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-09-14 08:02:51 +0000 |
commit | 335129a9777b078b3e9945398daa1f61e3034087 (patch) | |
tree | 502f3b875f26493e8eafec7c243ac422d840d7d1 /gdb/ChangeLog | |
parent | 3deb20fbc10bc5031ed8cf2390f08dac4869bd23 (diff) | |
download | gdb-335129a9777b078b3e9945398daa1f61e3034087.zip gdb-335129a9777b078b3e9945398daa1f61e3034087.tar.gz gdb-335129a9777b078b3e9945398daa1f61e3034087.tar.bz2 |
* gdbtk.tcl: Add ref counts to breakpoint tags.
* Put quotes around function name in disassemble command to better
handle assembler names containing `.'.
* Make pclist element 0 be filler to avoid off-by-one problem with
line numbers.
* Set names of top-level windows.
* Add register display window.
* Add PC to label of assembly window.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f3f9bd5..f8313e0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Wed Sep 14 00:55:26 1994 Stu Grossman (grossman@cygnus.com) + + * gdbtk.tcl: Add ref counts to breakpoint tags. + * Put quotes around function name in disassemble command to better + handle assembler names containing `.'. + * Make pclist element 0 be filler to avoid off-by-one problem with + line numbers. + * Set names of top-level windows. + * Add register display window. + * Add PC to label of assembly window. + Tue Sep 13 18:23:26 1994 Rob Savoye (rob@darkstar.cygnus.com) * w89k-rom.c op50-rom.c monitor.c config/pa/hppapro.mt: New files |