info files (gdb mode only)

Print the names of the files in the debuggee.

Syntax

info files

Parameters

None.

Description

This command prints the names of the following files in the debuggee:

This command is equivalent to info target.

Example

(idb) info files
Symbols from "/site/spt/usr1/c_code/hello".
Child process:
        Using the running image of child process 5133.
        While running this, IDB does not access memory from...
Local exec file:
        '/site/spt/usr1/c_code/hello', file type <unknown>
        0x8048000 - 0x80485fc is .text
        0x80495fc - 0x8049740 is .data
        0x8049740 - 0x8049740 is .bss

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.