Added optional "singleStep" parameter to ContinueThread().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,8 @@ public:
|
||||
int32 length);
|
||||
status_t ClearWatchpoint(void* address);
|
||||
|
||||
status_t ContinueThread(thread_id thread);
|
||||
status_t ContinueThread(thread_id thread,
|
||||
bool singleStep = false);
|
||||
status_t SetThreadDebuggingFlags(thread_id thread,
|
||||
int32 flags);
|
||||
status_t GetThreadCpuState(thread_id thread,
|
||||
|
||||
Reference in New Issue
Block a user