summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRExecutionUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-22/+22
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-7/+4
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-1/+1
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-1/+1
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-1/+1
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-2/+3
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-0/+3
* 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
OpenPOWER on IntegriCloud