summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-63/+44
* [JITLoaderGDB] Read jit entry struct manually.Siva Chandra2016-03-231-1/+1
* [JITLoaderGDB] Pack the jit entry struct according to the target arch.Siva Chandra2016-03-221-1/+1
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-18/+17
* Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader b...Oleksiy Vyalov2015-09-161-0/+3
* Fix JITLoaderGDB for 64-bit host and 32-bit targetTodd Fiala2014-09-151-0/+4
* Create a Process::ModulesDidLoad() method to handle process-related tasks, as...Andrew MacPherson2014-03-131-3/+7
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-0/+100
OpenPOWER on IntegriCloud