diff options
author | Dimitar Vlahovski <dvlahovski@google.com> | 2016-10-19 14:14:18 +0000 |
---|---|---|
committer | Dimitar Vlahovski <dvlahovski@google.com> | 2016-10-19 14:14:18 +0000 |
commit | b52206decce2fb92e132af8db02b66b5cee3583c (patch) | |
tree | 9aad2bdecdfc68e00a7f9714730b36ddad366a73 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 67bb651ad165f56cdc7ceacd10e860b291572a58 (diff) | |
download | bcm5719-llvm-b52206decce2fb92e132af8db02b66b5cee3583c.tar.gz bcm5719-llvm-b52206decce2fb92e132af8db02b66b5cee3583c.zip |
Minidump plugin: functions parsing memory structures and filtering module list
Summary:
Now the Minidump parser can parse the:
1) MemoryInfoList - containing region info about memory ranges (readable,
writable, executable)
2) Memory64List - this is the stuct used when the Minidump is a
full-memory one.
3) Adding filtering of the module list (shared libraries list) - there
can be mutliple records in the module list under the same name but with
different load address (e.g. when the binary has non contigious
sections). FilterModuleList eliminates the duplicated modules, leaving
the one with the lowest load addr.
Added unit tests for everything.
Reviewers: labath, zturner
Subscribers: beanz, mgorny, modocache, lldb-commits, amccarth
Differential Revision: https://reviews.llvm.org/D25569
llvm-svn: 284593
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions