summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Minidump/Windows: Fix module lookup"Pavel Labath2019-08-141-1/+0
* [API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath2019-08-141-7/+4
* [lldb] Reinstate original guard variable checkRaphael Isemann2019-08-141-9/+5
* Fix warning: suggest braces around initialization of subobjectJonas Devlieghere2019-08-141-5/+7
* Enable lldb-server on WindowsAaron Smith2019-08-133-1/+24
* [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-1320-3/+2899
* [DWARF] Guess the path styleJonas Devlieghere2019-08-131-2/+6
* [DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere2019-08-135-1208/+179
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-138-483/+574
* [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
* [Symbol] Remove redundant includeAlex Langford2019-08-131-1/+0
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-124-6/+7
* 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-121-1/+7
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-124-14/+23
* [lldb] Remove undocumented return value from DiagnosticManager::PutStringRaphael Isemann2019-08-121-4/+3
* [lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann2019-08-101-7/+1
* 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
* Minidump/Windows: Fix module lookupPavel Labath2019-08-091-0/+1
* [lldb][NFC] Clean up logging in IRForTargetRaphael Isemann2019-08-091-167/+100
* [lldb][NFC] Remove last C string uses from IRForTargetRaphael Isemann2019-08-091-10/+8
* [lldb][NFC] Use range-based for-loops in IRForTargetRaphael Isemann2019-08-091-108/+40
* [lldb][NFC] Modernize IRForTarget::CreateResultVariableRaphael Isemann2019-08-081-21/+20
* [lldb][NFC] Move to StringRef in some places in IRForTargetRaphael Isemann2019-08-081-37/+32
* [lldb] Fix HAVE_LIBCOMPRESSIONHaibo Huang2019-08-082-4/+2
* [lldb][NFC] Directly use StringRef instead of temporary std::stringRaphael Isemann2019-08-081-13/+12
* SymbolFileDWARF: Unconditionally scan through clang modules. NFCishAdrian Prantl2019-08-081-3/+7
* Fix a comment which was incorrect.Jim Ingham2019-08-081-1/+1
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-0810-20/+19
* [lldb][NFC] Simplify return in MaybeHandleVariableRaphael Isemann2019-08-081-9/+4
* Fix LLDB_CONFIGURATION_DEBUG builds for the GetSymbolVendor removalPavel Labath2019-08-081-6/+2
* Remove Module::GetSymbolVendorPavel Labath2019-08-082-32/+19
* [Materializer] Remove wrong SetSizeAndAlignmentFromType().Davide Italiano2019-08-081-14/+0
* [Utility] Remove unused function 'GetMatchSpanningIndices'Jonas Devlieghere2019-08-081-17/+0
* Adjust a ValueObjectChild's offset when the child is a bitfieldAdrian Prantl2019-08-071-0/+24
* [CommandObject] Remove unused functionJonas Devlieghere2019-08-071-2/+0
* [Symbol] Remove commented out code from CompileUnitAlex Langford2019-08-071-43/+0
* Add support for deterministically linked binaries on macOS to lldb.Nico Weber2019-08-071-1/+5
* [Driver] Expand the executable path in the target create outputJonas Devlieghere2019-08-071-1/+2
OpenPOWER on IntegriCloud