info sources (gdb mode only)

Print names of all source files.

Syntax

info sources

Parameters

None.

Description

This command prints the names of all source files, as specified during compilation, for which there is debugging information. The names of source files are divided into the following groups:

Example

(idb) info sources
Source files for which symbols have been read in:
source/control.cpp, source/control.h, source/crm.cpp, source/externio.cpp, source/test1.cpp, source/test2.cpp, source/test2.h, source/test.cpp
Source files for which symbols will be read in on demand:

See Also


Submit feedback on this help topic

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