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 |
Andrew MacPherson
|
eb4d0607bf
|
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.
llvm-svn: 203774
|
2014-03-13 09:37:02 +00:00 |
Jason Molenda
|
b509a414f0
|
Add the new JITLoader plugin files to the lldb xcode project file.
Add a cast for a size_t / PRIu64 printf formatter.
llvm-svn: 203030
|
2014-03-05 23:48:15 +00:00 |
Andrew MacPherson
|
17220c1886
|
Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
llvm-svn: 202956
|
2014-03-05 10:12:43 +00:00 |