1INSIGHT(1) User Commands INSIGHT(1)
2
3
4
6 insight - GDB/Insight graphical debugger
7
9 This is the GNU debugger. Usage:
10
11 insight [options] [executable-file [core-file or process-id]]
12 insight [options] --args executable-file [inferior-arguments
13 ...]
14
16 --args Arguments after executable-file are passed to inferior
17
18 -b BAUDRATE
19 Set serial port baud rate used for remote debugging.
20
21 --batch
22 Exit after processing options.
23
24 --batch-silent
25 As for --batch, but suppress all insight stdout output.
26
27 --return-child-result
28 INSIGHT exit code will be the child's exit code.
29
30 --cd=DIR
31 Change current directory to DIR.
32
33 --command=FILE, -x Execute INSIGHT commands from FILE.
34
35 --eval-command=COMMAND, -ex
36 Execute a single INSIGHT command. May be used multiple times
37 and in conjunction with --command.
38
39 --core=COREFILE
40 Analyze the core dump COREFILE.
41
42 --pid=PID
43 Attach to running process PID.
44
45 --dbx DBX compatibility mode.
46
47 --directory=DIR
48 Search for source files in DIR.
49
50 --epoch
51 Output information used by epoch emacs-GDB interface.
52
53 --exec=EXECFILE
54 Use EXECFILE as the executable.
55
56 --fullname
57 Output information used by emacs-GDB interface.
58
59 --help Print this message.
60
61 --interpreter=INTERP
62 Select a specific interpreter / user interface
63
64 -l TIMEOUT
65 Set timeout in seconds for remote debugging.
66
67 --nw Do not use a window interface.
68
69 --nx Do not read .gdbinit file.
70
71 --quiet
72 Do not print version number on startup.
73
74 --readnow
75 Fully read symbol files on first access.
76
77 --se=FILE
78 Use FILE as symbol file and executable file.
79
80 --symbols=SYMFILE
81 Read symbols from SYMFILE.
82
83 --tty=TTY
84 Use TTY for input/output by the program being debugged.
85
86 --tui Use a terminal user interface.
87
88 --version
89 Print version information and then exit.
90
91 -w Use a window interface.
92
93 --write
94 Set writing into executable and core files.
95
96 --xdb XDB compatibility mode.
97
98 For more information, type "help" from within GDB, or consult the GDB
99 manual (available as on-line info or a printed manual).
100
102 Report bugs to "bug-gdb@gnu.org".
103
105 Copyright © 2007 Free Software Foundation, Inc. License GPLv3+: GNU
106 GPL version 3 or later <http://gnu.org/licenses/gpl.html>
107 This is free software: you are free to change and redistribute it.
108 There is NO WARRANTY, to the extent permitted by law. Type "show copy‐
109 ing" and "show warranty" for details. This GDB was configured as
110 "i386-linux-gnu".
111
113 The full documentation for gdb is maintained as a Texinfo manual. If
114 the info and gdb programs are properly installed at your site, the com‐
115 mand
116
117 info gdb
118
119 should give you access to the complete manual.
120
121
122
123insight 6.7.1 December 2007 INSIGHT(1)