[Lldb-commits] [PATCH] D55214: Introduce ObjectFileBreakpad
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 4 06:10:26 PST 2018
labath updated this revision to Diff 176615.
labath added a comment.
- implement the module_id/code_id logic suggested by Mark Mentovai
- fix module_id endianness handling to make sure the UUID matches the one we get from the minidump files
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55214/new/
https://reviews.llvm.org/D55214
Files:
include/lldb/Symbol/ObjectFile.h
lit/Modules/Breakpad/Inputs/identification-linux.syms
lit/Modules/Breakpad/Inputs/identification-macosx.syms
lit/Modules/Breakpad/Inputs/identification-windows.syms
lit/Modules/Breakpad/breakpad-identification.test
lit/Modules/Breakpad/lit.local.cfg
source/Plugins/ObjectFile/Breakpad/CMakeLists.txt
source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
source/Plugins/ObjectFile/CMakeLists.txt
source/Symbol/ObjectFile.cpp
tools/lldb-test/SystemInitializerTest.cpp
tools/lldb-test/lldb-test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55214.176615.patch
Type: text/x-patch
Size: 20162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181204/7e248a5b/attachment-0001.bin>
More information about the lldb-commits
mailing list