summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+4
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-081-23/+0
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-2/+2
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-021-1/+1
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-3/+1
* [lldb/Core] Support asking the debugger for a specific script interpreterJonas Devlieghere2019-12-211-7/+11
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-211-1/+1
* Re-land "[lldb/CMake] Change how we deal with optional dependencies"Jonas Devlieghere2019-12-201-2/+2
* [lldb] Fix an unused variable warningPavel Labath2019-12-201-1/+1
* Run all threads when extending a next range over a call.Jim Ingham2019-12-161-2/+9
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [FormatEntity] Add mangled function name supportMed Ismail Bennani2019-12-121-0/+27
* [lldb/Core] Add missing includeJonas Devlieghere2019-12-121-1/+1
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-122-18/+18
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-122-6/+6
* [lldb/CMake] Simplify linking against cursesJonas Devlieghere2019-12-111-1/+5
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-32/+8
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-102-0/+2
* [lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-063-3/+3
* [lldb] NFC: less nesting in SearchFilter.cppKonrad Kleine2019-12-061-165/+170
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-054-18/+24
* Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...Eric Christopher2019-12-041-0/+2
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-044-26/+12
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-10/+11
* [lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann2019-12-033-4014/+4065
* [lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ...Raphael Isemann2019-12-031-11/+38
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-295-16/+21
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-4/+3
* Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann2019-11-281-3/+4
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-4/+3
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+2
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-252-12/+9
* Add a testcase for Clang modules being updated within one LLDB session.Adrian Prantl2019-11-151-3/+4
* [LLDB] Remove dead code from StreamFileJonas Devlieghere2019-11-131-17/+0
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-3/+5
* [lldb] Fix more -Wdeprecated-copy warningsPavel Labath2019-11-121-20/+0
* [LLDB] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-061-15/+23
* [ValueObject] Upstream early exit from swift-lldb. (NFC)Adrian Prantl2019-11-051-0/+4
* [ValueObject] Upstream initialization from swift-lldb.Adrian Prantl2019-11-051-0/+10
* ValueObject: Upstream early-exit from swift-lldb. (NFC)Adrian Prantl2019-11-051-3/+8
* [lldb] Add trailing dots to comments in Value.cppRaphael Isemann2019-11-041-2/+2
* [Symbol] Change ClangASTContext::GetCXXClassName return typeAlex Langford2019-10-311-6/+5
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-252-45/+53
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-175-131/+70
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...Martin Storsjo2019-10-161-41/+7
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-161-6/+3
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-1/+2
* IOHandler: fall back on File::Read if a FILE* isn't available.Lawrence D'Anna2019-10-111-71/+100
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-104-17/+14
OpenPOWER on IntegriCloud