GDB (xrefs)
|
Classes | |
class | StopKinds |
Functions | |
_on_exit (event) | |
thread_event (event, reason) | |
_new_thread (event) | |
_thread_exited (event) | |
_new_objfile (event) | |
_objfile_removed (event) | |
_cont (event) | |
exec_and_expect_stop (cmd, reason) | |
_on_stop (event) | |
_on_inferior_call (event) | |
Variables | |
bool | inferior_running = False |
bool | _suppress_cont = False |
_expected_stop = None | |
bool | _infcall_was_running = False |
|
protected |
Definition at line 98 of file events.py.
Referenced by gdb.dap.events._on_inferior_call().
|
protected |
Definition at line 59 of file events.py.
References gdb.dap.events.thread_event().
|
protected |
Definition at line 169 of file events.py.
References gdb.dap.events._cont(), and gdb.dap.events._on_stop().
|
protected |
Definition at line 139 of file events.py.
Referenced by gdb.dap.events._on_inferior_call().
|
protected |
Definition at line 66 of file events.py.
References gdb.dap.events.thread_event().
gdb.dap.events.exec_and_expect_stop | ( | cmd, | |
reason ) |
gdb.dap.events.thread_event | ( | event, | |
reason ) |
Definition at line 48 of file events.py.
Referenced by gdb.dap.events._new_thread(), and gdb.dap.events._thread_exited().
|
protected |