mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
HackStudio: Implement "Step Over" debugging action
The "Step Over" action continues execution without stepping into instructions in subsequent function calls.
This commit is contained in:
parent
99788e6b32
commit
5c494eefd6
7 changed files with 75 additions and 13 deletions
|
@ -113,6 +113,8 @@ private:
|
|||
void remove_temporary_breakpoints();
|
||||
void do_step_out(const PtraceRegisters&);
|
||||
void do_step_over(const PtraceRegisters&);
|
||||
void insert_temporary_breakpoint(FlatPtr address);
|
||||
void insert_temporary_breakpoint_at_return_address(const PtraceRegisters&);
|
||||
|
||||
OwnPtr<DebugSession> m_debug_session;
|
||||
DebuggingState m_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue