1$NetBSD: TODO,v 1.2 1997/06/26 07:21:45 thorpej Exp $
2
3These are not necessarily in order of importance:
4
5Support hardware breakpoints on processors/machines
6that have them (e.g. 386)(maybe, use them only
7for watchpoints, since their number is limited).
8
9Support debugging a single process only (breakpoints only
10stop when hit by the correct process).
11
12Support additional registers (CRx, FPU etc.)
13
14Support interrupting a debugging handshake when the
15protocol hangs (Is this necessary? easily possible?).
16
17Support handling of pagefaults so the debugger sees the
18same memory contents as the kernel (Extremely questionable,
19since it would need to much interaction between debugger
20and the rest of the kernel, I think).
21
22Support prespecification of debugging host in the config file
23to better control access to the debuggee.
24