Print the names of the files in the debuggee.
info files
None.
This command prints the names of the following files in the debuggee:
the executable file
the core dump files that the debugger is currently using
the files from which the debugger loaded symbols
This command is equivalent to info target.
(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
Copyright © 2001-2011, Intel Corporation. All rights reserved.