Searched hist:"44 b5d72b5aeb8bba2c348c27022e7cfe1c96f456" (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/libroot/os/ |
H A D | debug.c | 44b5d72b5aeb8bba2c348c27022e7cfe1c96f456 Tue Mar 20 16:20:13 UTC 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Added new functions to the debugger API: {set,clear}_debugger_{break,watch}point(), allowing to set/clear break and watchpoints for the calling team. When a break/watchpoint is hit, the team enters the debugger. Handy in situations when the program in question can't really be started in a debugger (or it would be complicated to do so). The functions work only as long as no debugger is installed for the team.
We clear the arch specific team and thread debug infos now, when a new debugger is installed, thus clearing break- and watchpoints.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20396 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/kernel/ |
H A D | user_debugger.h | 44b5d72b5aeb8bba2c348c27022e7cfe1c96f456 Tue Mar 20 16:20:13 UTC 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Added new functions to the debugger API: {set,clear}_debugger_{break,watch}point(), allowing to set/clear break and watchpoints for the calling team. When a break/watchpoint is hit, the team enters the debugger. Handy in situations when the program in question can't really be started in a debugger (or it would be complicated to do so). The functions work only as long as no debugger is installed for the team.
We clear the arch specific team and thread debug infos now, when a new debugger is installed, thus clearing break- and watchpoints.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20396 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/os/kernel/ |
H A D | debugger.h | 44b5d72b5aeb8bba2c348c27022e7cfe1c96f456 Tue Mar 20 16:20:13 UTC 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Added new functions to the debugger API: {set,clear}_debugger_{break,watch}point(), allowing to set/clear break and watchpoints for the calling team. When a break/watchpoint is hit, the team enters the debugger. Handy in situations when the program in question can't really be started in a debugger (or it would be complicated to do so). The functions work only as long as no debugger is installed for the team.
We clear the arch specific team and thread debug infos now, when a new debugger is installed, thus clearing break- and watchpoints.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20396 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/debug/ |
H A D | user_debugger.cpp | 44b5d72b5aeb8bba2c348c27022e7cfe1c96f456 Tue Mar 20 16:20:13 UTC 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Added new functions to the debugger API: {set,clear}_debugger_{break,watch}point(), allowing to set/clear break and watchpoints for the calling team. When a break/watchpoint is hit, the team enters the debugger. Handy in situations when the program in question can't really be started in a debugger (or it would be complicated to do so). The functions work only as long as no debugger is installed for the team.
We clear the arch specific team and thread debug infos now, when a new debugger is installed, thus clearing break- and watchpoints.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20396 a95241bf-73f2-0310-859d-f6bbb57e9c96
|