This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-18 16:50:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
287e7d275c6022c95d9742e1dcca380b636d92e0
llvm
/
lldb
/
source
/
Target
/
ThreadPlanCallFunction.cpp
Andrew Kaylor
327c267a95
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
2012-12-07 17:56:31 +00:00
17 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink