summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* [JITLoaderGDB] Read jit entry struct manually.Siva Chandra2016-03-231-50/+62
* [JITLoaderGDB] Pack the jit entry struct according to the target arch.Siva Chandra2016-03-221-7/+24
* Add support for handling absolute symbols in ELFTamas Berghammer2016-02-251-4/+4
* Don't pack the structs of the jit debug interfaceTamas Berghammer2015-12-221-2/+0
* Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader b...Oleksiy Vyalov2015-09-161-3/+72
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+3
* Reduce header footprint of Target.hZachary Turner2015-03-031-1/+2
* Fix JITLoaderGDB for 64-bit host and 32-bit targetTodd Fiala2014-09-151-8/+22
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-8/+76
* Disable JITLoaderGDB on "vendor == apple" for now due to performance slowdown...Greg Clayton2014-04-071-1/+4
* Create a Process::ModulesDidLoad() method to handle process-related tasks, as...Andrew MacPherson2014-03-131-65/+41
* Add the new JITLoader plugin files to the lldb xcode project file.Jason Molenda2014-03-051-1/+1
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+383
OpenPOWER on IntegriCloud