summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-134-23/+21
* [lldb/Test] C++ test should use CXXFLAGS_EXTRASJonas Devlieghere2019-12-131-1/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-1319-35/+37
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-1355-202/+0
* [lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann2019-12-136-15/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-13514-536/+0
* [lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it...Raphael Isemann2019-12-131-0/+2
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-135-27/+78
* [lldb/cmake] Temporarily revive LLDB_DISABLE_CURSESPavel Labath2019-12-131-2/+11
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-134-24/+1
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-1226-89/+138
* TypeCategory: Initialize m_enabled to falseVedant Kumar2019-12-121-1/+1
* [FormatEntity] Add mangled function name supportMed Ismail Bennani2019-12-125-0/+57
* [lldb/Core] Add missing include (2/2)Jonas Devlieghere2019-12-121-0/+2
* [lldb/Core] Add missing includeJonas Devlieghere2019-12-121-1/+1
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOSJonas Devlieghere2019-12-124-17/+17
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere2019-12-123-32/+32
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-1212-39/+39
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-127-22/+18
* [lldb/DWARF] Fix v5 location lists for dwo filesPavel Labath2019-12-123-1/+198
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-124-106/+0
* [lldb] "See through" atomic types in ClangASTContextPavel Labath2019-12-122-56/+68
* [lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...Raphael Isemann2019-12-122-13/+9
* [lldb/CMake] Simplify linking against cursesJonas Devlieghere2019-12-112-9/+5
* [lldb/Host] Use Host/Config.h for LibXML2 instead of a global defineJonas Devlieghere2019-12-114-34/+38
* [lldb][dotest] Add `#include <algorithm>` to libc++ detectionJordan Rupprecht2019-12-111-1/+1
* [lldb][dotest] Improve libc++ detectionJordan Rupprecht2019-12-111-3/+10
* Add resurrecting Type Validators to projects.rstAdrian Prantl2019-12-111-0/+9
* return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.pyJason Molenda2019-12-113-1/+4
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-1126-635/+14
* update TestThreadStepOut.py to expect correct source line on arm64.Jason Molenda2019-12-112-3/+3
* Don't run expect based tests remotely.Jason Molenda2019-12-112-2/+2
* [lldb] Don't search the metadata map three times when retrieving metadataRaphael Isemann2019-12-113-8/+4
* [lldb][NFC] Remove dead metadata code in ClangASTSourceProxyRaphael Isemann2019-12-111-12/+0
* [lldb][NFC] Remove ClangExternalASTSourceCommon::g_TotalSizeOfMetadataRaphael Isemann2019-12-111-7/+0
* [lldb][NFC] Cleanup includes in FormatManagerTests.cppRaphael Isemann2019-12-111-13/+0
* [lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistxPavel Labath2019-12-116-3/+174
* Change the mtc Makefile to check $SDKROOT value insteadJason Molenda2019-12-101-3/+8
* Remove unsound caching in LanguageCategoryAdrian Prantl2019-12-101-4/+0
* Replace redundant code in LanguageCategory with templates (NFC)Adrian Prantl2019-12-102-152/+62
* [FormatManager] Move Language lookup into the obviously non-cached part (NFC)Adrian Prantl2019-12-101-16/+16
* Do not cache hardcoded formats in FormatManagerAdrian Prantl2019-12-106-13/+65
* [DataFormatters] Change the Get() method to take a LanguageType.Davide Italiano2019-12-104-22/+22
* Skip TestGuiBasic.py on ios etc device testing.Jason Molenda2019-12-101-0/+1
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-1013-147/+265
* [TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.Davide Italiano2019-12-102-7/+6
* Skip TestMultilineCompletion.py on ios testsuite runs.Jason Molenda2019-12-101-0/+1
* [FormatManager] Add a unittest for GetCandidateLanguages()Davide Italiano2019-12-103-0/+63
* [lldb] Add #include to appease the modules buildVedant Kumar2019-12-101-0/+1
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-1013-265/+147
OpenPOWER on IntegriCloud