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