The corresponding @value{GDBN} command is @samp{tfind}.
@findex -trace-define-variable
-@subheading -trace-define-variable
+@subheading The @code{-trace-define-variable} Command
@subsubheading Synopsis
@subsubheading Example
@findex -trace-list-variables
-@subheading -trace-list-variables
+@subheading The @code{-trace-list-variables} Command
@subsubheading Synopsis
@end smallexample
@findex -trace-save
-@subheading -trace-save
+@subheading The @code{-trace-save} Command
@subsubheading Synopsis
@findex -trace-start
-@subheading -trace-start
+@subheading The @code{-trace-start} Command
@subsubheading Synopsis
The corresponding @value{GDBN} command is @samp{tstart}.
@findex -trace-status
-@subheading -trace-status
+@subheading The @code{-trace-status} Command
@subsubheading Synopsis
The corresponding @value{GDBN} command is @samp{tstatus}.
@findex -trace-stop
-@subheading -trace-stop
+@subheading The @code{-trace-stop} Command
@subsubheading Synopsis
@findex -list-thread-groups
@subheading The @code{-list-thread-groups} Command
-@subheading Synopsis
+@subsubheading Synopsis
@smallexample
-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
@end table
-@subheading Example
+@subsubheading Example
@smallexample
(@value{GDBP})
@findex -add-inferior
@subheading The @code{-add-inferior} Command
-@subheading Synopsis
+@subsubheading Synopsis
@smallexample
-add-inferior [ --no-connection ]
The name of the connection type used for the new inferior.
@end table
-@subheading @value{GDBN} Command
+@subsubheading @value{GDBN} Command
The corresponding @value{GDBN} command is @samp{add-inferior}
(@pxref{add_inferior_cli,,@samp{add-inferior}}).
-@subheading Example
+@subsubheading Example
@smallexample
(@value{GDBP})
@findex -interpreter-exec
@subheading The @code{-interpreter-exec} Command
-@subheading Synopsis
+@subsubheading Synopsis
@smallexample
-interpreter-exec @var{interpreter} @var{command}
Execute the specified @var{command} in the given @var{interpreter}.
-@subheading @value{GDBN} Command
+@subsubheading @value{GDBN} Command
The corresponding @value{GDBN} command is @samp{interpreter-exec}.
-@subheading Example
+@subsubheading Example
@smallexample
(gdb)
@findex -inferior-tty-set
@subheading The @code{-inferior-tty-set} Command
-@subheading Synopsis
+@subsubheading Synopsis
@smallexample
-inferior-tty-set /dev/pts/1
Set terminal for future runs of the program being debugged.
-@subheading @value{GDBN} Command
+@subsubheading @value{GDBN} Command
The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
-@subheading Example
+@subsubheading Example
@smallexample
(gdb)
@findex -inferior-tty-show
@subheading The @code{-inferior-tty-show} Command
-@subheading Synopsis
+@subsubheading Synopsis
@smallexample
-inferior-tty-show
Show terminal for future runs of program being debugged.
-@subheading @value{GDBN} Command
+@subsubheading @value{GDBN} Command
The corresponding @value{GDBN} command is @samp{show inferior-tty}.
-@subheading Example
+@subsubheading Example
@smallexample
(gdb)
@findex -enable-timings
@subheading The @code{-enable-timings} Command
-@subheading Synopsis
+@subsubheading Synopsis
@smallexample
-enable-timings [yes | no]
developers optimize the performance of their code. No argument is
equivalent to @samp{yes}.
-@subheading @value{GDBN} Command
+@subsubheading @value{GDBN} Command
No equivalent.
-@subheading Example
+@subsubheading Example
@smallexample
(gdb)
@findex -complete
@subheading The @code{-complete} Command
-@subheading Synopsis
+@subsubheading Synopsis
@smallexample
-complete @var{command}
CLI and MI channels --- for example: because of lack of PTYs like on Windows or
because @value{GDBN} is used remotely via a SSH connection.
-@subheading Result
+@subsubheading Result
The result consists of two or three fields:
@end table
-@subheading @value{GDBN} Command
+@subsubheading @value{GDBN} Command
The corresponding @value{GDBN} command is @samp{complete}.
-@subheading Example
+@subsubheading Example
@smallexample
(gdb)