• Home
  • Raw
  • Download

Lines Matching full:information

6 information contained within crash dumps for multiple platforms, and to use that
7 information to produce stack traces showing the call chain of each thread in a
13 crash-reporting system that does not require debugging information to be
19 information to be present on the end user’s computer; in the case of
24 which can later be combined with symbolic debugging information without the need
26 information consumes a large amount of space and is otherwise not needed during
51 information to create stack traces that include function signatures. The
67 * Information about each thread of execution within a crashed process,
77 * A reference to the debugging information for the code module, when such
78 information is available.
94 at the time of the crash, and various bits of additional system information.
124 Often, the information contained within a dump alone is sufficient to produce a
129 these cases, however, compiler-emitted debugging information can aid in
131 of this debugging information as supplied by Microsoft’s C/C++ compiler, the
140 Each symbol file also includes information about the functions, source files,
145 Windows). Dumps contain information about which of these modules were loaded at
146 the time the dump was produced, and given this information, the Breakpad
182 of classes. It will collect information about the operating system and CPU that
223 The symbol file format can be extended to carry information about the locations
225 the processor can use this information to provide enhanced stack traces showing