diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-02 20:55:34 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-02 20:55:34 +0000 |
commit | e05fe481fa762c2be12cdaa060f43550079ce9e4 (patch) | |
tree | d091a0ac570be6f682db0b5dfc69a2e4a607f14e /gdb/TODO | |
parent | 48ee0757411a3a64bca9534f7930955105b8db15 (diff) | |
download | gdb-e05fe481fa762c2be12cdaa060f43550079ce9e4.zip gdb-e05fe481fa762c2be12cdaa060f43550079ce9e4.tar.gz gdb-e05fe481fa762c2be12cdaa060f43550079ce9e4.tar.bz2 |
* TODO: Don't suggest doing fast watchpoints by stepping a line
at a time. That would be really hairy and still not fast enough.
Do suggest debug registers and page table diddling.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ Breakpoints should not be inserted and deleted all the time. Only the one(s) there should be removed when we have to step over one. Support breakpoints that don't have to be removed to step over them. -Speed up watchpoints by not single-stepping them, but do something -faster like single-line execution. Speed them up tremendously on -machines that have watchpoint registers. +Speed up watchpoints by using debug registers, page table diddling (on +SunOS4, can call mprotect() in the inferior; on other machines can do +something simpler), etc. Update gdbint.texinfo to include doc on the directory structure and the various tricks of building gdb. |