summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Minidump/Windows: Fix module lookupPavel Labath2019-08-094-0/+69
* [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-0811-21/+19
* [lldb][NFC] Simplify return in MaybeHandleVariableRaphael Isemann2019-08-081-9/+4
* [lldb][CMake] Disable modules in Xcode projectsStefan Granitz2019-08-081-0/+3
* ObjectFileELF: Convert a unit test to a lit testPavel Labath2019-08-084-242/+93
* Fix LLDB_CONFIGURATION_DEBUG builds for the GetSymbolVendor removalPavel Labath2019-08-081-6/+2
* Add a missing include to SymbolFilePDBTests.cppPavel Labath2019-08-081-0/+1
* Remove xcode-specific Config.hPavel Labath2019-08-082-40/+1
* Fix PDB unit tests for the GetSymbolVendor deletionPavel Labath2019-08-081-36/+15
* Remove Module::GetSymbolVendorPavel Labath2019-08-083-63/+42
* [Materializer] Remove wrong SetSizeAndAlignmentFromType().Davide Italiano2019-08-082-16/+0
* [Utility] Remove unused function 'GetMatchSpanningIndices'Jonas Devlieghere2019-08-082-21/+0
* [Docs] Fix (incorrect) code highlightingJonas Devlieghere2019-08-071-25/+25
* Adjust a ValueObjectChild's offset when the child is a bitfieldAdrian Prantl2019-08-073-0/+35
* [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-072-1/+16
* [Driver] Expand the executable path in the target create outputJonas Devlieghere2019-08-072-1/+9
* [ExecutionContext] Return the target/process byte order.Jonas Devlieghere2019-08-073-4/+126
* ProcessElfCore: Remove linux and freebsd NT_*** constantsPavel Labath2019-08-072-46/+21
* ObjectFileELF: Remove NT_*** constantsPavel Labath2019-08-071-36/+1
* A more robust way of testing debug_line parser near the end of modulePavel Labath2019-08-072-3/+28
OpenPOWER on IntegriCloud