Make the public breakpoint API simpler to use for callers.
commit0d565f063c3aab99e9bf432ad3efd06071981081
authorJohannes Sixt <j6t@kdbg.org>
Thu, 1 Jan 2009 21:50:55 +0000 (1 22:50 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 5 Jan 2009 13:07:15 +0000 (5 14:07 +0100)
tree6ebfbe6ec332a690719987b3460f0c655b2dac0c
parent74a38f93c9c964cd45101b55763e5bb8e2eefafc
Make the public breakpoint API simpler to use for callers.

The callers have the breakpoint ID available, but the API previously
required to pass in the breakpoint object that is to be modified. Now it
is sufficient to pass in the breakpoint ID.
kdbg/brkpt.cpp
kdbg/brkpt.h
kdbg/debugger.cpp
kdbg/debugger.h