diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-14 06:16:44 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-14 06:16:44 +0000 |
commit | 98800d9c3ac013d13fefcf5260068839cbc8881e (patch) | |
tree | 7ba45174f84db7f29c05310df68138e60bd826d5 /lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp | |
parent | c0cc747ae847273c091f6d2ebf93172f8cbb7ea2 (diff) | |
download | bcm5719-llvm-98800d9c3ac013d13fefcf5260068839cbc8881e.tar.gz bcm5719-llvm-98800d9c3ac013d13fefcf5260068839cbc8881e.zip |
GlobalsAAResult: Try to fix crash.
DeletionCallbackHandle holds GAR in its creation. It assumes;
- It is registered as CallbackVH. It should not be moved in its life.
- Its parent, GAR, may be moved.
To move list<DeletionCallbackHandle> GlobalsAAResult::Handles,
GAR must be updated with the destination in GlobalsAAResult(&&).
llvm-svn: 247534
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp')
0 files changed, 0 insertions, 0 deletions