diff options
author | Pavel Labath <pavel@labath.sk> | 2019-02-19 13:52:31 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-02-19 13:52:31 +0000 |
commit | 95e29763d42833a99f8c813470947e7544a14db0 (patch) | |
tree | 6c7e0c693c262db6c518bb6fbe8360316b27b66b /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py | |
parent | 1f0c1215aec16eb7c4a375735224368808baf28b (diff) | |
download | bcm5719-llvm-95e29763d42833a99f8c813470947e7544a14db0.tar.gz bcm5719-llvm-95e29763d42833a99f8c813470947e7544a14db0.zip |
Revert "minidump: Add ability to attach (breakpad) symbol files to placeholder modules"
This reverts r354263, because it uncovered a problem in handling of the
minidumps with conflicting UUIDs. If a minidump contains two files with
the same UUID, we will not create to placeholder modules for them, but
instead reuse the first one for the second instance. This creates a
problem because these modules have their load address hardcoded in them
(and I've added an assert to verify that).
Technically this is not a problem with this patch, as the same issue
existed in the previous implementation, but it did not have the assert
which would diagnose that. Nonetheless, I am reverting this until I
figure out what's the best course of action in this situation.
llvm-svn: 354324
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions