aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-09-08 20:04:08 +0000
committerSean Callanan <scallanan@apple.com>2010-09-08 20:04:08 +0000
commitafa4237d9bb155e5b28b5626d2e07757895b0153 (patch)
tree6f5eab264edca777d1321e17bfd17ab8628fcc20 /lldb/source/Commands/CommandObjectHelp.cpp
parent22658bc0b7bdf89023bb7e7f0127e7b22aff7ec8 (diff)
downloadllvm-afa4237d9bb155e5b28b5626d2e07757895b0153.zip
llvm-afa4237d9bb155e5b28b5626d2e07757895b0153.tar.gz
llvm-afa4237d9bb155e5b28b5626d2e07757895b0153.tar.bz2
Fixed an expression parser bug that prevented
certain functions from being resolved correctly. Some functions (particularly varargs functions) are BitCast before being called, and the problem was that a CallInst where getCalledValue() returned a BitCast ConstantExpr was not being relocated at all. This problem should now be resolved for the case of BitCast. llvm-svn: 113396
Diffstat (limited to 'lldb/source/Commands/CommandObjectHelp.cpp')
0 files changed, 0 insertions, 0 deletions