llvm-project/lldb/lit/SymbolFile/Breakpad
Pavel Labath c3bea40bf7 Breakpad: Basic support for STACK WIN unwinding
Summary:
This patch makes it possible to unwind via breakpad STACK WIN records.
It is "basic" because two important features are missing:
- support for the .raSearch keyword
- support for multiple STACK WIN records within a single function
Right now, we just reject the .raSearch records, and always pick the
first record for the whole function
SymbolFileBreakpad, and so I think it can serve as a good example of
what is needed of the symbol file and unwinding machinery to make this
work.

However, it is already useful for unwinding in some situations, and it
sets up the general framework for the parsing of these kinds of records,
which reduces the size of the followup patches implementing the two
other components.

Reviewers: amccarth, rnk, markmentovai

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D67067

llvm-svn: 371017
2019-09-05 07:05:15 +00:00
..
Inputs Breakpad: Basic support for STACK WIN unwinding 2019-09-05 07:05:15 +00:00
line-table-discontinuous-file-ids.test Breakpad: auto-detect path style of file entries 2019-02-11 14:11:00 +00:00
line-table-edgecases.test Breakpad: auto-detect path style of file entries 2019-02-11 14:11:00 +00:00
line-table-missing-file.test Breakpad: auto-detect path style of file entries 2019-02-11 14:11:00 +00:00
line-table-mixed-path-styles.test Breakpad: auto-detect path style of file entries 2019-02-11 14:11:00 +00:00
line-table.test Breakpad: auto-detect path style of file entries 2019-02-11 14:11:00 +00:00
stack-cfi-parsing.test [FuncUnwinders] Use "symbol file" unwind plans for unwinding 2019-05-24 09:54:39 +00:00
symtab-macho.test Fix symtab-macho.test broken by r358500 2019-04-16 16:57:41 +00:00
symtab.test breakpad: Add FUNC records to the symtab 2019-01-22 04:56:31 +00:00
unwind-via-stack-cfi.test [FuncUnwinders] Use "symbol file" unwind plans for unwinding 2019-05-24 09:54:39 +00:00
unwind-via-stack-win.test Breakpad: Basic support for STACK WIN unwinding 2019-09-05 07:05:15 +00:00