summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-12-07 17:56:31 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-12-07 17:56:31 +0000
commit327c267a9561d52e691b732c0f0dcfea4ddebeae (patch)
tree6f221cf570f187f0ea82daa74ec6f68a09b720e3 /clang/lib/CodeGen/CodeGenModule.cpp
parent131186c11a297eb67a46e5f0b6dff4a69eeaf394 (diff)
downloadbcm5719-llvm-327c267a9561d52e691b732c0f0dcfea4ddebeae.tar.gz
bcm5719-llvm-327c267a9561d52e691b732c0f0dcfea4ddebeae.zip
Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a problem on Linux where 'continue' was misfiring after an expression evaluation when stopped at a breakpoint. The problem was that InferiorCallMmap was not setting its ThreadPlanCallFunction to private and so the completion of that thread plan appeared to be the stop reason and therefore the 'continue' operation failed to step over the breakpoint. The SetPrivate call is being put in ThreadPlanCallFunction rather than InferiorCallMmap to make the solution more general.
llvm-svn: 169618
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud