summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRExecutionUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Break dependency from Core to ObjectFileJIT.Zachary Turner2018-05-231-11/+15
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-11/+8
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-0/+1
* [IRExecutionUnit] Remove broken/dead code.Davide Italiano2018-01-041-26/+2
* Revert "[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JI...Pavel Labath2017-11-131-2/+1
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-0/+1
* Update for llvm api change.Rafael Espindola2017-08-031-5/+0
* Rename Error -> Status.Zachary Turner2017-05-121-17/+17
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-191-16/+3
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Remove a stray dump().Sean Callanan2016-10-071-2/+0
* Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan2016-09-261-0/+27
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1089/+958
* [lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDBLang Hames2016-08-191-1/+2
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-4/+0
* Fix function name lookup in IRExecutionEngine.cpp.Stephane Sezer2016-06-061-1/+1
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-021-1/+39
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Don't register the addresses of private symbols from expressions.Sean Callanan2016-03-301-1/+1
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-211-40/+161
* Fix "ninja check-lldb" crash in IRExecutionUnit.cppTed Woodward2016-03-091-6/+16
* Fix warning in IRExecutionUnit.cppPavel Labath2016-03-041-0/+2
* Fix bug with function resolution when using IR InterpreterTed Woodward2016-03-011-1/+4
* Fix TestCStrings for Linux with i386 inferiors.Chaoren Lin2016-02-241-48/+43
* When looking for symbols, find load addresses in a more robust way.Sean Callanan2016-02-231-36/+77
* Fix stripping of _ when looking for symbols in IRExecutionUnit.Sean Callanan2016-02-121-74/+18
* Centralized symbol lookup in IRExecutionUnit, and fixed the code model.Sean Callanan2016-02-121-67/+324
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-041-0/+4
* Log information about sections that didn't make it into the target's memory.Sean Callanan2015-10-231-2/+10
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-0/+6
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Make sure we can lookup re-exported symbols after recent changes to lldb_priv...Greg Clayton2015-07-021-12/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+3
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+4
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-081-2/+2
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+4
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-22/+2
* The MCJIT doesn't seem to call getPointerForNamedFunction from the MemoryMana...Jim Ingham2015-01-271-0/+141
* Revert "Fix a build breakage. Looks like the LLVM side of this change has bee...David Majnemer2014-12-041-1/+1
* Fix a build breakage. Looks like the LLVM side of this change has been revertedEnrico Granata2014-12-041-1/+1
* Update setMCJITMemoryManager call to keep in line with llvm r223183.Jason Molenda2014-12-031-1/+1
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+10
* Adjust to LLVM JIT API changeTodd Fiala2014-09-241-111/+2
* Clean-up warnings on Linux/GCCDavid Majnemer2014-09-161-0/+1
* Really fix the LLDB buildReid Kleckner2014-09-031-4/+1
* Update for llvm api change.Rafael Espindola2014-08-191-5/+1
* Revert "Fix the build broken as a result of deleting jit from LLVM."Zachary Turner2014-08-071-1/+3
* Fix the build broken as a result of deleting jit from LLVM.Zachary Turner2014-08-071-3/+1
OpenPOWER on IntegriCloud