Python: Remove ptid from gdb.Record interface
[deliverable/binutils-gdb.git] / gdb / doc / python.texi
index ce5810e45ff3965c4e716eccc22e5bfa5e9f3e2a..8c246a43719b685c99d1704c83d878c9cbdaf6e6 100644 (file)
@@ -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}.
This page took 0.040951 seconds and 4 git commands to generate.