index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
JITLoader
/
GDB
/
JITLoaderGDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[JITLoaderGDB] Read jit entry struct manually.
Siva Chandra
2016-03-23
1
-50
/
+62
*
[JITLoaderGDB] Pack the jit entry struct according to the target arch.
Siva Chandra
2016-03-22
1
-7
/
+24
*
Add support for handling absolute symbols in ELF
Tamas Berghammer
2016-02-25
1
-4
/
+4
*
Don't pack the structs of the jit debug interface
Tamas Berghammer
2015-12-22
1
-2
/
+0
*
Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader b...
Oleksiy Vyalov
2015-09-16
1
-3
/
+72
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-3
/
+3
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-1
/
+2
*
Fix JITLoaderGDB for 64-bit host and 32-bit target
Todd Fiala
2014-09-15
1
-8
/
+22
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-8
/
+76
*
Disable JITLoaderGDB on "vendor == apple" for now due to performance slowdown...
Greg Clayton
2014-04-07
1
-1
/
+4
*
Create a Process::ModulesDidLoad() method to handle process-related tasks, as...
Andrew MacPherson
2014-03-13
1
-65
/
+41
*
Add the new JITLoader plugin files to the lldb xcode project file.
Jason Molenda
2014-03-05
1
-1
/
+1
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-0
/
+383