This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
982e8d48f82d86d6d3030845e01a94de65ee7f2c
clang-p2996
/
lldb
/
test
/
functionalities
/
thread
/
jump
History
Sean Callanan
05834cd2ad
Reversed r238363, because the message is inconsistent
...
with all the other assertion messages. llvm-svn: 241212
2015-07-01 23:56:30 +00:00
..
main.cpp
Fix the thread jump test case for 32-bit inferiors. A jump was going back to a function call using a source line number. However, the parameters being passed to the function were setup before the instruction we jumped to. In other words, the source line was associated with assembly after the function parameters had been setup for the function to be called.
2013-09-26 20:54:17 +00:00
Makefile
Remove use_pthread option from getBuildFlags in the test environment
2015-02-25 13:26:28 +00:00
other.cpp
Added a 'jump' command, similar to GDBs.
2013-09-12 02:20:34 +00:00
TestThreadJump.py
Reversed r238363, because the message is inconsistent
2015-07-01 23:56:30 +00:00