summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.Jonas Devlieghere2019-08-181-1/+1
* [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariableRaphael Isemann2019-08-172-86/+0
* Simplify code (NFC).Adrian Prantl2019-08-171-22/+19
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-1628-468/+275
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-1611-32/+48
* [lldb-server] Disable a test on Windows until it can be fixedAaron Smith2019-08-161-0/+4
* [DebugLine] Don't try to guess the path styleJonas Devlieghere2019-08-151-17/+12
* Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham2019-08-156-4/+85
* Change test to use uint64_t to support compiling for 32-bit architectures.Adrian Prantl2019-08-151-2/+2
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-1510-92/+89
* [lldb] Let LLDB depend on intrinsics_gen to fix non-deterministic module buil...Raphael Isemann2019-08-151-0/+9
* Fix variable mismatch between signature and bodyJonas Devlieghere2019-08-151-3/+3
* [NFC] Fix documentation for some utility classes.Jonas Devlieghere2019-08-153-32/+25
* Improve anonymous class heuristic in ClangASTContext::CreateRecordTypeShafik Yaghmour2019-08-145-14/+49
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1463-110/+110
* Revert "[lldb] Reinstate original guard variable check"Raphael Isemann2019-08-141-5/+9
* [lldb][NFC] Remove unused functionJordan Rupprecht2019-08-141-5/+0
* [DebugLine] Improve path handling.Jonas Devlieghere2019-08-141-12/+11
* Add missing NativeProcessFactory for lldb-server on WindowsAaron Smith2019-08-141-0/+4
* Add missing SetID method to fix Windows buildAaron Smith2019-08-141-0/+2
* Revert "Minidump/Windows: Fix module lookup"Pavel Labath2019-08-144-69/+0
* [API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath2019-08-143-9/+21
* [lldb] Reinstate original guard variable checkRaphael Isemann2019-08-141-9/+5
* Fix warning: suggest braces around initialization of subobjectJonas Devlieghere2019-08-141-5/+7
* Update Python tests for lldb-server on WindowsAaron Smith2019-08-1417-17/+87
* Enable lldb-server on WindowsAaron Smith2019-08-136-4/+34
* [DebugLine] Be more robust in geussing the path styleJonas Devlieghere2019-08-131-3/+9
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-1325-9/+2916
* [DWARF] Guess the path styleJonas Devlieghere2019-08-131-2/+6
* [DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere2019-08-137-1210/+187
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-1311-494/+584
* [lldb] Fix Microsoft guard variable detectionRaphael Isemann2019-08-131-1/+1
* [lldb] Reland "Refactor guard variable checks in IRForTarget"Raphael Isemann2019-08-131-14/+19
* [lldb][NFC] Add basic IOHandler completion testRaphael Isemann2019-08-132-0/+63
* [Symbol] Remove redundant includeAlex Langford2019-08-131-1/+0
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-127-9/+12
* Revert "[lldb] Refactor guard variable checks in IRForTarget"Stella Stamenova2019-08-121-12/+12
* Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova2019-08-126-66/+7
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-127-17/+28
* [lldb][NFC] Minor fixes for lldb_private::DiagnosticManagerRaphael Isemann2019-08-121-4/+2
* [lldb] Remove undocumented return value from DiagnosticManager::PutStringRaphael Isemann2019-08-122-5/+4
* [lldb][NFC] Add unit test for lldb_private::DiagnosticManagerRaphael Isemann2019-08-122-0/+195
* [lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann2019-08-106-7/+66
* Small format fixHaibo Huang2019-08-091-1/+1
* Detects whether RESOURCE_TYPE_IO is defined.Haibo Huang2019-08-091-0/+3
* [lldb][NFC] Assert on invalid cursors positions when creating CompletionRequestRaphael Isemann2019-08-091-0/+1
* [lldb][NFC] Remove unused IRForTarget::BuildRelocationRaphael Isemann2019-08-092-36/+0
* [lldb][NFC] Unify InstrList typedef in IRForTargetRaphael Isemann2019-08-091-6/+2
* [lldb][NFC] Fix warning about missing switch casesRaphael Isemann2019-08-091-0/+14
* [lldb] Refactor guard variable checks in IRForTargetRaphael Isemann2019-08-091-12/+12
OpenPOWER on IntegriCloud