GDB (xrefs)
Loading...
Searching...
No Matches
startup.py File Reference

Go to the source code of this file.

Classes

class  gdb.dap.startup.LoggingParam
 
class  gdb.dap.startup.Invoker
 

Namespaces

namespace  gdb
 
namespace  gdb.dap
 
namespace  gdb.dap.startup
 

Functions

 gdb.dap.startup.start_thread (name, target, args=())
 
 gdb.dap.startup.start_dap (target)
 
 gdb.dap.startup.in_gdb_thread (func)
 
 gdb.dap.startup.in_dap_thread (func)
 
 gdb.dap.startup.log (something)
 
 gdb.dap.startup.log_stack ()
 
 gdb.dap.startup.exec_and_log (cmd)
 
 gdb.dap.startup.send_gdb (cmd)
 
 gdb.dap.startup.send_gdb_with_response (fn)
 

Variables

 gdb.dap.startup._gdb_thread = threading.current_thread()
 
 gdb.dap.startup._dap_thread = None
 
 gdb.dap.startup.dap_log = LoggingParam()