core/debugger: Improved stepping mechanism and misc fixes
This commit is contained in:
parent
fb4b3c127f
commit
989d4a7a41
16 changed files with 252 additions and 122 deletions
|
@ -35,11 +35,6 @@ public:
|
|||
*/
|
||||
bool NotifyThreadStopped(Kernel::KThread* thread);
|
||||
|
||||
/**
|
||||
* Returns whether a step is in progress.
|
||||
*/
|
||||
bool IsStepping() const;
|
||||
|
||||
private:
|
||||
std::unique_ptr<DebuggerImpl> impl;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue