summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-09-05 07:05:15 +0000
committerPavel Labath <pavel@labath.sk>2019-09-05 07:05:15 +0000
commitc3bea40bf751b1ade264e2df8487d196e0c7d3c8 (patch)
tree54f8ec6c713b28bbde8bda13b3a9a794543b51a3 /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
parente46639620d32c4edf274d5d2964850542d34db15 (diff)
downloadbcm5719-llvm-c3bea40bf751b1ade264e2df8487d196e0c7d3c8.tar.gz
bcm5719-llvm-c3bea40bf751b1ade264e2df8487d196e0c7d3c8.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud