GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
gdb.dap.events Namespace Reference

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
 

Function Documentation

◆ _cont()

gdb.dap.events._cont ( event)
protected

Definition at line 98 of file events.py.

Referenced by gdb.dap.events._on_inferior_call().

◆ _new_objfile()

gdb.dap.events._new_objfile ( event)
protected

Definition at line 71 of file events.py.

◆ _new_thread()

gdb.dap.events._new_thread ( event)
protected

Definition at line 59 of file events.py.

References gdb.dap.events.thread_event().

◆ _objfile_removed()

gdb.dap.events._objfile_removed ( event)
protected

Definition at line 83 of file events.py.

◆ _on_exit()

gdb.dap.events._on_exit ( event)
protected

Definition at line 32 of file events.py.

◆ _on_inferior_call()

gdb.dap.events._on_inferior_call ( event)
protected

Definition at line 169 of file events.py.

References gdb.dap.events._cont(), and gdb.dap.events._on_stop().

◆ _on_stop()

gdb.dap.events._on_stop ( event)
protected

Definition at line 139 of file events.py.

Referenced by gdb.dap.events._on_inferior_call().

◆ _thread_exited()

gdb.dap.events._thread_exited ( event)
protected

Definition at line 66 of file events.py.

References gdb.dap.events.thread_event().

◆ exec_and_expect_stop()

gdb.dap.events.exec_and_expect_stop ( cmd,
reason )
Indicate that a stop is expected, then execute CMD

Definition at line 127 of file events.py.

◆ thread_event()

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().

Variable Documentation

◆ _expected_stop

gdb.dap.events._expected_stop = None
protected

Definition at line 123 of file events.py.

◆ _infcall_was_running

bool gdb.dap.events._infcall_was_running = False
protected

Definition at line 165 of file events.py.

◆ _suppress_cont

bool gdb.dap.events._suppress_cont = False
protected

Definition at line 94 of file events.py.

◆ inferior_running

bool gdb.dap.events.inferior_running = False

Definition at line 28 of file events.py.