[Lldb-commits] [PATCH] D86261: Add hashing of the .text section to	ProcessMinidump.
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Aug 20 14:28:47 PDT 2020
    
    
  
clayborg updated this revision to Diff 286901.
clayborg added a comment.
Fixed:
- Use a safer method to read the data we need for the .text section in case we need and extra 15 bytes.
- Rephrase confusing comment
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86261/new/
https://reviews.llvm.org/D86261
Files:
  lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
  lldb/test/API/functionalities/postmortem/minidump-new/libbreakpad.yaml
  lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-breakpad-uuid-match.yaml
  lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-facebook-uuid-match.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86261.286901.patch
Type: text/x-patch
Size: 10200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200820/786d9edb/attachment-0001.bin>
    
    
More information about the lldb-commits
mailing list