diff options
Diffstat (limited to 'gdb/doc/python.texi')
-rw-r--r-- | gdb/doc/python.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index ce5810e..8c246a4 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -3110,13 +3110,6 @@ currently active. All record objects become invalid after this call. A @code{gdb.Record} object has the following attributes: -@defvar Record.ptid -ID of the thread associated with this object as a tuple of three integers. The -first is the Process ID (PID); the second is the Lightweight Process ID (LWPID), -and the third is the Thread ID (TID). Either the LWPID or TID may be 0, which -indicates that the operating system does not use that identifier. -@end defvar - @defvar Record.method A string with the current recording method, e.g.@: @code{full} or @code{btrace}. |