mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-28 10:15:10 +01:00
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> |
||
|---|---|---|
| .. | ||
| basic_source_line_resolver.h | ||
| call_stack.h | ||
| code_module.h | ||
| code_modules.h | ||
| dump_context.h | ||
| dump_object.h | ||
| exception_record.h | ||
| exploitability.h | ||
| fast_source_line_resolver.h | ||
| memory_region.h | ||
| microdump.h | ||
| microdump_processor.h | ||
| minidump.h | ||
| minidump_processor.h | ||
| proc_maps_linux.h | ||
| process_result.h | ||
| process_state.h | ||
| source_line_resolver_base.h | ||
| source_line_resolver_interface.h | ||
| stack_frame.h | ||
| stack_frame_cpu.h | ||
| stack_frame_symbolizer.h | ||
| stackwalker.h | ||
| symbol_supplier.h | ||
| system_info.h | ||