summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
...
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-082-14/+20
* [CMake] Move link dependencies where they are used.Jonas Devlieghere2019-03-291-0/+4
* Use the multi-lockable form of std::lock for operator=Jim Ingham2019-03-291-19/+6
* Fix a "memset clearing an object of non-trivial type" warning in EmulateInstr...Pavel Labath2019-03-191-8/+1
* Reinitialize UnwindTable when the SymbolFile changesPavel Labath2019-03-181-0/+10
* Quiet command regex instructions during batch executionDave Lee2019-03-101-1/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-0617-131/+131
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-022-12/+26
* Remove unnecessary demangling operation (NFC)Adrian Prantl2019-02-271-7/+5
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Merge target triple into module triple when constructing module from memoryAlex Langford2019-02-201-0/+4
* [gui] Simplify SourceFileWindowDelegate::WindowDelegateDrawPavel Labath2019-02-191-5/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-137-98/+98
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-4/+4
* Some cleanup after moving to std::make_sharedJonas Devlieghere2019-02-111-16/+9
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-113-17/+21
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-1/+1
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-071-11/+0
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-4/+2
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-281-2/+4
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-281-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1944-176/+132
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-161-19/+19
* Revert "Simplify Value::GetValueByteSize()"Pavel Labath2019-01-161-15/+19
* Remove redundant check.Adrian Prantl2019-01-151-5/+3
* Simplify code by using Optional::getValueOr()Adrian Prantl2019-01-151-3/+1
* Simplify Value::GetValueByteSize()Adrian Prantl2019-01-151-19/+15
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-154-8/+12
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-155-28/+38
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-142-32/+31
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-2/+3
* [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov2019-01-141-0/+5
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-112-17/+15
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-2/+1
* Fix symbols.enable-external-lookup description wordingJan Kratochvil2019-01-051-4/+4
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-031-3/+10
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-4/+2
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-212-2/+2
* Simplify code for readability. (NFC)Adrian Prantl2018-12-191-6/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-158-48/+27
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-146-1257/+4
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-18/+0
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-2/+4
* Remove dead code from IOHandlerAlex Langford2018-11-271-4/+0
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-8/+13
* Fix copy/paste mistake for r346919.Jonas Devlieghere2018-11-151-1/+1
* [reproducer] Post-commit cleanupJonas Devlieghere2018-11-151-0/+7
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-0/+8
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-141-8/+0
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-141-0/+8
OpenPOWER on IntegriCloud