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
80bec83d8db7ea6c35f2c2cfdfd619ebd290e4e4
clang-p2996
/
lldb
/
source
/
Plugins
/
JITLoader
/
GDB
History
Greg Clayton
521c2278ab
Disable JITLoaderGDB on "vendor == apple" for now due to performance slowdowns for every first run process as a global name lookup in all shared libraries if performed.
...
<rdar://problem/16542894> llvm-svn: 205734
2014-04-07 20:13:57 +00:00
..
CMakeLists.txt
…
JITLoaderGDB.cpp
Disable JITLoaderGDB on "vendor == apple" for now due to performance slowdowns for every first run process as a global name lookup in all shared libraries if performed.
2014-04-07 20:13:57 +00:00
JITLoaderGDB.h
Create a Process::ModulesDidLoad() method to handle process-related tasks, as suggested by Jim Ingham. Make JITLoader instances use this to probe only new modules for relevant JIT symbols. Also re-enable the JITLoader hooks in Process.
2014-03-13 09:37:02 +00:00
Makefile
…