[Lldb-commits] [PATCH] D64993: Fix PC adjustment in StackFrame::GetSymbolContext
Joseph Tremoulet via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 31 10:07:14 PDT 2019
JosephTremoulet updated this revision to Diff 212615.
JosephTremoulet added a comment.
- Move resolution helper from RegisterContextLLDB to lldb_private::Address
- Defensively initialize out arguments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64993/new/
https://reviews.llvm.org/D64993
Files:
lldb/include/lldb/Core/Address.h
lldb/include/lldb/Target/StackFrame.h
lldb/include/lldb/Target/Unwind.h
lldb/source/Core/Address.cpp
lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
lldb/source/Plugins/Process/Utility/HistoryUnwind.h
lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
lldb/source/Plugins/Process/Utility/UnwindLLDB.h
lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
lldb/source/Target/StackFrame.cpp
lldb/source/Target/StackFrameList.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64993.212615.patch
Type: text/x-patch
Size: 28010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190731/111a3a4d/attachment-0001.bin>
More information about the lldb-commits
mailing list