GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gdb.Thread Class Reference
Inheritance diagram for gdb.Thread:

Public Member Functions

 start (self)
 
 start (self)
 

Detailed Description

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.

Member Function Documentation

◆ start() [1/2]

gdb.Thread.start ( self)

Definition at line 287 of file __init__.py.

References gdb.blocked_signals(), and gdb.Thread.start().

◆ start() [2/2]

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


The documentation for this class was generated from the following files: