GDB (xrefs)
|
Go to the source code of this file.
Namespaces | |
namespace | gdb |
namespace | gdb.dap |
namespace | gdb.dap.launch |
Functions | |
gdb.dap.launch._launch_setup (program, cwd, args, env, stopAtBeginningOfMainSubprogram) | |
gdb.dap.launch.launch (*Optional[str] program=None, Optional[str] cwd=None, Sequence[str] args=(), Optional[Mapping[str, str]] env=None, bool stopAtBeginningOfMainSubprogram=False, **extra) | |
gdb.dap.launch.attach (*Optional[int] pid=None, Optional[str] target=None, **args) | |
gdb.dap.launch.config_done (**args) | |
Variables | |
gdb.dap.launch._program = None | |