summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lldb] Update hardcoded Makefile.rules inclusions.Jordan Rupprecht2019-12-054-9/+3
* [LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarentee...shafik2019-12-052-12/+31
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-0517-134/+149
* [lldb/DWARF] Switch to llvm debug_rnglists parserPavel Labath2019-12-059-231/+157
* [lldb/cpluspluslanguage] Add constructor substitutorPavel Labath2019-12-052-41/+84
* [lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath2019-12-055-45/+163
* Reland "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-053-16/+60
* Avoid triple corruption while merging core infoMuhammad Omair Javaid2019-12-052-1/+36
* Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...Eric Christopher2019-12-042-0/+4
* [lldb/Reproducers] Don't instrument SBFileSpec::GetPathJonas Devlieghere2019-12-041-1/+1
* [lldb/Reproducers] Add missing instrumentation for SBFile (2/2)Jonas Devlieghere2019-12-041-3/+3
* Clear out the python class name in OptionParsingStarted for the OptionGroupPy...Jim Ingham2019-12-042-2/+19
* [lldb/Reproducers] Add missing instrumentation for SBFileJonas Devlieghere2019-12-042-16/+19
* [lldb/Reproducers] Propagate LLDB_CAPTURE_REPRODUCER to the test suiteJonas Devlieghere2019-12-043-2/+14
* [lldb/Reproducers] Override capture with LLDB_CAPTURE_REPRODUCER env varJonas Devlieghere2019-12-043-0/+31
* Add parray example for lldb, vrs. *ptr@count gdb cmd.Jason Molenda2019-12-041-0/+14
* Add help text for parray and poarray aliases.Jason Molenda2019-12-041-4/+17
* Upstream debugserver arm64e support.Jason Molenda2019-12-044-4/+124
* [LLDB] Actually fix the win-i386-line-table.s test when executed on windowsMartin Storsjö2019-12-041-3/+3
* [lldb] Simplify debug_{rnglists,ranges}.s testsPavel Labath2019-12-042-56/+34
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-045-18/+39
* [lldb] Fix macOS build by replacing nullptr with FileSpec()Raphael Isemann2019-12-042-2/+2
* [lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath2019-12-044-74/+5
* [lldb] s/assertTrue/assertEqual in TestStepTarget.pyPavel Labath2019-12-041-9/+7
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-049-42/+21
* [lldb] Add test for Stream::Address and Stream::AddressRangeRaphael Isemann2019-12-041-0/+92
* [lldb/Editline] Fix a -Wreturn-type warning with gccPavel Labath2019-12-041-0/+1
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-0419-85/+76
* [lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...Raphael Isemann2019-12-042-443/+490
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-045-14/+15
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-047-15/+15
* [Process] GetLanguageRuntimes() takes an argument that's always constant.Davide Italiano2019-12-032-10/+6
* [ClangASTContext] Remove a very old hack.Davide Italiano2019-12-031-25/+0
* [TypeCategory] HasLanguage() is now unused.Davide Italiano2019-12-032-8/+0
OpenPOWER on IntegriCloud