libdebug.data.gdb_resume_event
GdbResumeEvent
This class handles the actions needed to resume the debugging session, after returning from GDB.
Source code in libdebug/data/gdb_resume_event.py
__init__(internal_debugger, lambda_function)
Initializes the GdbResumeEvent.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
internal_debugger |
InternalDebugger
|
The internal debugger instance. |
required |
lambda_function |
callable[[], None]
|
The blocking lambda function to wait on. |
required |
Source code in libdebug/data/gdb_resume_event.py
join()
Resumes the debugging session, blocking the script until GDB terminate and libdebug reattaches.