GDB (xrefs)
|
Public Member Functions | |
start (self) | |
start (self) | |
A GDB-specific wrapper around threading.Thread This wrapper ensures that the new thread blocks any signals that must be delivered on GDB's main thread.
Definition at line 281 of file __init__.py.
gdb.Thread.start | ( | self | ) |
Definition at line 287 of file __init__.py.
References gdb.blocked_signals(), and gdb.Thread.start().
gdb.Thread.start | ( | self | ) |
Definition at line 287 of file __init__.py.
References gdb.blocked_signals(), and gdb.Thread.start().
Referenced by gdb.Thread.start().