summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRExecutionUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-211-1/+1
* [lldb/IRExecutionUnit] Stop searching based on demangled namesPavel Labath2019-12-061-2/+0
* [lldb] Add logging to IRExecutionUnit::GetStaticInitializersRaphael Isemann2019-11-191-6/+21
* [lldb][NFC] Early exit in IRExecutionUnit::GetStaticInitializersRaphael Isemann2019-11-191-24/+28
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+0
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-2/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-5/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-44/+39
* [lldb] Quick Fix: IRExecutionUnit check pointer before access itAlex Langford2019-07-091-3/+3
* Fix for r364686 - actually set symbol_is_missing_weak...Jim Ingham2019-07-021-2/+3
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-281-24/+67
* [Target] Move ObjCLanguageRuntime::LookupRuntimeSymbol into LanguageRuntimeAlex Langford2019-06-031-5/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-4/+4
* Expression: correct relocation model for WindowsSaleem Abdulrasool2019-05-221-10/+4
* [IRExecutionUnit] Remove static_assertJonas Devlieghere2019-05-161-2/+0
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-1/+1
* 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
OpenPOWER on IntegriCloud