diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-11-08 21:40:14 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-11-08 21:40:14 +0000 |
commit | 5cd1adaba5328d5421b6641ac0a1eba5072b61c0 (patch) | |
tree | 9fd0b37ae86b6e5308b9f27e7bf01b3b0c7b41ca /gdb | |
parent | 7fcd960efa481a1b48536fa42539c283abf8ed64 (diff) | |
download | gdb-5cd1adaba5328d5421b6641ac0a1eba5072b61c0.zip gdb-5cd1adaba5328d5421b6641ac0a1eba5072b61c0.tar.gz gdb-5cd1adaba5328d5421b6641ac0a1eba5072b61c0.tar.bz2 |
* TODO: Remove "Watchpoints seem not entirely reliable, though
they haven't failed me recently." item--this old (4.6 at least)
item is too vague to be useful (some watchpoint bugs have been
fixed since then).
* TODO: Add explanation of "RPC interface" item.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 11 | ||||
-rw-r--r-- | gdb/TODO | 11 |
2 files changed, 17 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 579776a..2f9ffe7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ +Tue Nov 8 13:20:14 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * TODO: Remove "Watchpoints seem not entirely reliable, though + they haven't failed me recently." item--this old (4.6 at least) + item is too vague to be useful (some watchpoint bugs have been + fixed since then). + * TODO: Add explanation of "RPC interface" item. + Mon Nov 7 22:25:21 1994 Jeff Law (law@snake.cs.utah.edu) + * hppa-tdep.c (read_unwind_info): Use "text_offset" for linker + stub unwind descriptors too. + * Enable backtracing from inside a SOM shared library back into user code. * hppa-tdep.c (internalize_unwinds): Accept and use new @@ -105,10 +105,9 @@ blockframe.c, and plenty more. (I count 634 as of 940621 - sts) to get to that spot by accident. E.g. "n" over execute_command which has an error. -Watchpoints seem not entirely reliable, though they haven't failed me recently. - -"set zeroprint off", don't bother printing members of structs which are entirely -zero. Useful for those big structs with few useful members. +"set zeroprint off", don't bother printing members of structs which +are entirely zero. Useful for those big structs with few useful +members. GDB does four ioctl's for every command, probably switching terminal modes to/from inferior or for readline or something. @@ -180,7 +179,9 @@ but not get too snowed if it finds references to the older copy. Generalize and Standardize the RPC interface to a target program, improve it beyond the "ptrace" interface, and see if it can become a -standard for remote debugging. +standard for remote debugging. (This is talking about the vxworks +interface. Seems unlikely to me that there will be "a standard" for +remote debugging anytime soon --kingdon, 8 Nov 1994). Remove all references to: text_offset |