Lines Matching full:info
1 This is gdb.info, produced by makeinfo version 4.11 from
4 INFO-DIR-SECTION Software development
5 START-INFO-DIR-ENTRY
7 END-INFO-DIR-ENTRY
45 File: gdb.info, Node: Top, Next: Summary, Prev: (dir), Up: (dir)
116 File: gdb.info, Node: Summary, Next: Sample Session, Prev: Top, Up: Top
162 File: gdb.info, Node: Free Software, Next: Contributors, Up: Summary
269 File: gdb.info, Node: Contributors, Prev: Free Software, Up: Summary
440 File: gdb.info, Node: Sample Session, Next: Invocation, Prev: Summary, Up: Top
651 File: gdb.info, Node: Invocation, Next: Commands, Prev: Sample Session, Up: Top
670 File: gdb.info, Node: Invoking GDB, Next: Quitting GDB, Up: Invocation
742 File: gdb.info, Node: File Options, Next: Mode Options, Up: Invoking GDB
819 File: gdb.info, Node: Mode Options, Next: Startup, Prev: File Options, Up: Invoking GDB
985 File: gdb.info, Node: Startup, Prev: Mode Options, Up: Invoking GDB
1041 File: gdb.info, Node: Quitting GDB, Next: Shell Commands, Prev: Invoking GDB, Up: Invocation
1064 File: gdb.info, Node: Shell Commands, Next: Logging Output, Prev: Quitting GDB, Up: Invocation
1087 File: gdb.info, Node: Logging Output, Prev: Shell Commands, Up: Invocation
1118 File: gdb.info, Node: Commands, Next: Running, Prev: Invocation, Up: Top
1136 File: gdb.info, Node: Command Syntax, Next: Completion, Up: Commands
1183 File: gdb.info, Node: Completion, Next: Help, Prev: Command Syntax, Up: Commands
1198 (gdb) info bre <TAB>
1201 `info' subcommand beginning with `bre':
1203 (gdb) info breakpoints
1205 You can either press <RET> at this point, to run the `info breakpoints'
1208 `info breakpoints' in the first place, you might as well just type
1209 <RET> immediately after `info bre', to exploit command abbreviations
1310 File: gdb.info, Node: Help, Prev: Completion, Up: Commands
1357 info -- Generic command for showing things
1396 info
1401 In addition to `help', you can use the GDB commands `info' and
1405 `info' and under `show' in the Index point to all the sub-commands.
1408 `info'
1411 function with `info args', list the registers currently in use
1412 with `info registers', or list the breakpoints you have set with
1413 `info breakpoints'. You can get a complete list of the `info'
1414 sub-commands with `help info'.
1422 In contrast to `info', `show' is for describing the state of GDB
1429 you can use `show' with no arguments; you may also use `info set'.
1446 `info copying'
1450 `info warranty'
1456 File: gdb.info, Node: Running, Next: Stopping, Prev: Commands, Up: Top
1487 File: gdb.info, Node: Compilation, Next: Starting, Up: Running
1529 File: gdb.info, Node: Starting, Next: Arguments, Prev: Compilation, Up: Running
1719 File: gdb.info, Node: Arguments, Next: Environment, Prev: Starting, Up: Running
1750 File: gdb.info, Node: Environment, Next: Working Directory, Prev: Arguments, Up: Running
1819 File: gdb.info, Node: Working Directory, Next: Input/Output, Prev: Environment, Up: Running
1843 the `/proc' support, you can use the `info proc' command (*note SVR4
1848 File: gdb.info, Node: Input/Output, Next: Attach, Prev: Working Directory, Up: Running
1859 `info terminal'
1902 File: gdb.info, Node: Attach, Next: Kill Process, Prev: Input/Output, Up: Running
1909 outside GDB. (`info files' shows your active targets.) The
1954 File: gdb.info, Node: Kill Process, Next: Inferiors and Programs, Prev: Attach, Up: Running
1979 File: gdb.info, Node: Inferiors and Programs, Next: Threads, Prev: Kill Process, Up: Running
2001 To find out what inferiors exist at any moment, use `info inferiors':
2003 `info inferiors'
2020 (gdb) info inferiors
2030 first field of the `info inferiors' display.
2051 (gdb) info inferiors
2057 (gdb) info inferiors
2085 exit, the inferior is still valid and listed with `info inferiors',
2108 info about the relationship of inferiors, programs, address spaces in a
2109 debug session. You can do that with the `maint info program-spaces'
2112 `maint info program-spaces'
2130 (gdb) maint info program-spaces
2143 (gdb) maint info program-spaces
2153 File: gdb.info, Node: Threads, Next: Forks, Prev: Inferiors and Programs, Up: Running
2172 * `info threads', a command to inquire about existing threads
2190 `info threads', and always rejects the `thread' command, like this:
2192 (gdb) info threads
2194 Thread ID 1 not known. Use the "info threads" command to
2218 `info threads'
2233 (gdb) info threads
2255 `info threads'
2270 (gdb) info threads
2284 `maint info sol-threads'
2285 Display info on Solaris user threads.
2290 the first field of the `info threads' display. GDB responds by
2307 of the `info threads' display; or it could be a range of thread
2360 File: gdb.info, Node: Forks, Next: Checkpoint/Restart, Prev: Threads, Up: Running
2436 `info inferiors' command, and switch from one fork to another by using
2474 (gdb) info inferiors
2475 (gdb) info inferior
2481 (gdb) info inferiors
2496 (gdb) info inferiors
2502 (gdb) info inferiors
2512 File: gdb.info, Node: Checkpoint/Restart, Prev: Forks, Up: Running
2542 `info checkpoints'
2618 File: gdb.info, Node: Stopping, Next: Reverse Execution, Prev: Running, Up: Top
2635 `info program'
2647 File: gdb.info, Node: Breakpoints, Next: Continuing and Stepping, Up: Stopping
2713 File: gdb.info, Node: Set Breaks, Next: Set Watchpoints, Up: Breakpoints
2829 `info breakpoints [N]'
2830 `info break [N]'
2831 `info watchpoints [N]'
2866 If a breakpoint is conditional, `info break' shows the condition on
2873 `info break' with a breakpoint number N as argument lists only
2878 `info break' displays a count of the number of times the breakpoint
2881 hits, look at the breakpoint info to see how many times the
3037 `info breakpoints' does not display them. You can see these
3038 breakpoints with the GDB maintenance command `maint info breakpoints'
3039 (*note maint info breakpoints::).
3046 info with line numbers for them.
3049 File: gdb.info, Node: Set Watchpoints, Next: Set Catchpoints, Prev: Set Breaks, Up: Breakpoints
3112 `info watchpoints'
3114 catchpoints; it is the same as `info break' (*note Set Breaks::).
3211 File: gdb.info, Node: Set Catchpoints, Next: Delete Breaks, Prev: Set Watchpoints, Up: Breakpoints
3389 Use the `info break' command to list the current catchpoints.
3434 File: gdb.info, Node: Delete Breaks, Next: Disabling, Prev: Set Catchpoints, Up: Breakpoints
3482 File: gdb.info, Node: Disabling, Next: Conditions, Prev: Delete Breaks, Up: Breakpoints
3494 breakpoint numbers as arguments. Use `info break' or `info watch' to
3549 File: gdb.info, Node: Conditions, Next: Break Commands, Prev: Disabling, Up: Breakpoints
3651 File: gdb.info, Node: Break Commands, Next: Error in Breakpoints, Prev: Conditions, Up: Breakpoints
3725 File: gdb.info, Node: Error in Breakpoints, Next: Breakpoint-related Warnings, Prev: Break Commands, Up: Breakpoints
3744 File: gdb.info, Node: Breakpoint-related Warnings, Prev: Error in Breakpoints, Up: Breakpoints
3795 File: gdb.info, Node: Continuing and Stepping, Next: Signals, Prev: Breakpoints, Up: Stopping
3893 the machine instructions of a function which has no symbolic info
4006 File: gdb.info, Node: Signals, Next: Thread Stops, Prev: Continuing and Stepping, Up: Stopping
4038 `info signals'
4039 `info handle'
4044 `info signals SIG'
4048 `info handle' is an alias for `info signals'.
4149 File: gdb.info, Node: Thread Stops, Prev: Signals, Up: Stopping
4173 File: gdb.info, Node: All-Stop Mode, Next: Non-Stop Mode, Up: Thread Stops
4251 File: gdb.info, Node: Non-Stop Mode, Next: Background Execution, Prev: All-Stop Mode, Up: Thread Stops
4331 File: gdb.info, Node: Background Execution, Next: Thread-Specific Breakpoints, Prev: Non-Stop Mode, Up: Thread Stops
4398 include `help' and `info break'.
4411 File: gdb.info, Node: Thread-Specific Breakpoints, Next: Interrupted System Calls, Prev: Background Execution, Up: Thread Stops
4430 column of the `info threads' display.
4443 File: gdb.info, Node: Interrupted System Calls, Prev: Thread-Specific Breakpoints, Up: Thread Stops
4482 File: gdb.info, Node: Reverse Execution, Next: Process Record and Replay, Prev: Stopping, Up: Top
4594 File: gdb.info, Node: Process Record and Replay, Next: Stack, Prev: Reverse Execution, Up: Top
4707 `info record'
4733 File: gdb.info, Node: Stack, Next: Source, Prev: Process Record and Replay, Up: Top
4760 command (*note Information about a Frame: Frame Info.).
4767 * Frame Info:: Information on a frame
4770 File: gdb.info, Node: Frames, Next: Backtrace, Up: Stack
4826 File: gdb.info, Node: Backtrace, Next: Selection, Prev: Frames, Up: Stack
4859 The names `where' and `info stack' (abbreviated `info s') are
4966 File: gdb.info, Node: Selection, Next: Frame Info, Prev: Backtrace, Up: Stack
5038 File: gdb.info, Node: Frame Info, Prev: Selection, Up: Stack
5054 `info frame'
5055 `info f'
5080 `info frame ADDR'
5081 `info f ADDR'
5088 `info args'
5091 `info locals'
5097 `info catch'
5101 `up', `down', or `frame' commands); then type `info catch'. *Note
5106 File: gdb.info, Node: Source, Next: Data, Prev: Stack, Up: Top
5133 File: gdb.info, Node: List, Next: Specify Location, Up: Source
5210 File: gdb.info, Node: Specify Location, Next: Edit, Prev: List, Up: Source
5287 File: gdb.info, Node: Edit, Next: Search, Prev: Specify Location, Up: Source
5337 File: gdb.info, Node: Search, Next: Source Path, Prev: Edit, Up: Source
5359 File: gdb.info, Node: Source Path, Next: Machine Code, Prev: Search, Up: Source
5537 File: gdb.info, Node: Machine Code, Prev: Source Path, Up: Source
5542 You can use the command `info line' to map source lines to program
5546 line when execution stops. When run under GNU Emacs mode, the `info
5548 `info line' prints addresses in symbolic form as well as hex.
5550 `info line LINESPEC'
5555 For example, we can use `info line' to discover the location of the
5558 (gdb) info line m4_changequote
5563 (gdb) info line *0x63ff
5566 After `info line', the default address for the `x' command is
5663 cannot find the source file, or there's no line info in the debug
5664 info), GDB will display disassembly of the next _instruction_
5668 feedback when you step through a function with no line info or
5673 File: gdb.info, Node: Data, Next: Optimized Code, Prev: Source, Up: Top
5731 File: gdb.info, Node: Expressions, Next: Ambiguous Expressions, Up: Data
5781 File: gdb.info, Node: Ambiguous Expressions, Next: Variables, Prev: Expressions, Up: Data
5854 File: gdb.info, Node: Variables, Next: Arrays, Prev: Ambiguous Expressions, Up: Data
5930 offered by the debug info format used by the compiler, GDB might not be
5937 use a different debug info format, if the compiler supports several such
5939 the `-gstabs+' option. `-gstabs+' produces debug info in a format that
5941 (`-gdwarf-2'), which is also an effective form for debug info. *Note
5942 Options for Debugging Your Program or GCC: (gcc.info)Debugging Options.
5943 *Note C and C++: C, for more information about debug info formats that
5967 File: gdb.info, Node: Arrays, Next: Output Formats, Prev: Variables, Up: Data
6028 File: gdb.info, Node: Output Formats, Next: Memory, Prev: Arrays, Up: Data
6069 The command `info symbol 0x54320' yields similar results. *Note
6070 info symbol: Symbols.
6120 File: gdb.info, Node: Memory, Next: Auto Display, Prev: Output Formats, Up: Data
6176 address: `info breakpoints' (to the address of the last breakpoint
6177 listed), `info line' (to the starting address of a line), and
6249 File: gdb.info, Node: Auto Display, Next: Print Settings, Prev: Memory, Up: Data
6314 `info display'
6334 File: gdb.info, Node: Print Settings, Next: Value History, Prev: Auto Display, Up: Data
6379 `info line', for example `info line *0x4537'. Alternately, you can set
6709 File: gdb.info, Node: Value History, Next: Convenience Vars, Prev: Print Settings, Up: Data
6771 File: gdb.info, Node: Convenience Vars, Next: Registers, Prev: Value History, Up: Data
6838 set `$_' to that address; these commands include `info line' and
6839 `info breakpoint'. The type of `$_' is `void *' except when set
6871 File: gdb.info, Node: Registers, Next: Floating Point Hardware, Prev: Convenience Vars, Up: Data
6878 each machine; use `info registers' to see the names used on your
6881 `info registers'
6885 `info all-registers'
6889 `info registers REGNAME ...'
6917 mnemonics, so long as there is no conflict. The `info registers'
6918 command shows the canonical names. For example, on the SPARC, `info
6938 sense for your program), but the `info registers' command prints the
6986 File: gdb.info, Node: Floating Point Hardware, Next: Vector Unit, Prev: Registers, Up: Data
6994 `info float'
6997 floating point chip. Currently, `info float' is supported on the
7001 File: gdb.info, Node: Vector Unit, Next: OS Information, Prev: Floating Point Hardware, Up: Data
7009 `info vector'
7014 File: gdb.info, Node: OS Information, Next: Memory Region Attributes, Prev: Vector Unit, Up: Data
7025 user', for this interface. You can use the command `info udot' to
7028 `info udot'
7046 `info auxv'
7060 `info os processes'
7066 File: gdb.info, Node: Memory Region Attributes, Next: Dump/Restore Files, Prev: OS Information, Up: Data
7110 `info mem'
7207 File: gdb.info, Node: Dump/Restore Files, Next: Core File Generation, Prev: Memory Region Attributes, Up: Data
7266 File: gdb.info, Node: Core File Generation, Next: Character Sets, Prev: Dump/Restore Files, Up: Data
7294 File: gdb.info, Node: Character Sets, Next: Caching Remote Data, Prev: Core File Generation, Up: Data
7477 File: gdb.info, Node: Caching Remote Data, Next: Searching Memory, Prev: Character Sets, Up: Data
7510 `info dcache [line]'
7528 File: gdb.info, Node: Searching Memory, Prev: Caching Remote Data, Up: Data
7618 File: gdb.info, Node: Optimized Code, Next: Macros, Prev: Data, Up: Top
7654 File: gdb.info, Node: Inline Functions, Up: Optimized Code
7665 inlined by using the `info frame' command.
7714 File: gdb.info, Node: Macros, Next: Tracepoints, Prev: Optimized Code, Up: Top
7760 `info macro MACRO'
7842 (gdb) info macro ADD
7845 (gdb) info macro Q
7874 (gdb) info macro N
7890 (gdb) info macro N
7896 (gdb) info macro N
7910 (gdb) info macro __STDC__
7916 File: gdb.info, Node: Tracepoints, Next: Overlays, Prev: Macros, Up: Top
7962 File: gdb.info, Node: Set Tracepoints, Next: Analyze Collected Data, Up: Tracepoints
8005 File: gdb.info, Node: Create and Delete Tracepoints, Next: Enable and Disable Tracepoints, Up: Set Tracepoints
8071 File: gdb.info, Node: Enable and Disable Tracepoints, Next: Tracepoint Passcounts, Prev: Create and Delete Tracepoints, Up: Set Tracepoints
8091 File: gdb.info, Node: Tracepoint Passcounts, Next: Tracepoint Conditions, Prev: Enable and Disable Tracepoints, Up: Set Tracepoints
8125 File: gdb.info, Node: Tracepoint Conditions, Next: Trace State Variables, Prev: Tracepoint Passcounts, Up: Set Tracepoints
8160 File: gdb.info, Node: Trace State Variables, Next: Tracepoint Actions, Prev: Tracepoint Conditions, Up: Set Tracepoints
8195 `info tvariables'
8206 File: gdb.info, Node: Tracepoint Actions, Next: Listing Tracepoints, Prev: Trace State Variables, Up: Set Tracepoints
8269 The command `info scope' (*note info scope: Symbols.) is
8308 File: gdb.info, Node: Listing Tracepoints, Next: Starting and Stopping Trace Experiments, Prev: Tracepoint Actions, Up: Set Tracepoints
8313 `info tracepoints [NUM]'
8317 `info breakpoints'; in fact, `info tracepoints' is the same
8331 (gdb) info trace
8343 This command can be abbreviated `info tp'.
8346 File: gdb.info, Node: Starting and Stopping Trace Experiments, Prev: Listing Tracepoints, Up: Set Tracepoints
8420 File: gdb.info, Node: Analyze Collected Data, Next: Tracepoint Variables, Prev: Set Tracepoints, Up: Tracepoints
8435 *all* GDB commands (`print', `info registers', `backtrace', etc.) will
8447 File: gdb.info, Node: tfind, Next: tdump, Up: Analyze Collected Data
8557 File: gdb.info, Node: tdump, Next: save-tracepoints, Prev: tfind, Up: Analyze Collected Data
8613 File: gdb.info, Node: save-tracepoints, Prev: tdump, Up: Analyze Collected Data
8624 File: gdb.info, Node: Tracepoint Variables, Next: Trace Files, Prev: Analyze Collected Data, Up: Tracepoints
8662 File: gdb.info, Node: Trace Files, Prev: Tracepoint Variables, Up: Tracepoints
8693 File: gdb.info, Node: Overlays, Next: Languages, Prev: Tracepoints, Up: Top
8711 File: gdb.info, Node: How Overlays Work, Next: Overlay Commands, Up: Overlays
8798 program; see *note Overlay Description: (ld.info)Overlay
8829 File: gdb.info, Node: Overlay Commands, Next: Automatic Overlay Debugging, Prev: How Overlays Work, Up: Overlays
8931 File: gdb.info, Node: Automatic Overlay Debugging, Next: Overlay Sample Program, Prev: Overlay Commands, Up: Overlays
8986 File: gdb.info, Node: Overlay Sample Program, Prev: Automatic Overlay Debugging, Up: Overlays
8994 Description: (ld.info)Overlay Description.). Unfortunately, since
9038 File: gdb.info, Node: Languages, Next: Symbols, Prev: Overlays, Up: Top
9065 File: gdb.info, Node: Setting, Next: Show, Up: Languages
9102 File: gdb.info, Node: Filenames, Next: Manually, Up: Setting
9146 File: gdb.info, Node: Manually, Next: Automatically, Prev: Filenames, Up: Setting
9174 File: gdb.info, Node: Automatically, Prev: Manually, Up: Setting
9195 File: gdb.info, Node: Show, Next: Checks, Prev: Setting, Up: Languages
9208 `info frame'
9211 *Note Information about a Frame: Frame Info, to identify the other
9214 `info source'
9227 `info extensions'
9231 File: gdb.info, Node: Checks, Next: Supported Languages, Prev: Show, Up: Languages
9262 File: gdb.info, Node: Type Checking, Next: Range Checking, Up: Checks
9327 File: gdb.info, Node: Range Checking, Prev: Type Checking, Up: Checks
9385 File: gdb.info, Node: Supported Languages, Next: Unsupported Languages, Prev: Checks, Up: Languages
9414 File: gdb.info, Node: C, Next: Objective-C, Up: Supported Languages
9432 Debugging Your Program or GCC: (gcc.info)Debugging Options.
9446 File: gdb.info, Node: C Operators, Next: C Constants, Up: C
9590 File: gdb.info, Node: C Constants, Next: C Plus Plus Expressions, Prev: C Operators, Up: C
9640 File: gdb.info, Node: C Plus Plus Expressions, Next: C Defaults, Prev: C Constants, Up: C
9714 File: gdb.info, Node: C Defaults, Next: C Checks, Prev: C Plus Plus Expressions, Up: C
9731 File: gdb.info, Node: C Checks, Next: Debugging C, Prev: C Defaults, Up: C
9752 File: gdb.info, Node: Debugging C, Next: Debugging C Plus Plus, Prev: C Checks, Up: C
9766 File: gdb.info, Node: Debugging C Plus Plus, Next: Decimal Floating Point, Prev: Debugging C, Up: C
9842 File: gdb.info, Node: Decimal Floating Point, Prev: Debugging C Plus Plus, Up: C
9871 File: gdb.info, Node: Objective-C, Next: Fortran, Prev: C, Up: Supported Languages
9878 info classes: Symbols, and *note info selectors: Symbols, for a few
9887 File: gdb.info, Node: Method Names in Commands, Next: The Print Command with Objective-C, Up: Objective-C
9899 * `info line'
9942 File: gdb.info, Node: The Print Command with Objective-C, Prev: Method Names in Commands, Up: Objective-C
9959 File: gdb.info, Node: Fortran, Next: Pascal, Prev: Objective-C, Up: Supported Languages
9980 File: gdb.info, Node: Fortran Operators, Next: Fortran Defaults, Up: Fortran
10004 File: gdb.info, Node: Fortran Defaults, Next: Special Fortran Commands, Prev: Fortran Operators, Up: Fortran
10015 File: gdb.info, Node: Special Fortran Commands, Prev: Fortran Defaults, Up: Fortran
10023 `info common [COMMON-NAME]'
10030 File: gdb.info, Node: Pascal, Next: Modula-2, Prev: Fortran, Up: Supported Languages
10045 File: gdb.info, Node: Modula-2, Next: Ada, Prev: Pascal, Up: Supported Languages
10069 File: gdb.info, Node: M2 Operators, Next: Built-In Func/Proc, Up: Modula-2
10178 File: gdb.info, Node: Built-In Func/Proc, Next: M2 Constants, Prev: M2 Operators, Up: Modula-2
10290 File: gdb.info, Node: M2 Constants, Next: M2 Types, Prev: Built-In Func/Proc, Up: Modula-2
10329 File: gdb.info, Node: M2 Types, Next: M2 Defaults, Prev: M2 Constants, Up: Modula-2
10457 File: gdb.info, Node: M2 Defaults, Next: Deviations, Prev: M2 Types, Up: Modula-2
10473 File: gdb.info, Node: Deviations, Next: M2 Checks, Prev: M2 Defaults, Up: Modula-2
10499 File: gdb.info, Node: M2 Checks, Next: M2 Scope, Prev: Deviations, Up: Modula-2
10523 File: gdb.info, Node: M2 Scope, Next: GDB/M2, Prev: M2 Checks, Up: Modula-2
10551 File: gdb.info, Node: GDB/M2, Prev: M2 Scope, Up: Modula-2
10572 File: gdb.info, Node: Ada, Prev: Modula-2, Up: Supported Languages
10595 File: gdb.info, Node: Ada Mode Intro, Next: Omissions from Ada, Up: Ada
10638 File: gdb.info, Node: Omissions from Ada, Next: Additions to Ada, Prev: Ada Mode Intro, Up: Ada
10744 File: gdb.info, Node: Additions to Ada, Next: Stopping Before Main Program, Prev: Omissions from Ada, Up: Ada
10835 File: gdb.info, Node: Stopping Before Main Program, Next: Ada Tasks, Prev: Additions to Ada, Up: Ada
10847 File: gdb.info, Node: Ada Tasks, Next: Ada Tasks and Core Files, Prev: Stopping Before Main Program, Up: Ada
10855 `info tasks'
10859 (gdb) info tasks
10935 `info task TASKNO'
10938 (gdb) info tasks
10942 (gdb) info task 2
10953 (gdb) info tasks
10965 (gdb) info tasks
10989 column of the `info tasks' display.
11000 (gdb) info tasks
11015 (gdb) info tasks
11023 File: gdb.info, Node: Ada Tasks and Core Files, Next: Ada Glitches, Prev: Ada Tasks, Up: Ada
11042 File: gdb.info, Node: Ada Glitches, Prev: Ada Tasks and Core Files, Up: Ada
11107 File: gdb.info, Node: Unsupported Languages, Prev: Supported Languages, Up: Languages
11123 File: gdb.info, Node: Symbols, Next: Altering, Prev: Languages, Up: Top
11166 `info address SYMBOL'
11176 `info symbol ADDR'
11181 (gdb) info symbol 0x54320
11184 This is the opposite of the `info address' command. You can use
11191 (gdb) info symbol 0x400225
11193 (gdb) info symbol 0x2aaaac2811cf
11246 `info types REGEXP'
11247 `info types'
11260 `info scope LOCATION'
11267 (gdb) info scope command_line_handler
11281 `info source'
11300 `info sources'
11306 `info functions'
11309 `info functions REGEXP'
11311 names contain a match for regular expression REGEXP. Thus, `info
11312 fun step' finds all functions whose names include `step'; `info
11318 `info variables'
11322 `info variables REGEXP'
11327 `info classes'
11328 `info classes REGEXP'
11333 `info selectors'
11334 `info selectors REGEXP'
11390 command `info sources' to find out which files these are. If you
11400 `maint info symtabs [ REGEXP ]'
11401 `maint info psymtabs [ REGEXP ]'
11408 (gdb) maint info psymtabs dwarf2read
11421 (gdb) maint info symtabs
11432 (gdb) maint info symtabs
11447 File: gdb.info, Node: Altering, Next: GDB Files, Prev: Symbols, Up: Top
11472 File: gdb.info, Node: Assignment, Next: Jumping, Up: Altering
11556 File: gdb.info, Node: Jumping, Next: Signaling, Prev: Assignment, Up: Altering
11601 File: gdb.info, Node: Signaling, Next: Returning, Prev: Jumping, Up: Altering
11628 File: gdb.info, Node: Returning, Next: Calling, Prev: Signaling, Up: Altering
11666 Normally, the selected stack frame has debug info. GDB will always
11667 use the debug info instead of the implicit type of EXPRESSION when the
11668 debug info is available. For example, if you type `return -1', and the
11681 However, if the selected stack frame does not have a debug info,
11682 e.g., if the function was compiled without debug info, GDB has to find
11687 debug info less function (on 32-bit architectures). Therefore the user
11701 File: gdb.info, Node: Calling, Next: Patching, Prev: Returning, Up: Altering
11766 File: gdb.info, Node: Patching, Prev: Calling, Up: Altering
11795 File: gdb.info, Node: GDB Files, Next: Targets, Prev: Altering, Up: Top
11813 File: gdb.info, Node: Files, Next: Separate Debug Files, Up: GDB Files
11899 still does the two-stage strategy, since the debug info is actually
11999 wrong. Each section must be changed separately. The `info files'
12003 `info files'
12004 `info target'
12005 `info files' and `info target' are synonymous; both print the
12012 `maint info sections'
12014 sections is `maint info sections'. In addition to the section
12015 information displayed by `info files', this command displays the
12017 dump files. In addition, `maint info sections' provides the
12025 Display info only for named SECTIONS.
12028 Display info only for sections for which SECTION-FLAGS are
12123 If your program uses lots of shared libraries with debug info that
12138 `info share REGEX'
12139 `info sharedlibrary REGEX'
12235 File: gdb.info, Node: Separate Debug Files, Next: Symbol Errors, Prev: Files, Up: GDB Files
12248 GDB supports two ways of specifying the separate debug info file:
12251 the separate debug info file. The separate debug file's name is
12260 also present in the corresponding debug info file. (This is
12265 (ld.info)Options. The debug info file's name is not specified
12269 Depending on the way the debug info file is specified, GDB uses two
12299 You can set the global debugging info directory's name, and view the
12468 File: gdb.info, Node: Symbol Errors, Next: Data Files, Prev: Separate Debug Files, Up: GDB Files
12544 `info mismatch between compiler and debugger'
12549 File: gdb.info, Node: Data Files, Prev: Symbol Errors, Up: GDB Files
12574 File: gdb.info, Node: Targets, Next: Remote Debugging, Prev: GDB Files, Up: Top
12614 File: gdb.info, Node: Active Targets, Next: Target Commands, Up: Targets
12647 File: gdb.info, Node: Target Commands, Next: Byte Order, Prev: Active Targets, Up: Targets
12667 currently selected, use either `info target' or `info files'
12726 simulators do provide these. For info about any
12784 File: gdb.info, Node: Byte Order, Prev: Target Commands, Up: Targets
12814 File: gdb.info, Node: Remote Debugging, Next: Configurations, Prev: Targets, Up: Top
12844 File: gdb.info, Node: Connecting, Next: File Transfer, Up: Remote Debugging
12956 File: gdb.info, Node: File Transfer, Next: Server, Prev: Connecting, Up: Remote Debugging
12983 File: gdb.info, Node: Server, Next: Remote Configuration, Prev: File Transfer, Up: Remote Debugging
13189 File: gdb.info, Node: Remote Configuration, Next: Remote Stub, Prev: Server, Up: Remote Debugging
13336 `fetch-register' `p' `info registers'
13339 `read-aux-vector' `qXfer:auxv:read' `info auxv'
13353 `library-info' `qXfer:libraries:read' `info
13355 `memory-map' `qXfer:memory-map:read' `info mem'
13356 `read-spu-object' `qXfer:spu:read' `info spu'
13357 `write-spu-object' `qXfer:spu:write' `info spu'
13360 `threads' `qXfer:threads:read' `info threads'
13380 `osdata' `qXfer:osdata:read' `info os'
13386 File: gdb.info, Node: Remote Stub, Prev: Remote Configuration, Up: Remote Debugging
13467 File: gdb.info, Node: Stub Contents, Next: Bootstrapping, Up: Remote Stub
13513 File: gdb.info, Node: Bootstrapping, Next: Debug Session, Prev: Stub Contents, Up: Remote Stub
13593 File: gdb.info, Node: Debug Session, Prev: Bootstrapping, Up: Remote Stub
13636 File: gdb.info, Node: Configurations, Next: Controlling GDB, Prev: Remote Debugging, Up: Top
13659 File: gdb.info, Node: Native, Next: Embedded OS, Up: Configurations
13679 File: gdb.info, Node: HP-UX, Next: BSD libkvm Interface, Up: Native
13689 File: gdb.info, Node: BSD libkvm Interface, Next: SVR4 Process Information, Prev: HP-UX, Up: Native
13720 File: gdb.info, Node: SVR4 Process Information, Next: DJGPP Native, Prev: BSD libkvm Interface, Up: Native
13728 system with this facility, the command `info proc' is available to
13730 process running on your system. `info proc' works only on SVR4 systems
13735 `info proc'
13736 `info proc PROCESS-ID'
13750 `info proc mappings'
13757 `info proc stat'
13758 `info proc status'
13767 `info proc all'
13769 the above `info proc' subcommands.
13779 appends the trace info to the previous contents of the file. The
13792 `info pidlist'
13796 `info meminfo'
13801 File: gdb.info, Node: DJGPP Native, Next: Cygwin Native, Prev: SVR4 Process Information, Up: Native
13815 `info dos'
13819 `info dos sysinfo'
13824 `info dos gdt'
13825 `info dos ldt'
13826 `info dos idt'
13849 `(gdb) info dos ldt $ds'
13856 `info dos pde'
13857 `info dos pte'
13867 Without an argument, `info dos pde' displays the entire Page
13868 Directory, and `info dos pte' displays all the entries in all of
13870 `info dos pde' command means display only that entry from the Page
13871 Directory table. An argument given to the `info dos pte' command
13881 `info dos address-pte ADDR'
13889 `(gdb) info dos address-pte __djgpp_base_address + (char *)&i'
13908 `(gdb) info dos address-pte *((unsigned *)&_go32_info_block + 3)'
13941 `info serial'
13948 File: gdb.info, Node: Cygwin Native, Next: Hurd Native, Prev: DJGPP Native, Up: Native
13966 `info w32'
13970 `info w32 selector'
13977 `info dll'
13978 This is a Cygwin-specific alias of `info shared'.
14045 File: gdb.info, Node: Non-debug DLL Symbols, Up: Cygwin Native
14084 If in doubt, try the `info functions' and `info variables' commands or
14087 (gdb) info function CreateFileA
14094 (gdb) info function !
14152 File: gdb.info, Node: Hurd Native, Next: Neutrino, Prev: Cygwin Native, Up: Native
14229 `info send-rights'
14230 `info receive-rights'
14231 `info port-rights'
14232 `info port-sets'
14233 `info dead-names'
14234 `info ports'
14235 `info psets'
14238 a task. There are also shorthand aliases: `info ports' for `info
14239 port-rights' and `info psets' for `info port-sets'.
14290 File: gdb.info, Node: Neutrino, Next: Darwin, Prev: Hurd Native, Up: Native
14305 File: gdb.info, Node: Darwin, Prev: Neutrino, Up: Native
14341 File: gdb.info, Node: Embedded OS, Next: Embedded Processors, Prev: Native, Up: Configurations
14358 File: gdb.info, Node: VxWorks, Up: Embedded OS
14414 File: gdb.info, Node: VxWorks Connection, Next: VxWorks Download, Up: VxWorks
14441 File: gdb.info, Node: VxWorks Download, Next: VxWorks Attach, Prev: VxWorks Connection, Up: VxWorks
14480 File: gdb.info, Node: VxWorks Attach, Prev: VxWorks Download, Up: VxWorks
14495 File: gdb.info, Node: Embedded Processors, Next: Architectures, Prev: Embedded OS, Up: Configurations
14529 File: gdb.info, Node: ARM, Next: M32R/D, Up: Embedded Processors
14648 File: gdb.info, Node: M32R/D, Next: M68K, Prev: ARM, Up: Embedded Processors
14714 File: gdb.info, Node: M68K, Next: MicroBlaze, Prev: M32R/D, Up: Embedded Processors
14727 File: gdb.info, Node: MicroBlaze, Next: MIPS Embedded, Prev: M68K, Up: Embedded Processors
14764 File: gdb.info, Node: MIPS Embedded, Next: OpenRISC 1000, Prev: MicroBlaze, Up: Embedded Processors
14899 File: gdb.info, Node: OpenRISC 1000, Next: PA, Prev: MIPS Embedded, Up: Embedded Processors
14918 `info or1k spr'
14921 `info or1k spr GROUP'
14922 `info or1k spr GROUPNO'
14925 `info or1k spr GROUP REGISTER'
14926 `info or1k spr REGISTER'
14927 `info or1k spr GROUPNO REGISTERNO'
14928 `info or1k spr REGISTERNO'
14967 `htrace info'
15004 File: gdb.info, Node: PowerPC Embedded, Next: Sparclet, Prev: PA, Up: Embedded Processors
15051 File: gdb.info, Node: PA, Next: PowerPC Embedded, Prev: OpenRISC 1000, Up: Embedded Processors
15064 File: gdb.info, Node: Sparclet, Next: Sparclite, Prev: PowerPC Embedded, Up: Embedded Processors
15107 File: gdb.info, Node: Sparclet File, Next: Sparclet Connection, Up: Sparclet
15131 File: gdb.info, Node: Sparclet Connection, Next: Sparclet Download, Prev: Sparclet File, Up: Sparclet
15148 File: gdb.info, Node: Sparclet Download, Next: Sparclet Execution, Prev: Sparclet Connection, Up: Sparclet
15171 File: gdb.info, Node: Sparclet Execution, Prev: Sparclet Download, Up: Sparclet
15191 File: gdb.info, Node: Sparclite, Next: Z8000, Prev: Sparclet, Up: Embedded Processors
15203 File: gdb.info, Node: Z8000, Next: AVR, Prev: Sparclite, Up: Embedded Processors
15244 File: gdb.info, Node: AVR, Next: CRIS, Prev: Z8000, Up: Embedded Processors
15252 `info io_registers'
15257 File: gdb.info, Node: CRIS, Next: Super-H, Prev: AVR, Up: Embedded Processors
15290 File: gdb.info, Node: Super-H, Prev: CRIS, Up: Embedded Processors
15318 File: gdb.info, Node: Architectures, Prev: Embedded Processors, Up: Configurations
15337 File: gdb.info, Node: i386, Next: A29K, Up: Architectures
15355 File: gdb.info, Node: A29K, Next: Alpha, Prev: i386, Up: Architectures
15377 File: gdb.info, Node: Alpha, Next: MIPS, Prev: A29K, Up: Architectures
15385 File: gdb.info, Node: MIPS, Next: HPPA, Prev: Alpha, Up: Architectures
15472 File: gdb.info, Node: HPPA, Next: SPU, Prev: MIPS, Up: Architectures
15493 File: gdb.info, Node: SPU, Next: PowerPC, Prev: HPPA, Up: Architectures
15501 `info spu event'
15505 `info spu signal'
15510 `info spu mailbox'
15515 `info spu dma'
15520 `info spu proxydma'
15551 File: gdb.info, Node: PowerPC, Prev: SPU, Up: Architectures
15570 File: gdb.info, Node: Controlling GDB, Next: Extending GDB, Prev: Configurations, Up: Top
15592 File: gdb.info, Node: Prompt, Next: Editing, Up: Controlling GDB
15614 File: gdb.info, Node: Editing, Next: Command History, Prev: Prompt, Up: Controlling GDB
15643 File: gdb.info, Node: Command History, Next: Screen Size, Prev: Editing, Up: Controlling GDB
15730 File: gdb.info, Node: Screen Size, Next: Numbers, Prev: Command History, Up: Controlling GDB
15774 File: gdb.info, Node: Numbers, Next: ABI, Prev: Screen Size, Up: Controlling GDB
15824 File: gdb.info, Node: ABI, Next: Messages/Warnings, Prev: Numbers, Up: Controlling GDB
15897 File: gdb.info, Node: Messages/Warnings, Next: Debugging Output, Prev: ABI, Up: Controlling GDB
15971 File: gdb.info, Node: Debugging Output, Next: Other Misc Settings, Prev: Messages/Warnings, Up: Controlling GDB
15991 Turns on or off display of gdbarch debugging info. The default is
15995 Displays the current state of displaying gdbarch debugging info.
16002 Show the current state of AIX thread debugging info display.
16012 Turns on or off display of GDB debugging info for the displaced
16016 Displays the current state of displaying GDB debugging info
16020 Turns on or off display of GDB event debugging info. The default
16024 Displays the current state of displaying GDB event debugging info.
16027 Turns on or off display of debugging info about GDB expression
16031 Displays the current state of displaying debugging info about GDB
16035 Turns on or off display of GDB frame debugging info. The default
16039 Displays the current state of displaying GDB frame debugging info.
16048 Turns on or off display of GDB debugging info for running the
16072 info such as the notification of observable events.
16078 Turns on or off display of GDB C++ overload debugging info. This
16079 includes info such as ranking of functions, etc. The default is
16084 debugging info.
16097 forth across the serial line to the remote machine. The info is
16104 Turns on or off display of GDB serial debugging info. The default
16108 Displays the current state of displaying GDB serial debugging info.
16118 Turns on or off display of GDB target debugging info. This info
16126 Displays the current state of displaying GDB target debugging info.
16129 Turns on or off display of timestamps with GDB debugging info.
16135 debugging info.
16138 Turns on or off display of GDB variable object debugging info. The
16143 debugging info.
16152 File: gdb.info, Node: Other Misc Settings, Prev: Debugging Output, Up: Controlling GDB
16173 File: gdb.info, Node: Extending GDB, Next: Interpreters, Prev: Controlling GDB, Up: Top
16215 File: gdb.info, Node: Sequences, Next: Python, Up: Extending GDB
16232 File: gdb.info, Node: Define, Next: Hooks, Up: Sequences
16326 File: gdb.info, Node: Hooks, Next: Command Files, Prev: Define, Up: Sequences
16397 File: gdb.info, Node: Command Files, Next: Output, Prev: Hooks, Up: Sequences
16489 File: gdb.info, Node: Output, Prev: Command Files, Up: Sequences
16607 File: gdb.info, Node: Python, Prev: Sequences, Up: Extending GDB
16622 File: gdb.info, Node: Python Commands, Next: Python API, Up: Python
16672 File: gdb.info, Node: Python API, Prev: Python Commands, Up: Python
16699 File: gdb.info, Node: Basic Python, Next: Exception Handling, Up: Python API
16762 File: gdb.info, Node: Exception Handling, Next: Auto-loading, Prev: Basic Python, Up: Python API
16789 File: gdb.info, Node: Auto-loading, Next: Values From Inferior, Prev: Exception Handling, Up: Python API
16833 File: gdb.info, Node: Values From Inferior, Next: Types In Python, Prev: Auto-loading, Up: Python API
16959 File: gdb.info, Node: Types In Python, Next: Pretty Printing, Prev: Values From Inferior, Up: Python API
17179 File: gdb.info, Node: Pretty Printing, Next: Selecting Pretty-Printers, Prev: Types In Python, Up: Python API
17281 File: gdb.info, Node: Selecting Pretty-Printers, Next: Commands In Python, Prev: Pretty Printing, Up: Python API
17374 File: gdb.info, Node: Commands In Python, Next: Functions In Python, Prev: Selecting Pretty-Printers, Up: Python API
17503 The command is an `info'-related command, that is, related to the
17504 state of GDB itself. For example, `info', `macro', and `show' are
17574 File: gdb.info, Node: Functions In Python, Next: Objfiles In Python, Prev: Commands In Python, Up: Python API
17627 File: gdb.info, Node: Objfiles In Python, Next: Frames In Python, Prev: Functions In Python, Up: Python API
17634 libraries used by the inferior, and any separate debug info files
17666 File: gdb.info, Node: Frames In Python, Next: Lazy Strings In Python, Prev: Objfiles In Python, Up: Python API
17733 File: gdb.info, Node: Lazy Strings In Python, Prev: Frames In Python, Up: Python API
17783 File: gdb.info, Node: Interpreters, Next: TUI, Prev: Extending GDB, Up: Top
17836 File: gdb.info, Node: TUI, Next: Emacs, Prev: Interpreters, Up: Top
17861 File: gdb.info, Node: TUI Overview, Next: TUI Keys, Up: TUI
17951 File: gdb.info, Node: TUI Keys, Next: TUI Single Key Mode, Prev: TUI Overview, Up: TUI
18025 File: gdb.info, Node: TUI Single Key Mode, Next: TUI Commands, Prev: TUI Keys, Up: TUI
18059 info locals
18072 File: gdb.info, Node: TUI Commands, Next: TUI Configuration, Prev: TUI Single Key Mode, Up: TUI
18082 `info win'
18152 File: gdb.info, Node: TUI Configuration, Prev: TUI Commands, Up: TUI
18200 File: gdb.info, Node: Emacs, Next: GDB/MI, Prev: TUI, Up: Top
18330 File: gdb.info, Node: GDB/MI, Next: Annotations, Prev: Emacs, Up: Top
18393 File: gdb.info, Node: GDB/MI General Design, Next: GDB/MI Command Syntax, Up: GDB/MI
18447 File: gdb.info, Node: Context management, Next: Asynchronous and non-stop modes, Up: GDB/MI General Design
18501 File: gdb.info, Node: Asynchronous and non-stop modes, Next: Thread groups, Prev: Context management, Up: GDB/MI General Design
18533 to stop a thread, and `-thread-info', to find the state of a thread,
18537 File: gdb.info, Node: Thread groups, Prev: Asynchronous and non-stop modes, Up: GDB/MI General Design
18576 File: gdb.info, Node: GDB/MI Command Syntax, Next: GDB/MI Compatibility with CLI, Prev: GDB/MI General Design, Up: GDB/MI
18587 File: gdb.info, Node: GDB/MI Input Syntax, Next: GDB/MI Output Syntax, Up: GDB/MI Command Syntax
18646 File: gdb.info, Node: GDB/MI Output Syntax, Prev: GDB/MI Input Syntax, Up: GDB/MI Command Syntax
18769 File: gdb.info, Node: GDB/MI Compatibility with CLI, Next: GDB/MI Development and Front Ends, Prev: GDB/MI Command Syntax, Up: GDB/MI
18786 File: gdb.info, Node: GDB/MI Development and Front Ends, Next: GDB/MI Output Records, Prev: GDB/MI Compatibility with CLI, Up: GDB/MI
18823 File: gdb.info, Node: GDB/MI Output Records, Next: GDB/MI Simple Examples, Prev: GDB/MI Development and Front Ends, Up: GDB/MI
18837 File: gdb.info, Node: GDB/MI Result Records, Next: GDB/MI Stream Records, Up: GDB/MI Output Records
18869 File: gdb.info, Node: GDB/MI Stream Records, Next: GDB/MI Async Records, Prev: GDB/MI Result Records, Up: GDB/MI Output Records
18900 File: gdb.info, Node: GDB/MI Async Records, Next: GDB/MI Frame Information, Prev: GDB/MI Stream Records, Up: GDB/MI Output Records
19019 File: gdb.info, Node: GDB/MI Frame Information, Next: GDB/MI Thread Information, Prev: GDB/MI Async Records, Up: GDB/MI Output Records
19053 File: gdb.info, Node: GDB/MI Thread Information, Prev: GDB/MI Frame Information, Up: GDB/MI Output Records
19083 File: gdb.info, Node: GDB/MI Simple Examples, Next: GDB/MI Command Description Format, Prev: GDB/MI Output Records, Up: GDB/MI
19154 File: gdb.info, Node: GDB/MI Command Description Format, Next: GDB/MI Breakpoint Commands, Prev: GDB/MI Simple Examples, Up: GDB/MI
19198 File: gdb.info, Node: GDB/MI Breakpoint Commands, Next: GDB/MI Program Context, Prev: GDB/MI Command Description Format, Up: GDB/MI
19424 The `-break-info' Command
19430 -break-info BREAKPOINT
19437 The corresponding GDB command is `info break BREAKPOINT'.
19502 greater for -break-info or -break-list which use the same output).
19585 The corresponding GDB command is `info break'.
19761 File: gdb.info, Node: GDB/MI Program Context, Next: GDB/MI Thread Commands, Prev: GDB/MI Breakpoint Commands, Up: GDB/MI
19922 File: gdb.info, Node: GDB/MI Thread Commands, Next: GDB/MI Program Execution, Prev: GDB/MI Program Context, Up: GDB/MI
19927 The `-thread-info' Command
19933 -thread-info [ THREAD-ID ]
19942 The `info thread' command prints the same information about all threads.
19947 -thread-info
19979 This command is retained for historical reasons, the `-thread-info'
19985 Part of `info threads' supplies the same information.
20038 File: gdb.info, Node: GDB/MI Program Execution, Next: GDB/MI Stack Manipulation, Prev: GDB/MI Thread Commands, Up: GDB/MI
20491 File: gdb.info, Node: GDB/MI Stack Manipulation, Next: GDB/MI Variable Objects, Prev: GDB/MI Program Execution, Up: GDB/MI
20496 The `-stack-info-frame' Command
20502 -stack-info-frame
20504 Get info on the selected frame.
20509 The corresponding GDB command is `info frame' or `frame' (without
20516 -stack-info-frame
20522 The `-stack-info-depth' Command
20528 -stack-info-depth [ MAX-DEPTH ]
20544 -stack-info-depth
20547 -stack-info-depth 4
20550 -stack-info-depth 12
20553 -stack-info-depth 11
20556 -stack-info-depth 13
20658 the following info:
20768 `info locals' in GDB, `gdb_get_locals' in `gdbtk'.
20837 File: gdb.info, Node: GDB/MI Variable Objects, Next: GDB/MI Data Manipulation, Prev: GDB/MI Stack Manipulation, Up: GDB/MI
20928 `-var-info-num-children' tells how many children this object has
20930 `-var-info-type' show the type of this variable object
20931 `-var-info-expression' print parent-relative expression that this
20933 `-var-info-path-expression' print full expression that this variable
21102 The `-var-info-num-children' Command
21108 -var-info-num-children NAME
21211 The `-var-info-type' Command
21217 -var-info-type NAME
21224 The `-var-info-expression' Command
21230 -var-info-expression NAME
21239 (gdb) -var-info-expression A.1
21245 includes those expressions, so the `-var-info-expression' command is of
21248 The `-var-info-path-expression' Command
21254 -var-info-path-expression NAME
21258 with the `-var-info-expression' command, which result can be used only
21259 for UI presentation. Typical use of the `-var-info-path-expression'
21269 (gdb) -var-info-path-expression C.Base.public.m_size
21547 File: gdb.info, Node: GDB/MI Data Manipulation, Next: GDB/MI Tracepoint Commands, Prev: GDB/MI Variable Objects, Up: GDB/MI
21834 The corresponding GDB commands are `info reg', `info all-reg', and (in
21993 File: gdb.info, Node: GDB/MI Tracepoint Commands, Next: GDB/MI Symbol Query, Prev: GDB/MI Data Manipulation, Up: GDB/MI
22001 File: gdb.info, Node: GDB/MI Symbol Query, Next: GDB/MI File Commands, Prev: GDB/MI Tracepoint Commands, Up: GDB/MI
22032 File: gdb.info, Node: GDB/MI File Commands, Next: GDB/MI Target Manipulation, Prev: GDB/MI Symbol Query, Up: GDB/MI
22111 The GDB equivalent is `info source'
22118 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
22137 The GDB equivalent is `info sources'. `gdbtk' has an analogous command
22159 Read symbol table info from the specified FILE argument. When used
22160 without arguments, clears GDB's symbol table info. No output is
22177 File: gdb.info, Node: GDB/MI Target Manipulation, Next: GDB/MI File Transfer Commands, Prev: GDB/MI File Commands, Up: GDB/MI
22408 File: gdb.info, Node: GDB/MI File Transfer Commands, Next: GDB/MI Miscellaneous Commands, Prev: GDB/MI Target Manipulation, Up: GDB/MI
22485 File: gdb.info, Node: GDB/MI Miscellaneous Commands, Prev: GDB/MI File Transfer Commands, Up: GDB/MI
22627 `thread-info'
22628 Indicates presence of the `-thread-info' command.
22872 File: gdb.info, Node: Annotations, Next: JIT Interface, Prev: GDB/MI, Up: Top
22896 File: gdb.info, Node: Annotations Overview, Next: Server Prefix, Up: Annotations
22959 File: gdb.info, Node: Server Prefix, Next: Prompting, Prev: Annotations Overview, Up: Annotations
22978 File: gdb.info, Node: Prompting, Next: Errors, Prev: Server Prefix, Up: Annotations
23024 File: gdb.info, Node: Errors, Next: Invalidation, Prev: Prompting, Up: Annotations
23055 File: gdb.info, Node: Invalidation, Next: Annotations for Running, Prev: Errors, Up: Annotations
23072 File: gdb.info, Node: Annotations for Running, Next: Source Annotations, Prev: Invalidation, Up: Annotations
23125 File: gdb.info, Node: Source Annotations, Prev: Annotations for Running, Up: Annotations
23146 File: gdb.info, Node: JIT Interface, Next: GDB Bugs, Prev: Annotations, Up: Top
23183 File: gdb.info, Node: Declarations, Next: Registering Code, Up: JIT Interface
23229 File: gdb.info, Node: Registering Code, Next: Unregistering Code, Prev: Declarations, Up: JIT Interface
23257 File: gdb.info, Node: Unregistering Code, Prev: Registering Code, Up: JIT Interface
23278 File: gdb.info, Node: GDB Bugs, Next: Command Line Editing, Prev: JIT Interface, Up: Top
23299 File: gdb.info, Node: Bug Criteria, Next: Bug Reporting, Up: GDB Bugs
23323 File: gdb.info, Node: Bug Reporting, Prev: Bug Criteria, Up: GDB Bugs
23340 *Do not send bug reports to `info-gdb', or to `help-gdb', or to any
23489 File: gdb.info, Node: Command Line Editing, Next: Using History Interactively, Prev: GDB Bugs, Up: Top
23508 File: gdb.info, Node: Introduction and Notation, Next: Readline Interaction, Up: Command Line Editing
23544 File: gdb.info, Node: Readline Interaction, Next: Readline Init File, Prev: Introduction and Notation, Up: Command Line Editing
23569 File: gdb.info, Node: Readline Bare Essentials, Next: Readline Movement Commands, Up: Readline Interaction
23617 File: gdb.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction
23648 File: gdb.info, Node: Readline Killing Commands, Next: Readline Arguments, Prev: Readline Movement Commands, Up: Readline Interaction
23701 File: gdb.info, Node: Readline Arguments, Next: Searching, Prev: Readline Killing Commands, Up: Readline Interaction
23722 File: gdb.info, Node: Searching, Prev: Readline Arguments, Up: Readline Interaction
23763 File: gdb.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing
23791 File: gdb.info, Node: Readline Init File Syntax, Next: Conditional Init Constructs, Up: Readline Init File
24092 File: gdb.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File
24152 File: gdb.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
24262 File: gdb.info, Node: Bindable Readline Commands, Next: Readline vi Mode, Prev: Readline Init File, Up: Command Line Editing
24288 File: gdb.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands
24322 File: gdb.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands
24395 File: gdb.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands
24463 File: gdb.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands
24529 File: gdb.info, Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Bindable Readline Commands
24552 File: gdb.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: Numeric Arguments, Up: Bindable Readline Commands
24589 File: gdb.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands
24607 File: gdb.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
24695 File: gdb.info, Node: Readline vi Mode, Prev: Bindable Readline Commands, Up: Command Line Editing
24717 File: gdb.info, Node: Using History Interactively, Next: Formatting Documentation, Prev: Command Line Editing, Up: Top
24732 File: gdb.info, Node: History Interaction, Up: Using History Interactively
24764 File: gdb.info, Node: Event Designators, Next: Word Designators, Up: History Interaction
24802 File: gdb.info, Node: Word Designators, Next: Modifiers, Prev: Event Designators, Up: History Interaction
24864 File: gdb.info, Node: Modifiers, Prev: Word Designators, Up: History Interaction
24909 File: gdb.info, Node: Formatting Documentation, Next: Installing GDB, Prev: Using History Interactively, Up: Top
24933 on-line information and a printed manual. You can use one of the Info
24937 GDB includes an already formatted copy of the on-line Info version
24938 of this manual in the `gdb' subdirectory. The main Info file is
24939 `gdb-7.1-android-gg2/gdb/gdb.info', and it refers to subordinate files
24940 matching `gdb.info*' in the same directory. If necessary, you can
24942 easier to read using the `info' subsystem in GNU Emacs or the
24943 standalone `info' program, available as part of the GNU Texinfo
24946 If you want to format these Info files yourself, you need one of the
24947 Info formatting programs, such as `texinfo-format-buffer' or `makeinfo'.
24951 7.1-android-gg2), you can make the Info file by typing:
24954 make gdb.info
24989 File: gdb.info, Node: Installing GDB, Next: Maintenance Commands, Prev: Formatting Documentation, Up: Top
25004 File: gdb.info, Node: Requirements, Next: Running Configure, Up: Installing GDB
25072 File: gdb.info, Node: Running Configure, Next: Separate Objdir, Prev: Requirements, Up: Installing GDB
25168 File: gdb.info, Node: Separate Objdir, Next: Config Names, Prev: Running Configure, Up: Installing GDB
25231 File: gdb.info, Node: Config Names, Next: Configure Options, Prev: Separate Objdir, Up: Installing GDB
25270 File: gdb.info, Node: Configure Options, Next: System-wide configuration, Prev: Config Names, Up: Installing GDB
25277 options not listed here. *note (configure.info)What Configure Does::,
25335 File: gdb.info, Node: System-wide configuration, Prev: Configure Options, Up: Installing GDB
25367 File: gdb.info, Node: Maintenance Commands, Next: Remote Protocol, Prev: Installing GDB, Up: Top
25391 `maint info breakpoints'
25392 Using the same format as `info breakpoints', display both the
25561 The register groups info looks like this:
25673 location to the specified address. This is similar to the `info
25695 File: gdb.info, Node: Remote Protocol, Next: Agent Expressions, Prev: Maintenance Commands, Up: Top
25720 File: gdb.info, Node: Overview, Next: Packets, Up: Remote Protocol
25824 File: gdb.info, Node: Packets, Next: Stop Reply Packets, Prev: Overview, Up: Remote Protocol
26435 File: gdb.info, Node: Stop Reply Packets, Next: General Query Packets, Prev: Packets, Up: Remote Protocol
26546 File: gdb.info, Node: General Query Packets, Next: Architecture-Specific Protocol Details, Prev: Stop Reply Packets, Up: Remote Protocol
27096 The string is displayed in GDB's `info threads' display. Some
27097 examples of possible thread extra info strings are `Runnable', or
27324 File: gdb.info, Node: Architecture-Specific Protocol Details, Next: Tracepoint Packets, Prev: General Query Packets, Up: Remote Protocol
27376 File: gdb.info, Node: Tracepoint Packets, Next: Host I/O Packets, Prev: Architecture-Specific Protocol Details, Up: Remote Protocol
27598 File: gdb.info, Node: Host I/O Packets, Next: Interrupts, Prev: Tracepoint Packets, Up: Remote Protocol
27687 File: gdb.info, Node: Interrupts, Next: Notification Packets, Prev: Host I/O Packets, Up: Remote Protocol
27726 File: gdb.info, Node: Notification Packets, Next: Remote Non-Stop, Prev: Interrupts, Up: Remote Protocol
27774 File: gdb.info, Node: Remote Non-Stop, Next: Packet Acknowledgment, Prev: Notification Packets, Up: Remote Protocol
27851 File: gdb.info, Node: Packet Acknowledgment, Next: Examples, Prev: Remote Non-Stop, Up: Remote Protocol
27891 File: gdb.info, Node: Examples, Next: File-I/O Remote Protocol Extension, Prev: Packet Acknowledgment, Up: Remote Protocol
27922 File: gdb.info, Node: File-I/O Remote Protocol Extension, Next: Library List Format, Prev: Examples, Up: Remote Protocol
27941 File: gdb.info, Node: File-I/O Overview, Next: Protocol Basics, Up: File-I/O Remote Protocol Extension
27989 File: gdb.info, Node: Protocol Basics, Next: The F Request Packet, Prev: File-I/O Overview, Up: File-I/O Remote Protocol Extension
28049 File: gdb.info, Node: The F Request Packet, Next: The F Reply Packet, Prev: Protocol Basics, Up: File-I/O Remote Protocol Extension
28071 File: gdb.info, Node: The F Reply Packet, Next: The Ctrl-C Message, Prev: The F Request Packet, Up: File-I/O Remote Protocol Extension
28100 File: gdb.info, Node: The Ctrl-C Message, Next: Console I/O, Prev: The F Reply Packet, Up: File-I/O Remote Protocol Extension
28136 File: gdb.info, Node: Console I/O, Next: List of Supported Calls, Prev: The Ctrl-C Message, Up: File-I/O Remote Protocol Extension
28165 File: gdb.info, Node: List of Supported Calls, Next: Protocol-specific Representation of Datatypes, Prev: Console I/O, Up: File-I/O Remote Protocol Extension
28185 File: gdb.info, Node: open, Next: close, Up: List of Supported Calls
28294 File: gdb.info, Node: close, Next: read, Prev: open, Up: List of Supported Calls
28318 File: gdb.info, Node: read, Next: write, Prev: close, Up: List of Supported Calls
28347 File: gdb.info, Node: write, Next: lseek, Prev: read, Up: List of Supported Calls
28382 File: gdb.info, Node: lseek, Next: rename, Prev: write, Up: List of Supported Calls
28425 File: gdb.info, Node: rename, Next: unlink, Prev: lseek, Up: List of Supported Calls
28485 File: gdb.info, Node: unlink, Next: stat/fstat, Prev: rename, Up: List of Supported Calls
28531 File: gdb.info, Node: stat/fstat, Next: gettimeofday, Prev: unlink, Up: List of Supported Calls
28573 File: gdb.info, Node: gettimeofday, Next: isatty, Prev: stat/fstat, Up: List of Supported Calls
28597 File: gdb.info, Node: isatty, Next: system, Prev: gettimeofday, Up: List of Supported Calls
28623 File: gdb.info, Node: system, Prev: isatty, Up: List of Supported Calls
28668 File: gdb.info, Node: Protocol-specific Representation of Datatypes, Next: Constants, Prev: List of Supported Calls, Up: File-I/O Remote Protocol Extension
28682 File: gdb.info, Node: Integral Datatypes, Next: Pointer Values, Up: Protocol-specific Representation of Datatypes
28705 File: gdb.info, Node: Pointer Values, Next: Memory Transfer, Prev: Integral Datatypes, Up: Protocol-specific Representation of Datatypes
28725 File: gdb.info, Node: Memory Transfer, Next: struct stat, Prev: Pointer Values, Up: Protocol-specific Representation of Datatypes
28739 File: gdb.info, Node: struct stat, Next: struct timeval, Prev: Memory Transfer, Up: Protocol-specific Representation of Datatypes
28801 File: gdb.info, Node: struct timeval, Prev: struct stat, Up: Protocol-specific Representation of Datatypes
28819 File: gdb.info, Node: Constants, Next: File-I/O Examples, Prev: Protocol-specific Representation of Datatypes, Up: File-I/O Remote Protocol Extension
28837 File: gdb.info, Node: Open Flags, Next: mode_t Values, Up: Constants
28853 File: gdb.info, Node: mode_t Values, Next: Errno Values, Prev: Open Flags, Up: Constants
28873 File: gdb.info, Node: Errno Values, Next: Lseek Flags, Prev: mode_t Values, Up: Constants
28905 File: gdb.info, Node: Lseek Flags, Next: Limits, Prev: Errno Values, Up: Constants
28915 File: gdb.info, Node: Limits, Prev: Lseek Flags, Up: Constants
28930 File: gdb.info, Node: File-I/O Examples, Prev: Constants, Up: File-I/O Remote Protocol Extension
28975 File: gdb.info, Node: Library List Format, Next: Memory Map Format, Prev: File-I/O Remote Protocol Extension, Up: Remote Protocol
29042 File: gdb.info, Node: Memory Map Format, Next: Thread List Format, Prev: Library List Format, Up: Remote Protocol
29112 File: gdb.info, Node: Thread List Format, Prev: Memory Map Format, Up: Remote Protocol
29135 File: gdb.info, Node: Agent Expressions, Next: Target Descriptions, Prev: Remote Protocol, Up: Top
29188 File: gdb.info, Node: General Bytecode Design, Next: Bytecode Descriptions, Up: Agent Expressions
29310 File: gdb.info, Node: Bytecode Descriptions, Next: Using Agent Expressions, Prev: General Bytecode Design, Up: Agent Expressions
29587 File: gdb.info, Node: Using Agent Expressions, Next: Varying Target Capabilities, Prev: Bytecode Descriptions, Up: Agent Expressions
29631 File: gdb.info, Node: Varying Target Capabilities, Next: Rationale, Prev: Using Agent Expressions, Up: Agent Expressions
29662 File: gdb.info, Node: Rationale, Prev: Varying Target Capabilities, Up: Agent Expressions
29818 File: gdb.info, Node: Trace File Format, Next: Copying, Prev: Operating System Information, Up: Top
29865 File: gdb.info, Node: Target Descriptions, Next: Operating System Information, Prev: Agent Expressions, Up: Top
29911 File: gdb.info, Node: Retrieving Descriptions, Next: Target Description Format, Up: Target Descriptions
29939 File: gdb.info, Node: Target Description Format, Next: Predefined Target Types, Prev: Retrieving Descriptions, Up: Target Descriptions
30149 GDB will not display the register in `info registers'.
30153 File: gdb.info, Node: Predefined Target Types, Next: Standard Target Features, Prev: Target Description Format, Up: Target Descriptions
30205 File: gdb.info, Node: Standard Target Features, Prev: Predefined Target Types, Up: Target Descriptions
30247 File: gdb.info, Node: ARM Features, Next: i386 Features, Up: Standard Target Features
30278 File: gdb.info, Node: i386 Features, Next: MIPS Features, Prev: ARM Features, Up: Standard Target Features
30312 File: gdb.info, Node: MIPS Features, Next: M68K Features, Prev: i386 Features, Up: Standard Target Features
30335 File: gdb.info, Node: M68K Features, Next: PowerPC Features, Prev: MIPS Features, Up: Standard Target Features
30353 File: gdb.info, Node: PowerPC Features, Prev: M68K Features, Up: Standard Target Features
30382 File: gdb.info, Node: Operating System Information, Next: Trace File Format, Prev: Target Descriptions, Up: Top
30404 File: gdb.info, Node: Process list, Up: Operating System Information
30435 File: gdb.info, Node: Copying, Next: GNU Free Documentation License, Prev: Trace File Format, Up: Top
31158 File: gdb.info, Node: GNU Free Documentation License, Next: Index, Prev: Copying, Up: Top
31590 File: gdb.info, Node: Index, Prev: GNU Free Documentation License, Up: Top
31604 * $_ and info breakpoints: Set Breaks. (line 117)
31605 * $_ and info line: Machine Code. (line 30)
31671 * -break-info: GDB/MI Breakpoint Commands.
31769 * -stack-info-depth: GDB/MI Stack Manipulation.
31771 * -stack-info-frame: GDB/MI Stack Manipulation.
31801 * -thread-info: GDB/MI Thread Commands.
31815 * -var-info-expression: GDB/MI Variable Objects.
31817 * -var-info-num-children: GDB/MI Variable Objects.
31819 * -var-info-path-expression: GDB/MI Variable Objects.
31821 * -var-info-type: GDB/MI Variable Objects.
31940 * architecture debugging info: Debugging Output. (line 18)
32070 * C++ overload debugging info: Debugging Output. (line 108)
32104 * catch exceptions, list active handlers: Frame Info. (line 60)
32350 * displaced stepping debugging info: Debugging Output. (line 42)
32446 * event debugging info: Debugging Output. (line 50)
32454 * exception handlers, how to list: Frame Info. (line 60)
32478 * expression debugging info: Debugging Output. (line 57)
32479 * expression parser, debugging info: Debugging Output. (line 114)
32554 * frame debugging info: Debugging Output. (line 65)
32574 * functions without line info, and stepping: Continuing and Stepping.
32674 * gdbarch debugging info: Debugging Output. (line 18)
32741 * i (info): Help. (line 99)
32757 * inferior debugging info: Debugging Output. (line 78)
32763 * info: Help. (line 99)
32764 * info address: Symbols. (line 44)
32765 * info all-registers: Registers. (line 15)
32766 * info args: Frame Info. (line 51)
32767 * info auxv: OS Information. (line 33)
32768 * info breakpoints: Set Breaks. (line 117)
32769 * info catch: Frame Info. (line 60)
32770 * info checkpoints: Checkpoint/Restart. (line 31)
32771 * info classes: Symbols. (line 205)
32772 * info common: Special Fortran Commands.
32774 * info copying: Help. (line 136)
32775 * info dcache: Caching Remote Data. (line 34)
32776 * info display: Auto Display. (line 66)
32777 * info dll: Cygwin Native. (line 30)
32778 * info dos: DJGPP Native. (line 15)
32779 * info extensions: Show. (line 34)
32780 * info f (info frame): Frame Info. (line 17)
32781 * info files: Files. (line 191)
32782 * info float: Floating Point Hardware.
32784 * info for known object files: Maintenance Commands.
32786 * info frame: Frame Info. (line 17)
32787 * info frame, show the source language: Show. (line 15)
32788 * info functions: Symbols. (line 184)
32789 * info handle: Signals. (line 33)
32790 * info inferiors: Inferiors and Programs.
32792 * info io_registers, AVR: AVR. (line 10)
32793 * info line: Machine Code. (line 14)
32794 * info line, and Objective-C: Method Names in Commands.
32796 * info locals: Frame Info. (line 55)
32797 * info macro: Macros. (line 47)
32798 * info mem: Memory Region Attributes.
32800 * info meminfo: SVR4 Process Information.
32802 * info or1k spr: OpenRISC 1000. (line 20)
32803 * info os processes: OS Information. (line 47)
32804 * info pidlist: SVR4 Process Information.
32806 * info proc: SVR4 Process Information.
32808 * info program: Stopping. (line 18)
32809 * info record: Process Record and Replay.
32811 * info registers: Registers. (line 11)
32812 * info scope: Symbols. (line 138)
32813 * info selectors: Symbols. (line 211)
32814 * info serial: DJGPP Native. (line 142)
32815 * info set: Help. (line 119)
32816 * info share: Files. (line 326)
32817 * info sharedlibrary: Files. (line 326)
32818 * info signals: Signals. (line 33)
32819 * info source: Symbols. (line 159)
32820 * info source, show the source language: Show. (line 21)
32821 * info sources: Symbols. (line 178)
32822 * info spu: SPU. (line 10)
32823 * info stack: Backtrace. (line 34)
32824 * info symbol: Symbols. (line 54)
32825 * info target: Files. (line 191)
32826 * info task TASKNO: Ada Tasks. (line 89)
32827 * info tasks: Ada Tasks. (line 9)
32828 * info terminal: Input/Output. (line 12)
32829 * info threads: Threads. (line 66)
32830 * info threads (HP-UX): Threads. (line 103)
32831 * info tp: Listing Tracepoints. (line 6)
32832 * info tracepoints: Listing Tracepoints. (line 6)
32833 * info tvariables: Trace State Variables.
32835 * info types: Symbols. (line 124)
32836 * info udot: OS Information. (line 16)
32837 * info variables: Symbols. (line 196)
32838 * info vector: Vector Unit. (line 9)
32839 * info w32: Cygwin Native. (line 19)
32840 * info warranty: Help. (line 140)
32841 * info watchpoints [N]: Set Watchpoints. (line 64)
32842 * info win: TUI Commands. (line 12)
33011 * maint info breakpoints: Maintenance Commands.
33013 * maint info program-spaces: Inferiors and Programs.
33015 * maint info psymtabs: Symbols. (line 278)
33016 * maint info sections: Files. (line 200)
33017 * maint info sol-threads: Threads. (line 133)
33018 * maint info symtabs: Symbols. (line 278)
33146 * MS-DOS system info: DJGPP Native. (line 19)
33218 * observer debugging info: Debugging Output. (line 101)
33366 * process info via /proc: SVR4 Process Information.
34096 * stepping into functions with no line info: Continuing and Stepping.
34157 * target debugging info: Debugging Output. (line 148)
34217 * thread attributes info, remote request: General Query Packets.
34228 * thread info (Solaris): Threads. (line 133)
34251 * timestampping debugging info: Debugging Output. (line 159)
34396 * variable object debugging info: Debugging Output. (line 168)
34455 * x(examine), and info line: Machine Code. (line 30)
34553 Node: Frame Info212983
34867 Ref: maint info breakpoints966801