summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Assert launch success in run_to_breakpoint_do_runVedant Kumar2019-12-101-0/+2
* Fix a -Wsign-compare error around wchar_t vs unsigned int.Eric Christopher2019-12-101-1/+1
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-1022-30/+43
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-1013-147/+265
* Replace redundant code in FormatManager and FormatCache with templates (NFC)Adrian Prantl2019-12-107-562/+143
* [lldb] Actually enable wchar support in Editline when it is defined in the ho...Raphael Isemann2019-12-102-0/+29
* [lldb] Centralize type "desugaring" logic in ClangASTContextPavel Labath2019-12-101-801/+74
* [lldb][NFC] Make g_TotalSizeOfMetadata in ClangExternalASTSourceCommon.cpp st...Raphael Isemann2019-12-101-1/+1
* [LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...Martin Storsjö2019-12-102-7/+2
* [FormatManager] GetCandidateLanguages shouldn't know about ValueObject.Davide Italiano2019-12-093-7/+5
* [FormatManager] Provide a single entrypoint for GetCandidateLanguages().Davide Italiano2019-12-091-5/+1
* The field ‘totalFrames’ which is total number of frames available, is man...Serhiy Redko2019-12-093-7/+29
* [lldb] Clean up accidentally passing TestDeadStrip.pyPavel Labath2019-12-092-11/+5
* [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHONJonas Devlieghere2019-12-091-5/+2
* [lldb][CMake] Fix build for the case of custom libedit installationTatyana Krasnukha2019-12-091-0/+11
* [lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid2019-12-0913-70/+5
* [lldb/DWARF] Switch to llvm location list parserPavel Labath2019-12-093-298/+262
* [lldb] Improve/fix base address selection in location listsPavel Labath2019-12-096-76/+247
* [lldb] Xfail TestCallOverriddenMethod.py for aarch64/linuxMuhammad Omair Javaid2019-12-091-0/+1
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-0910-2/+163
* [lldb] Add a test for how we lazily create Clang AST nodesRaphael Isemann2019-12-093-0/+307
* [lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHONJonas Devlieghere2019-12-0836-0/+82
* Symbol: use elaborated types for `DataExtractor`Saleem Abdulrasool2019-12-071-3/+3
* [lldb/Reproducer] Disable test on Windows to unblock the bot.Jonas Devlieghere2019-12-061-0/+1
* Cleanup and speedup NativeRegisterContextLinux_arm64Muhammad Omair Javaid2019-12-064-160/+130
* [lldb][test] Handle .categories lookup for inline tests.Jordan Rupprecht2019-12-061-2/+9
* [lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValueRaphael Isemann2019-12-062-32/+31
* [lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interactionPavel Labath2019-12-062-4/+119
* [lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::P...Raphael Isemann2019-12-062-16/+10
* [lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo filesPavel Labath2019-12-062-3/+161
* [lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann2019-12-064-10/+8
* [lldb/IRExecutionUnit] Stop searching based on demangled namesPavel Labath2019-12-062-3/+0
* [lldb/DWARF] Remove DWARFDebugRangesBase abstract classPavel Labath2019-12-062-13/+4
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-0613-24/+22
* [lldb] NFC: less nesting in SearchFilter.cppKonrad Kleine2019-12-061-165/+170
OpenPOWER on IntegriCloud