Print names of all source files.
info sources
None.
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:
files for which debugging information has been read
files for which debugging information has not yet been read
(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:
Copyright © 1996-2010, Intel Corporation. All rights reserved.