Lines Matching full:info
1 This is gdb.info, produced by makeinfo version 4.8 from
4 INFO-DIR-SECTION Software development
5 START-INFO-DIR-ENTRY
7 END-INFO-DIR-ENTRY
32 File: gdb.info, Node: Top, Next: Summary, Prev: (dir), Up: (dir)
90 File: gdb.info, Node: Summary, Next: Sample Session, Prev: Top, Up: Top
136 File: gdb.info, Node: Free Software, Next: Contributors, Up: Summary
243 File: gdb.info, Node: Contributors, Prev: Free Software, Up: Summary
411 File: gdb.info, Node: Sample Session, Next: Invocation, Prev: Summary, Up: Top
622 File: gdb.info, Node: Invocation, Next: Commands, Prev: Sample Session, Up: Top
641 File: gdb.info, Node: Invoking GDB, Next: Quitting GDB, Up: Invocation
713 File: gdb.info, Node: File Options, Next: Mode Options, Up: Invoking GDB
793 File: gdb.info, Node: Mode Options, Next: Startup, Prev: File Options, Up: Invoking GDB
959 File: gdb.info, Node: Startup, Prev: Mode Options, Up: Invoking GDB
1022 File: gdb.info, Node: Quitting GDB, Next: Shell Commands, Prev: Invoking GDB, Up: Invocation
1045 File: gdb.info, Node: Shell Commands, Next: Logging output, Prev: Quitting GDB, Up: Invocation
1068 File: gdb.info, Node: Logging output, Prev: Shell Commands, Up: Invocation
1099 File: gdb.info, Node: Commands, Next: Running, Prev: Invocation, Up: Top
1117 File: gdb.info, Node: Command Syntax, Next: Completion, Up: Commands
1164 File: gdb.info, Node: Completion, Next: Help, Prev: Command Syntax, Up: Commands
1179 (gdb) info bre <TAB>
1182 `info' subcommand beginning with `bre':
1184 (gdb) info breakpoints
1186 You can either press <RET> at this point, to run the `info breakpoints'
1189 `info breakpoints' in the first place, you might as well just type
1190 <RET> immediately after `info bre', to exploit command abbreviations
1260 File: gdb.info, Node: Help, Prev: Completion, Up: Commands
1308 info -- Generic command for showing things
1347 info
1352 In addition to `help', you can use the GDB commands `info' and
1356 `info' and under `show' in the Index point to all the sub-commands.
1359 `info'
1362 program with `info args', list the registers currently in use with
1363 `info registers', or list the breakpoints you have set with `info
1364 breakpoints'. You can get a complete list of the `info'
1365 sub-commands with `help info'.
1373 In contrast to `info', `show' is for describing the state of GDB
1380 you can use `show' with no arguments; you may also use `info set'.
1397 `info copying'
1401 `info warranty'
1407 File: gdb.info, Node: Running, Next: Stopping, Prev: Commands, Up: Top
1437 File: gdb.info, Node: Compilation, Next: Starting, Up: Running
1491 File: gdb.info, Node: Starting, Next: Arguments, Prev: Compilation, Up: Running
1594 File: gdb.info, Node: Arguments, Next: Environment, Prev: Starting, Up: Running
1625 File: gdb.info, Node: Environment, Next: Working Directory, Prev: Arguments, Up: Running
1694 File: gdb.info, Node: Working Directory, Next: Input/Output, Prev: Environment, Up: Running
1718 the `/proc' support, you can use the `info proc' command (*note SVR4
1723 File: gdb.info, Node: Input/Output, Next: Attach, Prev: Working Directory, Up: Running
1734 `info terminal'
1777 File: gdb.info, Node: Attach, Next: Kill Process, Prev: Input/Output, Up: Running
1784 outside GDB. (`info files' shows your active targets.) The
1828 File: gdb.info, Node: Kill Process, Next: Threads, Prev: Attach, Up: Running
1853 File: gdb.info, Node: Threads, Next: Processes, Prev: Kill Process, Up: Running
1872 * `info threads', a command to inquire about existing threads
1883 `info threads', and always rejects the `thread' command, like this:
1885 (gdb) info threads
1887 Thread ID 1 not known. Use the "info threads" command to
1911 `info threads'
1926 (gdb) info threads
1948 `info threads'
1963 (gdb) info threads
1977 `maint info sol-threads'
1978 Display info on Solaris user threads.
1983 the first field of the `info threads' display. GDB responds by
2000 of the `info threads' display; or it could be a range of thread
2017 File: gdb.info, Node: Processes, Next: Checkpoint/Restart, Prev: Threads, Up: Running
2092 the forked processes under the control of GDB by using the `info forks'
2096 `info forks'
2104 the first field of the `info forks' display.
2138 File: gdb.info, Node: Checkpoint/Restart, Prev: Processes, Up: Running
2168 `info checkpoints'
2244 File: gdb.info, Node: Stopping, Next: Stack, Prev: Running, Up: Top
2261 `info program'
2273 File: gdb.info, Node: Breakpoints, Next: Continuing and Stepping, Up: Stopping
2340 File: gdb.info, Node: Set Breaks, Next: Set Watchpoints, Up: Breakpoints
2475 `info breakpoints [N]'
2476 `info break [N]'
2477 `info watchpoints [N]'
2509 If a breakpoint is conditional, `info break' shows the condition on
2516 `info break' with a breakpoint number N as argument lists only
2521 `info break' displays a count of the number of times the breakpoint
2524 hits, look at the breakpoint info to see how many times the
2583 `info breakpoints' does not display them. You can see these
2584 breakpoints with the GDB maintenance command `maint info breakpoints'
2585 (*note maint info breakpoints::).
2588 File: gdb.info, Node: Set Watchpoints, Next: Set Catchpoints, Prev: Set Breaks, Up: Breakpoints
2636 `info watchpoints'
2638 catchpoints; it is the same as `info break' (*note Set Breaks::).
2753 File: gdb.info, Node: Set Catchpoints, Next: Delete Breaks, Prev: Set Watchpoints, Up: Breakpoints
2798 Use the `info break' command to list the current catchpoints.
2843 File: gdb.info, Node: Delete Breaks, Next: Disabling, Prev: Set Catchpoints, Up: Breakpoints
2886 File: gdb.info, Node: Disabling, Next: Conditions, Prev: Delete Breaks, Up: Breakpoints
2898 breakpoint numbers as arguments. Use `info break' or `info watch' to
2950 File: gdb.info, Node: Conditions, Next: Break Commands, Prev: Disabling, Up: Breakpoints
3052 File: gdb.info, Node: Break Commands, Next: Breakpoint Menus, Prev: Conditions, Up: Breakpoints
3126 File: gdb.info, Node: Breakpoint Menus, Next: Error in Breakpoints, Prev: Break Commands, Up: Breakpoints
3167 File: gdb.info, Node: Error in Breakpoints, Next: Breakpoint related warnings, Prev: Breakpoint Menus, Up: Breakpoints
3207 File: gdb.info, Node: Breakpoint related warnings, Prev: Error in Breakpoints, Up: Breakpoints
3258 File: gdb.info, Node: Continuing and Stepping, Next: Signals, Prev: Breakpoints, Up: Stopping
3356 the machine instructions of a function which has no symbolic info
3469 File: gdb.info, Node: Signals, Next: Thread Stops, Prev: Continuing and Stepping, Up: Stopping
3501 `info signals'
3502 `info handle'
3507 `info signals SIG'
3511 `infoinfo signals'.
3571 File: gdb.info, Node: Thread Stops, Prev: Signals, Up: Stopping
3589 column of the `info threads' display.
3676 File: gdb.info, Node: Stack, Next: Source, Prev: Stopping, Up: Top
3703 command (*note Information about a frame: Frame Info.).
3710 * Frame Info:: Information on a frame
3713 File: gdb.info, Node: Frames, Next: Backtrace, Up: Stack
3769 File: gdb.info, Node: Backtrace, Next: Selection, Prev: Frames, Up: Stack
3802 The names `where' and `info stack' (abbreviated `info s') are
3903 File: gdb.info, Node: Selection, Next: Frame Info
3975 File: gdb.info, Node: Frame Info, Prev: Selection, Up: Stack
3991 `info frame'
3992 `info f'
4017 `info frame ADDR'
4018 `info f ADDR'
4025 `info args'
4028 `info locals'
4034 `info catch'
4038 `up', `down', or `frame' commands); then type `info catch'. *Note
4043 File: gdb.info, Node: Source, Next: Data, Prev: Stack, Up: Top
4069 File: gdb.info, Node: List, Next: Edit, Up: Source
4173 File: gdb.info, Node: Edit, Next: Search, Prev: List, Up: Source
4233 File: gdb.info, Node: Search, Next: Source Path, Prev: Edit, Up: Source
4255 File: gdb.info, Node: Source Path, Next: Machine Code, Prev: Search, Up: Source
4424 File: gdb.info, Node: Machine Code, Prev: Source Path, Up: Source
4429 You can use the command `info line' to map source lines to program
4432 mode, the `info line' command causes the arrow to point to the line
4433 specified. Also, `info line' prints addresses in symbolic form as well
4436 `info line LINESPEC'
4442 For example, we can use `info line' to discover the location of the
4445 (gdb) info line m4_changequote
4450 (gdb) info line *0x63ff
4453 After `info line', the default address for the `x' command is
4504 File: gdb.info, Node: Data, Next: Macros, Prev: Source, Up: Top
4560 File: gdb.info, Node: Expressions, Next: Variables, Up: Data
4609 File: gdb.info, Node: Variables, Next: Arrays, Prev: Expressions, Up: Data
4685 offered by the debug info format used by the compiler, GDB might not be
4692 use a different debug info format, if the compiler supports several such
4694 the `-gstabs+' option. `-gstabs+' produces debug info in a format that
4696 (`-gdwarf-2'), which is also an effective form for debug info. *Note
4697 Options for Debugging Your Program or GNU CC: (gcc.info)Debugging
4698 Options. *Note Debugging C++: C, for more info about debug info formats
4707 File: gdb.info, Node: Arrays, Next: Output Formats, Prev: Variables, Up: Data
4768 File: gdb.info, Node: Output Formats, Next: Memory, Prev: Arrays, Up: Data
4809 The command `info symbol 0x54320' yields similar results. *Note
4810 info symbol: Symbols.
4841 File: gdb.info, Node: Memory, Next: Auto Display, Prev: Output Formats, Up: Data
4897 address: `info breakpoints' (to the address of the last breakpoint
4898 listed), `info line' (to the starting address of a line), and
4956 File: gdb.info, Node: Auto Display, Next: Print Settings, Prev: Memory, Up: Data
5022 `info display'
5042 File: gdb.info, Node: Print Settings, Next: Value History, Prev: Auto Display, Up: Data
5087 `info line', for example `info line *0x4537'. Alternately, you can set
5376 File: gdb.info, Node: Value History, Next: Convenience Vars, Prev: Print Settings, Up: Data
5438 File: gdb.info, Node: Convenience Vars, Next: Registers, Prev: Value History, Up: Data
5505 set `$_' to that address; these commands include `info line' and
5506 `info breakpoint'. The type of `$_' is `void *' except when set
5524 File: gdb.info, Node: Registers, Next: Floating Point Hardware, Prev: Convenience Vars, Up: Data
5531 each machine; use `info registers' to see the names used on your
5534 `info registers'
5538 `info all-registers'
5542 `info registers REGNAME ...'
5570 mnemonics, so long as there is no conflict. The `info registers'
5571 command shows the canonical names. For example, on the SPARC, `info
5591 sense for your program), but the `info registers' command prints the
5639 File: gdb.info, Node: Floating Point Hardware, Next: Vector Unit, Prev: Registers, Up: Data
5647 `info float'
5650 floating point chip. Currently, `info float' is supported on the
5654 File: gdb.info, Node: Vector Unit, Next: OS Information, Prev: Floating Point Hardware, Up: Data
5662 `info vector'
5667 File: gdb.info, Node: OS Information, Next: Memory Region Attributes, Prev: Vector Unit, Up: Data
5678 user', for this interface. You can use the command `info udot' to
5681 `info udot'
5699 `info auxv'
5709 File: gdb.info, Node: Memory Region Attributes, Next: Dump/Restore Files, Prev: OS Information, Up: Data
5753 `info mem'
5831 File: gdb.info, Node: Dump/Restore Files, Next: Core File Generation, Prev: Memory Region Attributes, Up: Data
5890 File: gdb.info, Node: Core File Generation, Next: Character Sets, Prev: Dump/Restore Files, Up: Data
5918 File: gdb.info, Node: Character Sets, Next: Caching Remote Data, Prev: Core File Generation, Up: Data
6115 File: gdb.info, Node: Caching Remote Data, Prev: Character Sets, Up: Data
6135 `info dcache'
6143 File: gdb.info, Node: Macros, Next: Tracepoints, Prev: Data, Up: Top
6192 `info macro MACRO'
6275 (gdb) info macro ADD
6278 (gdb) info macro Q
6307 (gdb) info macro N
6323 (gdb) info macro N
6329 (gdb) info macro N
6339 File: gdb.info, Node: Tracepoints, Next: Overlays, Prev: Macros, Up: Top
6380 File: gdb.info, Node: Set Tracepoints, Next: Analyze Collected Data, Up: Tracepoints
6411 File: gdb.info, Node: Create and Delete Tracepoints, Next: Enable and Disable Tracepoints, Up: Set Tracepoints
6457 File: gdb.info, Node: Enable and Disable Tracepoints, Next: Tracepoint Passcounts, Prev: Create and Delete Tracepoints, Up: Set Tracepoints
6474 File: gdb.info, Node: Tracepoint Passcounts, Next: Tracepoint Actions, Prev: Enable and Disable Tracepoints, Up: Set Tracepoints
6508 File: gdb.info, Node: Tracepoint Actions, Next: Listing Tracepoints, Prev: Tracepoint Passcounts, Up: Set Tracepoints
6571 The command `info scope' (*note info scope: Symbols.) is
6588 File: gdb.info, Node: Listing Tracepoints, Next: Starting and Stopping Trace Experiment, Prev: Tracepoint Actions, Up: Set Tracepoints
6593 `info tracepoints [NUM]'
6613 (gdb) info trace
6620 This command can be abbreviated `info tp'.
6623 File: gdb.info, Node: Starting and Stopping Trace Experiment, Prev: Listing Tracepoints, Up: Set Tracepoints
6661 File: gdb.info, Node: Analyze Collected Data, Next: Tracepoint Variables, Prev: Set Tracepoints, Up: Tracepoints
6676 *all* GDB commands (`print', `info registers', `backtrace', etc.) will
6688 File: gdb.info, Node: tfind, Next: tdump, Up: Analyze Collected Data
6797 File: gdb.info, Node: tdump, Next: save-tracepoints, Prev: tfind, Up: Analyze Collected Data
6853 File: gdb.info, Node: save-tracepoints, Prev: tdump, Up: Analyze Collected Data
6864 File: gdb.info, Node: Tracepoint Variables, Prev: Analyze Collected Data, Up: Tracepoints
6901 File: gdb.info, Node: Overlays, Next: Languages, Prev: Tracepoints, Up: Top
6919 File: gdb.info, Node: How Overlays Work, Next: Overlay Commands, Up: Overlays
7006 program; see *Note Overlay Description: (ld.info)Overlay
7037 File: gdb.info, Node: Overlay Commands, Next: Automatic Overlay Debugging, Prev: How Overlays Work, Up: Overlays
7139 File: gdb.info, Node: Automatic Overlay Debugging, Next: Overlay Sample Program, Prev: Overlay Commands, Up: Overlays
7194 File: gdb.info, Node: Overlay Sample Program, Prev: Automatic Overlay Debugging, Up: Overlays
7202 Description: (ld.info)Overlay Description.). Unfortunately, since
7246 File: gdb.info, Node: Languages, Next: Symbols, Prev: Overlays, Up: Top
7273 File: gdb.info, Node: Setting, Next: Show, Up: Languages
7310 File: gdb.info, Node: Filenames, Next: Manually, Up: Setting
7354 File: gdb.info, Node: Manually, Next: Automatically, Prev: Filenames, Up: Setting
7382 File: gdb.info, Node: Automatically, Prev: Manually, Up: Setting
7403 File: gdb.info, Node: Show, Next: Checks, Prev: Setting, Up: Languages
7416 `info frame'
7419 *Note Information about a frame: Frame Info, to identify the other
7422 `info source'
7435 `info extensions'
7439 File: gdb.info, Node: Checks, Next: Supported languages, Prev: Show, Up: Languages
7470 File: gdb.info, Node: Type Checking, Next: Range Checking, Up: Checks
7535 File: gdb.info, Node: Range Checking, Prev: Type Checking, Up: Checks
7593 File: gdb.info, Node: Supported languages, Next: Unsupported languages, Prev: Checks, Up: Languages
7622 File: gdb.info, Node: C, Next: Objective-C, Up: Supported languages
7640 Debugging Your Program or GNU CC: (gcc.info)Debugging Options.
7653 File: gdb.info, Node: C Operators, Next: C Constants, Up: C
7801 File: gdb.info, Node: C Constants, Next: C plus plus expressions, Prev: C Operators, Up: C
7859 File: gdb.info, Node: C plus plus expressions, Next: C Defaults, Prev: C Constants, Up: C
7933 File: gdb.info, Node: C Defaults, Next: C Checks, Prev: C plus plus expressions, Up: C
7950 File: gdb.info, Node: C Checks, Next: Debugging C, Prev: C Defaults, Up: C
7971 File: gdb.info, Node: Debugging C, Next: Debugging C plus plus, Prev: C Checks, Up: C
7989 File: gdb.info, Node: Debugging C plus plus, Prev: Debugging C, Up: C
8064 File: gdb.info, Node: Objective-C, Next: Fortran, Prev: C, Up: Supported languages
8071 info classes: Symbols, and *Note info selectors: Symbols, for a few
8080 File: gdb.info, Node: Method Names in Commands, Next: The Print Command with Objective-C, Prev: Objective-C, Up: Objective-C
8092 * `info line'
8135 File: gdb.info, Node: The Print Command with Objective-C, Prev: Method Names in Commands, Up: Objective-C
8152 File: gdb.info, Node: Fortran, Next: Pascal, Prev: Objective-C, Up: Supported languages
8173 File: gdb.info, Node: Fortran Operators, Next: Fortran Defaults, Up: Fortran
8191 File: gdb.info, Node: Fortran Defaults, Next: Special Fortran commands, Prev: Fortran Operators, Up: Fortran
8202 File: gdb.info, Node: Special Fortran commands, Prev: Fortran Defaults, Up: Fortran
8210 `info common [COMMON-NAME]'
8217 File: gdb.info, Node: Pascal, Next: Modula-2, Prev: Fortran, Up: Supported languages
8232 File: gdb.info, Node: Modula-2, Next: Ada, Prev: Pascal, Up: Supported languages
8256 File: gdb.info, Node: M2 Operators, Next: Built-In Func/Proc, Up: Modula-2
8365 File: gdb.info, Node: Built-In Func/Proc, Next: M2 Constants, Prev: M2 Operators, Up: Modula-2
8474 File: gdb.info, Node: M2 Constants, Next: M2 Types, Prev: Built-In Func/Proc, Up: Modula-2
8513 File: gdb.info, Node: M2 Types, Next: M2 Defaults, Prev: M2 Constants, Up: Modula-2
8642 File: gdb.info, Node: M2 Defaults, Next: Deviations, Prev: M2 Types, Up: Modula-2
8658 File: gdb.info, Node: Deviations, Next: M2 Checks, Prev: M2 Defaults, Up: Modula-2
8684 File: gdb.info, Node: M2 Checks, Next: M2 Scope, Prev: Deviations, Up: Modula-2
8708 File: gdb.info, Node: M2 Scope, Next: GDB/M2, Prev: M2 Checks, Up: Modula-2
8736 File: gdb.info, Node: GDB/M2, Prev: M2 Scope, Up: Modula-2
8757 File: gdb.info, Node: Ada, Prev: Modula-2, Up: Supported languages
8778 File: gdb.info, Node: Ada Mode Intro, Next: Omissions from Ada, Up: Ada
8821 File: gdb.info, Node: Omissions from Ada, Next: Additions to Ada, Prev: Ada Mode Intro, Up: Ada
8921 File: gdb.info, Node: Additions to Ada, Next: Stopping Before Main Program, Prev: Omissions from Ada, Up: Ada
9012 File: gdb.info, Node: Stopping Before Main Program, Next: Ada Glitches, Prev: Additions to Ada, Up: Ada
9024 File: gdb.info, Node: Ada Glitches, Prev: Stopping Before Main Program, Up: Ada
9067 File: gdb.info, Node: Unsupported languages, Prev: Supported languages, Up: Languages
9083 File: gdb.info
9126 `info address SYMBOL'
9136 `info symbol ADDR'
9141 (gdb) info symbol 0x54320
9144 This is the opposite of the `info address' command. You can use
9198 `info types REGEXP'
9199 `info types'
9212 `info scope LOCATION'
9218 (gdb) info scope command_line_handler
9232 `info source'
9251 `info sources'
9257 `info functions'
9260 `info functions REGEXP'
9262 names contain a match for regular expression REGEXP. Thus, `info
9263 fun step' finds all functions whose names include `step'; `info
9269 `info variables'
9273 `info variables REGEXP'
9278 `info classes'
9279 `info classes REGEXP'
9284 `info selectors'
9285 `info selectors REGEXP'
9341 command `info sources' to find out which files these are. If you
9351 `maint info symtabs [ REGEXP ]'
9352 `maint info psymtabs [ REGEXP ]'
9359 (gdb) maint info psymtabs dwarf2read
9372 (gdb) maint info symtabs
9383 (gdb) maint info symtabs
9397 File: gdb.info, Node: Altering, Next: GDB Files, Prev: Symbols, Up: Top
9422 File: gdb.info, Node: Assignment, Next: Jumping, Up: Altering
9506 File: gdb.info, Node: Jumping, Next: Signaling, Prev: Assignment, Up: Altering
9552 File: gdb.info, Node: Signaling, Next: Returning, Prev: Jumping, Up: Altering
9579 File: gdb.info, Node: Returning, Next: Calling, Prev: Signaling, Up: Altering
9608 File: gdb.info, Node: Calling, Next: Patching, Prev: Returning, Up: Altering
9651 File: gdb.info, Node: Patching, Prev: Calling, Up: Altering
9680 File: gdb.info, Node: GDB Files, Next: Targets, Prev: Altering, Up: Top
9697 File: gdb.info, Node: Files, Next: Separate Debug Files, Up: GDB Files
9783 still does the two-stage strategy, since the debug info is actually
9883 wrong. Each section must be changed separately. The `info files'
9887 `info files'
9888 `info target'
9889 `info files' and `info target' are synonymous; both print the
9896 `maint info sections'
9898 sections is `maint info sections'. In addition to the section
9899 information displayed by `info files', this command displays the
9901 dump files. In addition, `maint info sections' provides the
9909 Display info only for named SECTIONS.
9912 Display info only for sections for which SECTION-FLAGS are
10004 If your program uses lots of shared libraries with debug info that
10019 `info share'
10020 `info sharedlibrary'
10090 File: gdb.info, Node: Separate Debug Files, Next: Symbol Errors, Prev: Files, Up: GDB Files
10133 You can set the global debugging info directory's name, and view the
10251 File: gdb.info, Node: Symbol Errors, Prev: Separate Debug Files, Up: GDB Files
10327 `info mismatch between compiler and debugger'
10332 File: gdb.info, Node: Targets, Next: Remote Debugging, Prev: GDB Files, Up: Top
10373 File: gdb.info, Node: Active Targets, Next: Target Commands, Up: Targets
10406 File: gdb.info, Node: Target Commands, Next: Byte Order, Prev: Active Targets, Up: Targets
10426 currently selected, use either `info target' or `info files'
10485 simulators do provide these. For info about any
10543 File: gdb.info, Node: Byte Order, Next: Remote, Prev: Target Commands, Up: Targets
10573 File: gdb.info, Node: Remote, Prev: Byte Order, Up: Targets
10601 File: gdb.info
10614 File: gdb.info, Node: Connecting, Next: Server, Up: Remote Debugging
10725 File: gdb.info, Node: Server, Next: Remote configuration, Prev: Connecting, Up: Remote Debugging
10824 File: gdb.info, Node: Remote configuration, Next: remote stub, Prev: Server, Up: Remote Debugging
10918 `fetch-register-packet'`p' `info registers'
10921 `read-aux-vector-packet'`qXfer:auxv:read'`info auxv'
10937 File: gdb.info, Node: remote stub, Prev: Remote configuration, Up: Remote Debugging
11018 File: gdb.info, Node: Stub Contents, Next: Bootstrapping, Up: remote stub
11064 File: gdb.info, Node: Bootstrapping, Next: Debug Session, Prev: Stub Contents, Up: remote stub
11144 File: gdb.info, Node: Debug Session, Prev: Bootstrapping, Up: remote stub
11187 File: gdb.info, Node: Configurations, Next: Controlling GDB, Prev: Remote Debugging, Up: Top
11210 File: gdb.info, Node: Native, Next: Embedded OS, Up: Configurations
11229 File: gdb.info, Node: HP-UX, Next: BSD libkvm Interface, Up: Native
11239 File: gdb.info, Node: BSD libkvm Interface, Next: SVR4 Process Information, Prev: HP-UX, Up: Native
11270 File: gdb.info, Node: SVR4 Process Information, Next: DJGPP Native, Prev: BSD libkvm Interface, Up: Native
11278 system with this facility, the command `info proc' is available to
11280 process running on your system. `info proc' works only on SVR4 systems
11285 `info proc'
11286 `info proc PROCESS-ID'
11300 `info proc mappings'
11307 `info proc stat'
11308 `info proc status'
11317 `info proc all'
11319 the above `info proc' subcommands.
11329 appends the trace info to the previous contents of the file. The
11342 `info pidlist'
11346 `info meminfo'
11351 File: gdb.info, Node: DJGPP Native, Next: Cygwin Native, Prev: SVR4 Process Information, Up: Native
11365 `info dos'
11369 `info dos sysinfo'
11374 `info dos gdt'
11375 `info dos ldt'
11376 `info dos idt'
11399 `(gdb) info dos ldt $ds'
11406 `info dos pde'
11407 `info dos pte'
11417 Without an argument, `info dos pde' displays the entire Page
11418 Directory, and `info dos pte' displays all the entries in all of
11420 `info dos pde' command means display only that entry from the Page
11421 Directory table. An argument given to the `info dos pte' command
11431 `info dos address-pte ADDR'
11439 `(gdb) info dos address-pte __djgpp_base_address + (char *)&i'
11458 `(gdb) info dos address-pte *((unsigned *)&_go32_info_block + 3)'
11491 `info serial'
11498 File: gdb.info, Node: Cygwin Native, Next: Hurd Native, Prev: DJGPP Native, Up: Native
11509 `info w32'
11513 `info w32 selector'
11520 `info dll'
11521 This is a Cygwin specific alias of info shared.
11588 File: gdb.info, Node: Non-debug DLL symbols, Up: Cygwin Native
11627 If in doubt, try the `info functions' and `info variables' commands or
11630 (gdb) info function CreateFileA
11637 (gdb) info function !
11695 File: gdb.info, Node: Hurd Native, Next: Neutrino, Prev: Cygwin Native, Up: Native
11772 `info send-rights'
11773 `info receive-rights'
11774 `info port-rights'
11775 `info port-sets'
11776 `info dead-names'
11777 `info ports'
11778 `info psets'
11781 a task. There are also shorthand aliases: `info ports' for `info
11782 port-rights' and `info psets' for `info port-sets'.
11833 File: gdb.info, Node: Neutrino, Prev: Hurd Native, Up: Native
11848 File: gdb.info, Node: Embedded OS, Next: Embedded Processors, Prev: Native, Up: Configurations
11865 File: gdb.info, Node: VxWorks, Up: Embedded OS
11921 File: gdb.info, Node: VxWorks Connection, Next: VxWorks Download, Up: VxWorks
11948 File: gdb.info, Node: VxWorks Download, Next: VxWorks Attach, Prev: VxWorks Connection, Up: VxWorks
11987 File: gdb.info, Node: VxWorks Attach, Prev: VxWorks Download, Up: VxWorks
12002 File: gdb.info, Node: Embedded Processors, Next: Architectures, Prev: Embedded OS, Up: Configurations
12040 File: gdb.info, Node: ARM, Next: H8/300, Up: Embedded Processors
12140 File: gdb.info, Node: H8/300, Next: H8/500, Prev: ARM, Up: Embedded Processors
12184 File: gdb.info, Node: Renesas Boards, Next: Renesas ICE, Up: H8/300
12281 File: gdb.info, Node: Renesas ICE, Next: Renesas Special, Prev: Renesas Boards, Up: H8/300
12326 File: gdb.info, Node: Renesas Special, Prev: Renesas ICE, Up: H8/300
12341 File: gdb.info, Node: H8/500, Next: M32R/D, Prev: H8/300, Up: Embedded Processors
12355 File: gdb.info, Node: M32R/D, Next: M68K, Prev: H8/500, Up: Embedded Processors
12421 File: gdb.info, Node: M68K, Next: MIPS Embedded, Prev: M32R/D, Up: Embedded Processors
12450 File: gdb.info, Node: MIPS Embedded, Next: OpenRISC 1000, Prev: M68K, Up: Embedded Processors
12585 File: gdb.info, Node: OpenRISC 1000, Next: PA, Prev: MIPS Embedded, Up: Embedded Processors
12604 `info or1k spr'
12607 `info or1k spr GROUP'
12608 `info or1k spr GROUPNO'
12611 `info or1k spr GROUP REGISTER'
12612 `info or1k spr REGISTER'
12613 `info or1k spr GROUPNO REGISTERNO'
12614 `info or1k spr REGISTERNO'
12653 `htrace info'
12690 File: gdb.info, Node: PowerPC, Next: SH, Prev: PA, Up: Embedded Processors
12720 File: gdb.info, Node: PA, Next: PowerPC, Prev: OpenRISC 1000, Up: Embedded Processors
12733 File: gdb.info, Node: SH, Next: Sparclet, Prev: PowerPC, Up: Embedded Processors
12753 File: gdb.info, Node: Sparclet, Next: Sparclite, Prev: SH, Up: Embedded Processors
12796 File: gdb.info, Node: Sparclet File, Next: Sparclet Connection, Up: Sparclet
12820 File: gdb.info, Node: Sparclet Connection, Next: Sparclet Download, Prev: Sparclet File, Up: Sparclet
12837 File: gdb.info, Node: Sparclet Download, Next: Sparclet Execution, Prev: Sparclet Connection, Up: Sparclet
12860 File: gdb.info, Node: Sparclet Execution, Prev: Sparclet Download, Up: Sparclet
12880 File: gdb.info, Node: Sparclite, Next: ST2000, Prev: Sparclet, Up: Embedded Processors
12892 File: gdb.info, Node: ST2000, Next: Z8000, Prev: Sparclite, Up: Embedded Processors
12932 File: gdb.info, Node: Z8000, Next: AVR, Prev: ST2000, Up: Embedded Processors
12973 File: gdb.info, Node: AVR, Next: CRIS, Prev: Z8000, Up: Embedded Processors
12981 `info io_registers'
12986 File: gdb.info, Node: CRIS, Next: Super-H, Prev: AVR, Up: Embedded Processors
13019 File: gdb.info, Node: Super-H, Next: WinCE, Prev: CRIS, Up: Embedded Processors
13030 File: gdb.info, Node: WinCE, Prev: Super-H, Up: Embedded Processors
13061 File: gdb.info, Node: Architectures, Prev: Embedded Processors, Up: Configurations
13078 File: gdb.info, Node: i386, Next: A29K, Up: Architectures
13096 File: gdb.info, Node: A29K, Next: Alpha, Prev: i386, Up: Architectures
13118 File: gdb.info, Node: Alpha, Next: MIPS, Prev: A29K, Up: Architectures
13126 File: gdb.info, Node: MIPS, Next: HPPA, Prev: Alpha, Up: Architectures
13236 File: gdb.info, Node: HPPA, Prev: MIPS, Up: Architectures
13257 File: gdb.info, Node: Controlling GDB, Next: Sequences, Prev: Configurations, Up: Top
13278 File: gdb.info, Node: Prompt, Next: Editing, Up: Controlling GDB
13300 File: gdb.info, Node: Editing, Next: Command History, Prev: Prompt, Up: Controlling GDB
13329 File: gdb.info, Node: Command History, Next: Screen Size, Prev: Editing, Up: Controlling GDB
13416 File: gdb.info, Node: Screen Size, Next: Numbers, Prev: Command History, Up: Controlling GDB
13460 File: gdb.info, Node: Numbers, Next: ABI, Prev: Screen Size, Up: Controlling GDB
13510 File: gdb.info, Node: ABI, Next: Messages/Warnings, Prev: Numbers, Up: Controlling GDB
13583 File: gdb.info, Node: Messages/Warnings, Next: Debugging Output, Prev: ABI, Up: Controlling GDB
13657 File: gdb.info, Node: Debugging Output, Prev: Messages/Warnings, Up: Controlling GDB
13677 Turns on or off display of gdbarch debugging info. The default is
13681 Displays the current state of displaying gdbarch debugging info.
13688 Show the current state of AIX thread debugging info display.
13691 Turns on or off display of GDB event debugging info. The default
13695 Displays the current state of displaying GDB event debugging info.
13698 Turns on or off display of debugging info about GDB expression
13702 Displays the current state of displaying debugging info about GDB
13706 Turns on or off display of GDB frame debugging info. The default
13710 Displays the current state of displaying GDB frame debugging info.
13713 Turns on or off display of GDB debugging info for running the
13730 info
13736 Turns on or off display of GDB C++ overload debugging info. This
13737 includes info such as ranking of functions, etc. The default is
13742 debugging info.
13746 forth across the serial line to the remote machine. The info is
13753 Turns on or off display of GDB serial debugging info. The default
13757 Displays the current state of displaying GDB serial debugging info.
13767 Turns on or off display of GDB target debugging info. This info
13775 Displays the current state of displaying GDB target debugging info.
13778 Turns on or off display of GDB variable object debugging info. The
13783 debugging info.
13786 File: gdb.info, Node: Sequences, Next: TUI, Prev: Controlling GDB, Up: Top
13803 File: gdb.info, Node: Define, Next: Hooks, Up: Sequences
13894 File: gdb.info, Node: Hooks, Next: Command Files, Prev: Define, Up: Sequences
13961 File: gdb.info, Node: Command Files, Next: Output, Prev: Hooks, Up: Sequences
14050 File: gdb.info, Node: Output, Prev: Command Files, Up: Sequences
14112 File: gdb.info, Node: Interpreters, Next: Emacs, Prev: TUI, Up: Top
14165 File: gdb.info, Node: TUI, Next: Interpreters, Prev: Sequences, Up: Top
14186 File: gdb.info, Node: TUI Overview, Next: TUI Keys, Up: TUI
14294 File: gdb.info, Node: TUI Keys, Next: TUI Single Key Mode, Prev: TUI Overview, Up: TUI
14373 File: gdb.info, Node: TUI Single Key Mode, Next: TUI Commands, Prev: TUI Keys, Up: TUI
14407 info locals
14421 File: gdb.info, Node: TUI Commands, Next: TUI Configuration, Prev: TUI Single Key Mode, Up: TUI
14431 `info win'
14489 File: gdb.info, Node: TUI Configuration, Prev: TUI Commands, Up: TUI
14544 File: gdb.info, Node: Emacs, Next: Annotations, Prev: Interpreters, Up: Top
14666 File: gdb.info, Node: GDB/MI, Next: GDB Bugs, Prev: Annotations, Up: Top
14727 File: gdb.info, Node: GDB/MI Command Syntax, Next: GDB/MI Compatibility with CLI, Up: GDB/MI
14738 File: gdb.info, Node: GDB/MI Input Syntax, Next: GDB/MI Output Syntax, Up: GDB/MI Command Syntax
14797 File: gdb.info, Node: GDB/MI Output Syntax, Prev: GDB/MI Input Syntax, Up: GDB/MI Command Syntax
14918 File: gdb.info, Node: GDB/MI Compatibility with CLI, Next: GDB/MI Development and Front Ends, Prev: GDB/MI Command Syntax, Up: GDB/MI
14935 File: gdb.info, Node: GDB/MI Development and Front Ends, Next: GDB/MI Output Records, Prev: GDB/MI Compatibility with CLI, Up: GDB/MI
14973 File: gdb.info, Node: GDB/MI Output Records, Next: GDB/MI Simple Examples, Prev: GDB/MI Development and Front Ends, Up: GDB/MI
14985 File: gdb.info, Node: GDB/MI Result Records, Next: GDB/MI Stream Records, Up: GDB/MI Output Records
15013 File: gdb.info, Node: GDB/MI Stream Records, Next: GDB/MI Out-of-band Records, Prev: GDB/MI Result Records, Up: GDB/MI Output Records
15044 File: gdb.info, Node: GDB/MI Out-of-band Records, Prev: GDB/MI Stream Records, Up: GDB/MI Output Records
15099 File: gdb.info, Node: GDB/MI Simple Examples, Next: GDB/MI Command Description Format, Prev: GDB/MI Output Records, Up: GDB/MI
15163 File: gdb.info, Node: GDB/MI Command Description Format, Next: GDB/MI Breakpoint Commands, Prev: GDB/MI Simple Examples, Up: GDB/MI
15207 File: gdb.info, Node: GDB/MI Breakpoint Commands, Next: GDB/MI Program Context, Prev: GDB/MI Command Description Format, Up: GDB/MI
15399 The `-break-info' Command
15405 -break-info BREAKPOINT
15412 The corresponding GDB command is `info break BREAKPOINT'.
15473 greater for -break-info or -break-list which use the same output).
15556 The corresponding GDB command is `info break'.
15728 File: gdb.info, Node: GDB/MI Program Context, Next: GDB/MI Thread Commands, Prev: GDB/MI Breakpoint Commands, Up: GDB/MI
15906 File: gdb.info, Node: GDB/MI Thread Commands, Next: GDB/MI Program Execution, Prev: GDB/MI Program Context, Up: GDB/MI
15911 The `-thread-info' Command
15917 -thread-info
15940 The equivalent GDB command is `info threads'.
15961 Part of `info threads' supplies the same information.
16020 File: gdb.info, Node: GDB/MI Program Execution, Next: GDB/MI Stack Manipulation, Prev: GDB/MI Thread Commands, Up: GDB/MI
16405 File: gdb.info, Node: GDB/MI Stack Manipulation, Next: GDB/MI Variable Objects, Prev: GDB/MI Program Execution, Up: GDB/MI
16410 The `-stack-info-frame' Command
16416 -stack-info-frame
16418 Get info on the selected frame.
16423 The corresponding GDB command is `info frame' or `frame' (without
16430 -stack-info-frame
16436 The `-stack-info-depth' Command
16442 -stack-info-depth [ MAX-DEPTH ]
16458 -stack-info-depth
16461 -stack-info-depth 4
16464 -stack-info-depth 12
16467 -stack-info-depth 11
16470 -stack-info-depth 13
16567 the following info:
16674 `info locals' in GDB, `gdb_get_locals' in `gdbtk'.
16717 File: gdb.info, Node: GDB/MI Variable Objects, Next: GDB/MI Data Manipulation, Prev: GDB/MI Stack Manipulation, Up: GDB/MI
16783 `-var-info-num-children' tells how many children this object has
16785 `-var-info-type' show the type of this variable object
16786 `-var-info-expression' print what this variable object represents
16881 The `-var-info-num-children' Command
16887 -var-info-num-children NAME
16921 The `-var-info-type' Command
16927 -var-info-type NAME
16934 The `-var-info-expression' Command
16940 -var-info-expression NAME
17031 File: gdb.info, Node: GDB/MI Data Manipulation, Next: GDB/MI Tracepoint Commands, Prev: GDB/MI Variable Objects, Up: GDB/MI
17317 The corresponding GDB commands are `info reg', `info all-reg', and (in
17476 File: gdb.info, Node: GDB/MI Tracepoint Commands, Next: GDB/MI Symbol Query, Prev: GDB/MI Data Manipulation, Up: GDB/MI
17484 File: gdb.info, Node: GDB/MI Symbol Query, Next: GDB/MI File Commands, Prev: GDB/MI Tracepoint Commands, Up: GDB/MI
17489 The `-symbol-info-address' Command
17495 -symbol-info-address SYMBOL
17502 The corresponding GDB command is `info address'.
17509 The `-symbol-info-file' Command
17515 -symbol-info-file
17529 The `-symbol-info-function' Command
17535 -symbol-info-function
17549 The `-symbol-info-line' Command
17555 -symbol-info-line
17562 The corresponding GDB command is `info line'. `gdbtk' has the
17570 The `-symbol-info-symbol' Command
17576 -symbol-info-symbol ADDR
17583 The corresponding GDB command is `info symbol'.
17603 `info functions' in GDB, `gdb_listfunc' and `gdb_search' in `gdbtk'.
17648 The corresponding commands are `info types' in GDB, `gdb_search' in
17669 `info variables' in GDB, `gdb_search' in `gdbtk'.
17716 File: gdb.info, Node: GDB/MI File Commands, Next: GDB/MI Target Manipulation, Prev: GDB/MI Symbol Query, Up: GDB/MI
17792 The GDB command `info file' shows, among the rest, the same information
17814 The GDB equivalent is `info source'
17840 The GDB equivalent is `info sources'. `gdbtk' has an analogous command
17867 The corresponding GDB command is `info shared'.
17887 The corresponding GDB command is `info file' (part of it).
17902 Read symbol table info from the specified FILE argument. When used
17903 without arguments, clears GDB's symbol table info. No output is
17920 File: gdb.info, Node: GDB/MI Target Manipulation, Next: GDB/MI Miscellaneous Commands, Prev: GDB/MI File Commands, Up: GDB/MI
18171 The corresponding information is printed by `info file' (among other
18234 File: gdb.info, Node: GDB/MI Miscellaneous Commands, Prev: GDB/MI Target Manipulation, Up: GDB/MI
18437 File: gdb.info, Node: Annotations, Next: GDB/MI, Prev: Emacs, Up: Top
18460 File: gdb.info, Node: Annotations Overview, Next: Prompting, Up: Annotations
18523 File: gdb.info, Node: Prompting, Next: Errors, Prev: Annotations Overview, Up: Annotations
18569 File: gdb.info, Node: Errors, Next: Invalidation, Prev: Prompting, Up: Annotations
18600 File: gdb.info, Node: Invalidation, Next: Annotations for Running, Prev: Errors, Up: Annotations
18617 File: gdb.info, Node: Annotations for Running, Next: Source Annotations, Prev: Invalidation, Up: Annotations
18670 File: gdb.info, Node: Source Annotations, Prev: Annotations for Running, Up: Annotations
18691 File: gdb.info, Node: GDB Bugs, Next: Formatting Documentation, Prev: GDB/MI, Up: Top
18712 File: gdb.info, Node: Bug Criteria, Next: Bug Reporting, Up: GDB Bugs
18736 File: gdb.info, Node: Bug Reporting, Prev: Bug Criteria, Up: GDB Bugs
18753 *Do not send bug reports to `info-gdb', or to `help-gdb', or to any
18902 File: gdb.info, Node: Command Line Editing, Next: Using History Interactively, Prev: Formatting Documentation, Up: Top
18921 File: gdb.info, Node: Introduction and Notation, Next: Readline Interaction, Up: Command Line Editing
18957 File: gdb.info, Node: Readline Interaction, Next: Readline Init File, Prev: Introduction and Notation, Up: Command Line Editing
18982 File: gdb.info, Node: Readline Bare Essentials, Next: Readline Movement Commands, Up: Readline Interaction
19030 File: gdb.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction
19061 File: gdb.info, Node: Readline Killing Commands, Next: Readline Arguments, Prev: Readline Movement Commands, Up: Readline Interaction
19114 File: gdb.info, Node: Readline Arguments, Next: Searching, Prev: Readline Killing Commands, Up: Readline Interaction
19135 File: gdb.info, Node: Searching, Prev: Readline Arguments, Up: Readline Interaction
19176 File: gdb.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing
19204 File: gdb.info, Node: Readline Init File Syntax, Next: Conditional Init Constructs, Up: Readline Init File
19505 File: gdb.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File
19565 File: gdb.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
19675 File: gdb.info, Node: Bindable Readline Commands, Next: Readline vi Mode, Prev: Readline Init File, Up: Command Line Editing
19701 File: gdb.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands
19735 File: gdb.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands
19808 File: gdb.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands
19876 File: gdb.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands
19942 File: gdb.info, Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Bindable Readline Commands
19965 File: gdb.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: Numeric Arguments, Up: Bindable Readline Commands
20002 File: gdb.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands
20020 File: gdb.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
20108 File: gdb.info, Node: Readline vi Mode, Prev: Bindable Readline Commands, Up: Command Line Editing
20130 File: gdb.info, Node: Using History Interactively, Next: Installing GDB, Prev: Command Line Editing, Up: Top
20145 File: gdb.info, Node: History Interaction, Up: Using History Interactively
20177 File: gdb.info, Node: Event Designators, Next: Word Designators, Up: History Interaction
20215 File: gdb.info, Node: Word Designators, Next: Modifiers, Prev: Event Designators, Up: History Interaction
20277 File: gdb.info, Node: Modifiers, Prev: Word Designators, Up: History Interaction
20322 File: gdb.info, Node: Formatting Documentation, Next: Command Line Editing, Prev: GDB Bugs, Up: Top
20346 on-line information and a printed manual. You can use one of the Info
20350 GDB includes an already formatted copy of the on-line Info version
20351 of this manual in the `gdb' subdirectory. The main Info file is
20352 `gdb-6.6/gdb/gdb.info', and it refers to subordinate files matching
20353 `gdb.info*' in the same directory. If necessary, you can print out
20355 using the `info' subsystem in GNU Emacs or the standalone `info'
20358 If you want to format these Info files yourself, you need one of the
20359 Info formatting programs, such as `texinfo-format-buffer' or `makeinfo'.
20363 the Info file by typing:
20366 make gdb.info
20399 File: gdb.info, Node: Installing GDB, Next: Maintenance Commands, Prev: Using History Interactively, Up: Top
20413 File: gdb.info, Node: Requirements, Next: Running Configure, Up: Installing GDB
20445 File: gdb.info, Node: Running Configure, Next: Separate Objdir, Prev: Requirements, Up: Installing GDB
20541 File: gdb.info, Node: Separate Objdir, Next: Config Names, Prev: Running Configure, Up: Installing GDB
20604 info, Node: Config Names, Next: Configure Options, Prev: Separate Objdir, Up: Installing GDB
20643 File: gdb.info, Node: Configure Options, Prev: Config Names, Up: Installing GDB
20650 options not listed here. *note (configure.info)What Configure Does::,
20708 File: gdb.info, Node: Maintenance Commands, Next: Remote Protocol, Prev: Installing GDB, Up: Top
20724 `maint info breakpoints'
20725 Using the same format as `info breakpoints', display both the
20848 The register groups info looks like this:
20943 location to the specified address. This is similar to the `info
20960 File: gdb.info, Node: Remote Protocol, Next: Agent Expressions, Prev: Maintenance Commands, Up: Top
20979 File: gdb.info, Node: Overview, Next: Packets, Up: Remote Protocol
21073 File: gdb.info, Node: Packets, Next: Stop Reply Packets, Prev: Overview, Up: Remote Protocol
21546 File: gdb.info, Node: Stop Reply Packets, Next: General Query Packets, Prev: Packets, Up: Remote Protocol
21618 File: gdb.info, Node: General Query Packets, Next: Register Packet Format, Prev: Stop Reply Packets, Up: Remote Protocol
21949 info threads' display. Some examples of possible thread
21950 extra info strings are `Runnable', or `Blocked on Mutex'.
22070 File: gdb.info, Node: Register Packet Format, Next: Tracepoint Packets, Prev: General Query Packets, Up: Remote Protocol
22094 File: gdb.info, Node: Tracepoint Packets, Next: Interrupts, Prev: Register Packet Format, Up: Remote Protocol
22248 File: gdb.info, Node: Interrupts, Next: Examples, Prev: Tracepoint Packets, Up: Remote Protocol
22279 File: gdb.info, Node: Examples, Next: File-I/O remote protocol extension, Prev: Interrupts, Up: Remote Protocol
22310 File: gdb.info, Node: File-I/O remote protocol extension, Next: Memory map format, Prev: Examples, Up: Remote Protocol
22329 File: gdb.info, Node: File-I/O Overview, Next: Protocol basics, Up: File-I/O remote protocol extension
22375 File: gdb.info
22435 File: gdb.info, Node: The F request packet, Next: The F reply packet, Prev: Protocol basics, Up: File-I/O remote protocol extension
22457 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
22486 File: gdb.info, Node: The Ctrl-C message, Next: Console I/O, Prev: The F reply packet, Up: File-I/O remote protocol extension
22522 File: gdb.info, Node: Console I/O, Next: List of supported calls, Prev: The Ctrl-C message, Up: File-I/O remote protocol extension
22551 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
22571 File: gdb.info, Node: open, Next: close, Up: List of supported calls
22680 File: gdb.info, Node: close, Next: read, Prev: open, Up: List of supported calls
22704 File: gdb.info, Node: read, Next: write, Prev: close, Up: List of supported calls
22733 File: gdb.info, Node: write, Next: lseek, Prev: read, Up: List of supported calls
22768 File: gdb.info, Node: lseek, Next: rename, Prev: write, Up: List of supported calls
22811 File: gdb.info, Node: rename, Next: unlink, Prev: lseek, Up: List of supported calls
22871 File: gdb.info, Node: unlink, Next: stat/fstat, Prev: rename, Up: List of supported calls
22917 File: gdb.info, Node: stat/fstat, Next: gettimeofday, Prev: unlink, Up: List of supported calls
22959 File: gdb.info, Node: gettimeofday, Next: isatty, Prev: stat/fstat, Up: List of supported calls
22983 File: gdb.info, Node: isatty, Next: system, Prev: gettimeofday, Up: List of supported calls
23009 File: gdb.info, Node: system, Prev: isatty, Up: List of supported calls
23054 File: gdb.info, Node: Protocol specific representation of datatypes, Next: Constants, Prev: List of supported calls, Up: File-I/O remote protocol extension
23068 File: gdb.info, Node: Integral datatypes, Next: Pointer values, Up: Protocol specific representation of datatypes
23091 File: gdb.info, Node: Pointer values, Next: Memory transfer, Prev: Integral datatypes, Up: Protocol specific representation of datatypes
23111 File: gdb.info, Node: Memory transfer, Next: struct stat, Prev: Pointer values, Up: Protocol specific representation of datatypes
23125 File: gdb.info, Node: struct stat, Next: struct timeval, Prev: Memory transfer, Up: Protocol specific representation of datatypes
23187 File: gdb.info, Node: struct timeval, Prev: struct stat, Up: Protocol specific representation of datatypes
23205 File: gdb.info, Node: Constants, Next: File-I/O Examples, Prev: Protocol specific representation of datatypes, Up: File-I/O remote protocol extension
23223 File: gdb.info, Node: Open flags, Next: mode_t values, Up: Constants
23239 File: gdb.info, Node: mode_t values, Next: Errno values, Prev: Open flags, Up: Constants
23259 File: gdb.info, Node: Errno values, Next: Lseek flags, Prev: mode_t values, Up: Constants
23291 File: gdb.info, Node: Lseek flags, Next: Limits, Prev: Errno values, Up: Constants
23301 File: gdb.info, Node: Limits, Prev: Lseek flags, Up: Constants
23316 File: gdb.info, Node: File-I/O Examples, Prev: Constants, Up: File-I/O remote protocol extension
23361 File: gdb.info, Node: Memory map format, Prev: File-I/O remote protocol extension, Up: Remote Protocol
23426 File: gdb.info, Node: Agent Expressions, Next: Copying, Prev: Remote Protocol, Up: Top
23476 * Tracing on Symmetrix:: Special info for implementation on EMC's
23481 File: gdb.info, Node: General Bytecode Design, Next: Bytecode Descriptions, Up: Agent Expressions
23603 File: gdb.info, Node: Bytecode Descriptions, Next: Using Agent Expressions, Prev: General Bytecode Design, Up: Agent Expressions
23858 File: gdb.info, Node: Using Agent Expressions, Next: Varying Target Capabilities, Prev: Bytecode Descriptions, Up: Agent Expressions
23894 File: gdb.info, Node: Varying Target Capabilities, Next: Tracing on Symmetrix, Prev: Using Agent Expressions, Up: Agent Expressions
23925 File: gdb.info, Node: Tracing on Symmetrix, Next: Rationale, Prev: Varying Target Capabilities, Up: Agent Expressions
24052 File: gdb.info, Node: Rationale, Prev: Tracing on Symmetrix, Up: Agent Expressions
24208 File: gdb.info, Node: Copying, Next: GNU Free Documentation License, Prev: Agent Expressions, Up: Top
24568 File: gdb.info, Node: GNU Free Documentation License, Next: Index, Prev: Copying, Up: Top
25000 File: gdb.info, Node: Index, Prev: GNU Free Documentation License, Up: Top
25014 * $_ and info breakpoints: Set Breaks. (line 136)
25015 * $_ and info line: Machine Code. (line 30)
25076 * -break-info: GDB/MI Breakpoint Commands.
25172 * -stack-info-depth: GDB/MI Stack Manipulation.
25174 * -stack-info-frame: GDB/MI Stack Manipulation.
25184 * -symbol-info-address: GDB/MI Symbol Query. (line 9)
25185 * -symbol-info-file: GDB/MI Symbol Query. (line 29)
25186 * -symbol-info-function: GDB/MI Symbol Query. (line 49)
25187 * -symbol-info-line: GDB/MI Symbol Query. (line 69)
25188 * -symbol-info-symbol: GDB/MI Symbol Query. (line 90)
25216 * -thread-info: GDB/MI Thread Commands.
25232 * -var-info-expression: GDB/MI Variable Objects.
25234 * -var-info-num-children: GDB/MI Variable Objects.
25236 * -var-info-type: GDB/MI Variable Objects.
25319 * architecture debugging info: Debugging Output. (line 18)
25424 * C++ overload debugging info: Debugging Output. (line 80)
25453 * catch exceptions, list active handlers: Frame Info. (line 60)
25730 * event debugging info: Debugging Output. (line 35)
25738 * exception handlers, how to list: Frame Info. (line 60)
25755 * expression debugging info: Debugging Output. (line 42)
25816 * frame debugging info: Debugging Output. (line 50)
25833 * functions without line info, and stepping: Continuing and Stepping.
25869 * gdbarch debugging info: Debugging Output. (line 18)
25929 * i (info): Help. (line 100)
25944 * inferior debugging info: Debugging Output. (line 57)
25948 * info: Help. (line 100)
25949 * info address: Symbols. (line 44)
25950 * info all-registers: Registers. (line 15)
25951 * info args: Frame Info. (line 51)
25952 * info auxv: OS Information. (line 33)
25953 * info breakpoints: Set Breaks. (line 136)
25954 * info catch: Frame Info. (line 60)
25955 * info checkpoints: Checkpoint/Restart. (line 31)
25956 * info classes: Symbols. (line 196)
25957 * info common: Special Fortran commands.
25959 * info copying: Help. (line 137)
25960 * info dcache: Caching Remote Data. (line 21)
25961 * info display: Auto Display. (line 67)
25962 * info dll: Cygwin Native. (line 23)
25963 * info dos: DJGPP Native. (line 15)
25964 * info extensions: Show. (line 34)
25965 * info f (info frame): Frame Info. (line 17)
25966 * info files: Files. (line 191)
25967 * info float: Floating Point Hardware.
25969 * info for known object files: Maintenance Commands.
25971 * info forks: Processes. (line 80)
25972 * info frame: Frame Info. (line 17)
25973 * info frame, show the source language: Show. (line 15)
25974 * info functions: Symbols. (line 175)
25975 * info handle: Signals. (line 33)
25976 * info io_registers, AVR: AVR. (line 10)
25977 * info line: Machine Code. (line 13)
25978 * info line, and Objective-C: Method Names in Commands.
25980 * info locals: Frame Info. (line 55)
25981 * info macro: Macros. (line 50)
25982 * info mem: Memory Region Attributes.
25984 * info meminfo: SVR4 Process Information.
25986 * info or1k spr: OpenRISC 1000. (line 20)
25987 * info pidlist: SVR4 Process Information.
25989 * info proc: SVR4 Process Information.
25991 * info program: Stopping. (line 18)
25992 * info registers: Registers. (line 11)
25993 * info scope: Symbols. (line 130)
25994 * info selectors: Symbols. (line 202)
25995 * info serial: DJGPP Native. (line 142)
25996 * info set: Help. (line 120)
25997 * info share: Files. (line 323)
25998 * info sharedlibrary: Files. (line 323)
25999 * info signals: Signals. (line 33)
26000 * info source: Symbols. (line 150)
26001 * info source, show the source language: Show. (line 21)
26002 * info sources: Symbols. (line 169)
26003 * info stack: Backtrace. (line 34)
26004 * info symbol: Symbols. (line 54)
26005 * info target: Files. (line 191)
26006 * info terminal: Input/Output. (line 12)
26007 * info threads: Threads. (line 59)
26008 * info threads (HP-UX): Threads. (line 96)
26009 * info tp: Listing Tracepoints. (line 6)
26010 * info tracepoints: Listing Tracepoints. (line 6)
26011 * info types: Symbols. (line 116)
26012 * info udot: OS Information. (line 16)
26013 * info variables: Symbols. (line 187)
26014 * info vector: Vector Unit. (line 9)
26015 * info w32: Cygwin Native. (line 12)
26016 * info warranty: Help. (line 141)
26017 * info watchpoints [N]: Set Watchpoints. (line 49)
26018 * info win: TUI Commands. (line 12)
26164 * maint info breakpoints: Maintenance Commands.
26166 * maint info psymtabs: Symbols. (line 269)
26167 * maint info sections: Files. (line 200)
26168 * maint info sol-threads: Threads. (line 126)
26169 * maint info symtabs: Symbols. (line 269)
26282 * MS-DOS system info: DJGPP Native. (line 19)
26329 * observer debugging info: Debugging Output. (line 73)
26450 * process info via /proc: SVR4 Process Information.
27015 * stepping into functions with no line info: Continuing and Stepping.
27070 * target debugging info: Debugging Output. (line 111)
27118 * thread attributes info, remote request: General Query Packets.
27127 * thread info (Solaris): Threads. (line 126)
27233 * variable object debugging info: Debugging Output. (line 122)
27285 * x(examine), and info line: Machine Code. (line 30)
27368 Node: Frame Info166628
27631 Ref: maint info breakpoints758008