breakpad/src/google_breakpad/processor
Zequan Wu ee2ad61263 Make processor compatible with both old and new format INLINE/INLINE_ORIGIN
This is similar to the processor part of
https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3232838/,
but added compatibility to process both old and new format of
INLINE/INLINE_ORIGIN records in symbol file.

Old INLINE format:
INLINE <inline_nest_level> <call_site_line> <origin_id>
[<address> <size>]+
New INLINE format:
INLINE <inline_nest_level> <call_site_line> <call_site_file_id>
<origin_id> [<address> <size>]+
Old INLINE_ORIGIN format:
INLINE_ORIGIN <origin_id> <file_id> <name>
New INLINE_ORIGIN format:
INLINE_ORIGIN <origin_id> <name>

Change-Id: I555d9747bfd44a1a95113b9946dcd509b7710876
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3248433
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
2021-10-29 23:23:38 +00:00
..
basic_source_line_resolver.h Make processor compatible with both old and new format INLINE/INLINE_ORIGIN 2021-10-29 23:23:38 +00:00
call_stack.h Add a missing const to an accessor. 2016-04-14 14:45:04 -04:00
code_module.h Populate stack frames with unloaded module info. 2017-01-19 19:33:56 +00:00
code_modules.h Enable truncation of module ranges 2019-06-11 19:04:02 +00:00
dump_context.h Define and use a a new MDRawContextARM64 2018-08-01 19:27:25 +00:00
dump_object.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
exception_record.h Extract the exception record from the minidump 2020-01-03 20:47:38 +00:00
exploitability.h Add check for Linux minidump ending on bad write for exploitability rating. 2015-08-21 16:22:19 +00:00
fast_source_line_resolver.h Detect corrupt symbol files during minidump processing. Recover from the errors and use the good data if possible. 2013-07-11 01:36:06 +00:00
memory_region.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
microdump.h Define and use a a new MDRawContextARM64 2018-08-01 19:27:25 +00:00
microdump_processor.h Add -s flag to microdump_stackwalk for dumping stack contents. 2017-10-17 10:22:46 +00:00
minidump.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
minidump_processor.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
proc_maps_linux.h Allow compiling the google-breakpad code using a global ::string class instead of std::string. 2016-11-08 01:29:06 +00:00
process_result.h Refactoring in preparation for microdump processing 2014-09-08 19:10:42 +00:00
process_state.h Extract the exception record from the minidump 2020-01-03 20:47:38 +00:00
source_line_resolver_base.h Make processor compatible with both old and new format INLINE/INLINE_ORIGIN 2021-10-29 23:23:38 +00:00
source_line_resolver_interface.h Make processor compatible with both old and new format INLINE/INLINE_ORIGIN 2021-10-29 23:23:38 +00:00
stack_frame.h Add support to process INLINE records in symbol files 2021-07-22 19:09:50 +00:00
stack_frame_cpu.h Define and use a a new MDRawContextARM64 2018-08-01 19:27:25 +00:00
stack_frame_symbolizer.h Make processor compatible with both old and new format INLINE/INLINE_ORIGIN 2021-10-29 23:23:38 +00:00
stackwalker.h processor: subtract 1 from return pointers while scanning 2020-08-14 17:26:39 +00:00
symbol_supplier.h fix pointer style to match the style guide 2020-07-15 06:20:02 +00:00
system_info.h Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00