Print information about the current source file.
info source
None.
This command prints the following information about the the source file for the function containing the current point of execution, as specified during compilation:
the name of the source file, and the directory containing it
the directory in which it was compiled
its length, in lines
in which programming language it is written
whether the executable includes debugging information for that file, and if so, the format of the information, such as STABS or Dwarf 2
whether the debugging information includes information about preprocessor macros
Copyright © 2001-2011, Intel Corporation. All rights reserved.