Re: ddb: simplify breakpoint and watchpoint code

2010-11-20 Thread Kenneth R Westerback
On Sat, Nov 20, 2010 at 03:44:13PM +, Miod Vallat wrote: > The breakpoint and watchpoint code inherited from Mach used to be able > (under Mach) to put {break,watch}points in user processes. This is > disabled in BSD, but there is still tentacles of this left in the code > and structures, which

ddb: simplify breakpoint and watchpoint code

2010-11-20 Thread Miod Vallat
The breakpoint and watchpoint code inherited from Mach used to be able (under Mach) to put {break,watch}points in user processes. This is disabled in BSD, but there is still tentacles of this left in the code and structures, which only make it larger. Any objections against the following cleaning