This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
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
Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
2014-03-05 10:12:43 +00:00
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
Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
2014-03-05 10:12:43 +00:00