aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2019-08-15Change test to use uint64_t to support compiling for 32-bit architectures.Adrian Prantl1-2/+2
2019-08-15[lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann10-92/+89
2019-08-15[lldb] Let LLDB depend on intrinsics_gen to fix non-deterministic module buil...Raphael Isemann1-0/+9
2019-08-15Fix variable mismatch between signature and bodyJonas Devlieghere1-3/+3
2019-08-15[NFC] Fix documentation for some utility classes.Jonas Devlieghere3-32/+25
2019-08-14Improve anonymous class heuristic in ClangASTContext::CreateRecordTypeShafik Yaghmour5-14/+49
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere63-110/+110
2019-08-14Revert "[lldb] Reinstate original guard variable check"Raphael Isemann1-5/+9
2019-08-14[lldb][NFC] Remove unused functionJordan Rupprecht1-5/+0
2019-08-14[DebugLine] Improve path handling.Jonas Devlieghere1-12/+11
2019-08-14Add missing NativeProcessFactory for lldb-server on WindowsAaron Smith1-0/+4
2019-08-14Add missing SetID method to fix Windows buildAaron Smith1-0/+2
2019-08-14Revert "Minidump/Windows: Fix module lookup"Pavel Labath4-69/+0
2019-08-14[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath3-9/+21
2019-08-14[lldb] Reinstate original guard variable checkRaphael Isemann1-9/+5
2019-08-14Fix warning: suggest braces around initialization of subobjectJonas Devlieghere1-5/+7
2019-08-14Update Python tests for lldb-server on WindowsAaron Smith17-17/+87
2019-08-13Enable lldb-server on WindowsAaron Smith6-4/+34
2019-08-13[DebugLine] Be more robust in geussing the path styleJonas Devlieghere1-3/+9
2019-08-13Initial support for native debugging of x86/x64 Windows processesAaron Smith25-9/+2916
2019-08-13[DWARF] Guess the path styleJonas Devlieghere1-2/+6
2019-08-13[DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere7-1210/+187
2019-08-13[Symbol] Decouple clang from CompilerTypeAlex Langford11-494/+584
2019-08-13[lldb] Fix Microsoft guard variable detectionRaphael Isemann1-1/+1
2019-08-13[lldb] Reland "Refactor guard variable checks in IRForTarget"Raphael Isemann1-14/+19
2019-08-13[lldb][NFC] Add basic IOHandler completion testRaphael Isemann2-0/+63
2019-08-13[Symbol] Remove redundant includeAlex Langford1-1/+0
2019-08-12[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano7-9/+12
2019-08-12Revert "[lldb] Refactor guard variable checks in IRForTarget"Stella Stamenova1-12/+12
2019-08-12Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova6-66/+7
2019-08-12[Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano7-17/+28
2019-08-12[lldb][NFC] Minor fixes for lldb_private::DiagnosticManagerRaphael Isemann1-4/+2
2019-08-12[lldb] Remove undocumented return value from DiagnosticManager::PutStringRaphael Isemann2-5/+4
2019-08-12[lldb][NFC] Add unit test for lldb_private::DiagnosticManagerRaphael Isemann2-0/+195
2019-08-10[lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann6-7/+66
2019-08-09Small format fixHaibo Huang1-1/+1
2019-08-09Detects whether RESOURCE_TYPE_IO is defined.Haibo Huang1-0/+3
2019-08-09[lldb][NFC] Assert on invalid cursors positions when creating CompletionRequestRaphael Isemann1-0/+1
2019-08-09[lldb][NFC] Remove unused IRForTarget::BuildRelocationRaphael Isemann2-36/+0
2019-08-09[lldb][NFC] Unify InstrList typedef in IRForTargetRaphael Isemann1-6/+2
2019-08-09[lldb][NFC] Fix warning about missing switch casesRaphael Isemann1-0/+14
2019-08-09[lldb] Refactor guard variable checks in IRForTargetRaphael Isemann1-12/+12
2019-08-09Minidump/Windows: Fix module lookupPavel Labath4-0/+69
2019-08-09[lldb][NFC] Clean up logging in IRForTargetRaphael Isemann1-167/+100
2019-08-09[lldb][NFC] Remove last C string uses from IRForTargetRaphael Isemann1-10/+8
2019-08-09[lldb][NFC] Use range-based for-loops in IRForTargetRaphael Isemann1-108/+40
2019-08-08[lldb][NFC] Modernize IRForTarget::CreateResultVariableRaphael Isemann1-21/+20
2019-08-08[lldb][NFC] Move to StringRef in some places in IRForTargetRaphael Isemann1-37/+32
2019-08-08[lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang2-4/+2
2019-08-08[lldb][NFC] Directly use StringRef instead of temporary std::stringRaphael Isemann1-13/+12