diff options
author | Greg Clayton <gclayton@apple.com> | 2011-01-08 01:53:06 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-01-08 01:53:06 +0000 |
commit | 671cabeeb5e80036ad66c3129aa2a4d9cc599b43 (patch) | |
tree | 884ea0eaf29c33c537ae6d8dcaf0c21ac5b5d492 /llvm/lib/Transforms/Utils/CloneModule.cpp | |
parent | 46779e1983c68a362292d347d688402eccf85862 (diff) | |
download | llvm-671cabeeb5e80036ad66c3129aa2a4d9cc599b43.zip llvm-671cabeeb5e80036ad66c3129aa2a4d9cc599b43.tar.gz llvm-671cabeeb5e80036ad66c3129aa2a4d9cc599b43.tar.bz2 |
Fixed an issue with the UnwindLLDB code where if there were inlined stack
frames, UnwindLLDB could create the incorrect RegisterContext for a given
stack frame because it was using the frame index (not the concrete frame
index). This was causing crashes when doing backtraces through the
SBFrame::GetFP() because a NULL register context was being returned for the
deepest stack frame.
llvm-svn: 123052
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneModule.cpp')
0 files changed, 0 insertions, 0 deletions