[all-commits] [llvm/llvm-project] 99d187: Update UnwindPlan dump to list if it is a trap han...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Aug 25 20:54:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99d187a003c9bd4bdc42c17e5563bd80f4e159e9
https://github.com/llvm/llvm-project/commit/99d187a003c9bd4bdc42c17e5563bd80f4e159e9
Author: Jason Molenda <jason at molenda.com>
Date: 2020-08-25 (Tue, 25 Aug 2020)
Changed paths:
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Symbol/UnwindPlan.cpp
M lldb/test/Shell/Minidump/Windows/arm-fp-unwind.test
M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-parsing.test
M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-raSearch.test
M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
M lldb/test/Shell/SymbolFile/target-symbols-add-unwind.test
Log Message:
-----------
Update UnwindPlan dump to list if it is a trap handler func; also Command
Update the "image show-unwind" command output to show if the function
being shown is listed as a user-setting or platform trap handler.
Update the individual UnwindPlan dumps to show whether the unwind plan
is registered as a trap handler.
More information about the All-commits
mailing list