summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Platform/Android] Read the adb server from an env variable if setNathan Lanza2019-08-271-1/+6
* [dotest] Remove results portJonas Devlieghere2019-08-278-72/+9
* [lldb] Fix x86 compilationTatyana Krasnukha2019-08-276-21/+19
* [lldb][NFC] Add missing invalid_core_file to TestTargetCommand testRaphael Isemann2019-08-271-0/+1
* Stabilize TestIOHandlerCompletionPavel Labath2019-08-271-1/+2
* [lldb][NFC] Add some tests for the target subcommandsRaphael Isemann2019-08-271-1/+145
* [lldb][NFC] Give added test method a unique nameRaphael Isemann2019-08-271-2/+2
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-1/+3
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-275-9/+53
* DWARFExpression: Simplify class interfacePavel Labath2019-08-2710-85/+71
* Fix an unused variable warning in no-assert buildsPavel Labath2019-08-271-0/+1
* Fix TestStdCXXDisassembly.pyPavel Labath2019-08-271-1/+1
* CommandObjectExpression: Fix a misleading-indentation warningPavel Labath2019-08-271-96/+94
* [test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere2019-08-272-0/+2
* [ConnectionFileDescriptor] Add shutdown check in ::Write.Jonas Devlieghere2019-08-271-3/+12
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-2711-48/+0
* Send error message on failed attach from debugerserver.Jason Molenda2019-08-271-2/+18
* [build_exception] Decode build failure messagesVedant Kumar2019-08-261-1/+1
* [Core] GetAPInt should return an OptionalAlex Langford2019-08-261-16/+19
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-269-377/+226
* TestFunctionStarts.py: add synchronizationFrederic Riss2019-08-262-2/+21
* [dotest] Print invocation when encountering an error.Jonas Devlieghere2019-08-261-2/+6
* Really fix the type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-2/+2
* [ProcessWindows] Remove equivalent macrosTatyana Krasnukha2019-08-262-4/+4
* Move ProcessInstanceInfoTest to UtilityPavel Labath2019-08-263-1/+1
* ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath2019-08-262-11/+44
* Fix windows build after r369894Pavel Labath2019-08-261-6/+4
* Fix a type mismatch error in GDBRemoteCommunicationServerCommonPavel Labath2019-08-261-1/+1
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-265-77/+97
* Breakpad: Add support for parsing STACK WIN recordsPavel Labath2019-08-263-4/+151
* [lldb] Construct the dummy target when the first Debugger object is constructedRaphael Isemann2019-08-262-5/+5
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-264-15/+7
* [NFC] Fix comments and formatting.Jonas Devlieghere2019-08-232-55/+60
* Skip tail call frame tests when dwarf_version < 4Vedant Kumar2019-08-239-8/+17
* Upstream support for macCatalyst Mach-O binaries.Adrian Prantl2019-08-233-146/+237
* Windows: explicitly cast constants to `DWORD`Saleem Abdulrasool2019-08-231-2/+2
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-2310-10/+69
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-232-4/+2
* Add missing dot.Adrian Prantl2019-08-221-1/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2227-198/+219
* TestAppleSimulatorOSType: Pass the --standalone argument to simctlFrederic Riss2019-08-221-1/+1
* Revert [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar2019-08-221-1/+0
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2225-201/+198
* Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp toAdrian Prantl2019-08-222-1/+1
* Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp toAdrian Prantl2019-08-222-2/+2
* Add missing includeAdrian Prantl2019-08-221-0/+1
* Add missing includeAdrian Prantl2019-08-221-0/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-2225-198/+201
* [heap.py] Add missing declaration for malloc_get_all_zonesVedant Kumar2019-08-221-0/+1
* Remove redundant curly braces.Adrian Prantl2019-08-222-3/+3
OpenPOWER on IntegriCloud