summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/JITLoader
Commit message (Expand)AuthorAgeFilesLines
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+2
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-6/+18
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-312-19/+14
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-6/+6
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-4/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-6/+28
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-26/+20
* typedef enum -> enumFangrui Song2019-05-141-5/+1
* [JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptorsStefan Granitz2019-05-091-0/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-12/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-2/+2
* Adds property to force enabling of GDB JIT loader for MacOSYury Delendik2019-03-051-12/+37
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Remove header grouping comments.Jonas Devlieghere2018-11-112-5/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-3/+3
* Normalize some lldb #include statements.James Y Knight2018-05-221-2/+0
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-483/+377
* [JITLoaderGDB] Read jit entry struct manually.Siva Chandra2016-03-232-51/+63
* [JITLoaderGDB] Pack the jit entry struct according to the target arch.Siva Chandra2016-03-222-8/+25
* Add support for handling absolute symbols in ELFTamas Berghammer2016-02-251-4/+4
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Don't pack the structs of the jit debug interfaceTamas Berghammer2015-12-221-2/+0
* 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-162-3/+75
* Clean up build of JITLoader/GDB in autoconf build.Bruce Mitchener2015-09-111-1/+1
* Build Plugin/JITLoader/GDB on all platforms.Bruce Mitchener2015-09-101-4/+1
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* 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-152-8/+26
* 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
* Fix cmake build issues on Darwin.Todd Fiala2014-03-131-1/+2
* Create a Process::ModulesDidLoad() method to handle process-related tasks, as...Andrew MacPherson2014-03-132-68/+48
* Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello2014-03-121-1/+1
* Add the new JITLoader plugin files to the lldb xcode project file.Jason Molenda2014-03-051-1/+1
* Build JITLoader on FreeBSD alsoEd Maste2014-03-051-1/+1
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-055-0/+508
OpenPOWER on IntegriCloud