This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
85e276b8aee0bbade2312b94f47237b7cd25beb8
llvm-project
/
lldb
/
source
/
Plugins
/
OperatingSystem
/
Python
History
Jim Ingham
85e276b8ae
Take the Target API lock before letting the Python code start to work constructing threads, otherwise we will risk a lock-inversion deadlock between the thread list and the API mutex.
...
<rdar://problem/12554049> llvm-svn: 169612
2012-12-07 17:42:15 +00:00
..
Makefile
…
OperatingSystemPython.cpp
Take the Target API lock before letting the Python code start to work constructing threads, otherwise we will risk a lock-inversion deadlock between the thread list and the API mutex.
2012-12-07 17:42:15 +00:00
OperatingSystemPython.h
Allow operating system plug-ins to specify the address for registers so we don't have to create data up front.
2012-10-25 17:56:31 +00:00