summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [FormatManager] Provide only one variant of EnableCategory.Davide Italiano2019-12-031-11/+2
* [DataVisualization] Simplify. NFCI.Davide Italiano2019-12-031-2/+1
* [TypeCategory] Nothing passes down a list of languages.Davide Italiano2019-12-032-9/+4
* [EditLine] Fix RecallHistory to make it go in the right direction.Jonas Devlieghere2019-12-032-30/+82
* [lldb/Reproducer] Add version checkJonas Devlieghere2019-12-035-4/+53
* [lldb] Remove unneeded semicolon in IOHandlerCursesGUIPavel Labath2019-12-031-1/+1
* [lldb] Use llvm range functions in LineTable.cppPavel Labath2019-12-031-6/+2
* [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...Alexandre Ganea2019-12-032-0/+24
* [lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann2019-12-036-4051/+4106
* Revert "[LiveDebugValues] Introduce entry values of unmodified params"Djordje Todorovic2019-12-032-59/+15
* [lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...Raphael Isemann2019-12-032-92/+116
* [lldb] Remove all remaining tabs from TestReturnValue.pyRaphael Isemann2019-12-031-5/+5
* [lldb][NFC] Test going up/down one line in the multiline expression editorRaphael Isemann2019-12-031-0/+67
* Fixup 6d18e53: xfail TestShowLocationDwarf5.py properlyDiana Picus2019-12-031-1/+1
* [lldb] Remove tab from TestReturnValue.pyRaphael Isemann2019-12-031-1/+1
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-035-154/+190
* [LiveDebugValues] Introduce entry values of unmodified paramsDjordje Todorovic2019-12-032-15/+59
* Mark some tests as xfail on AArch64 LinuxDiana Picus2019-12-0310-5/+36
* [lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ...Raphael Isemann2019-12-034-217/+47
* [LLDB] [test] Try to fix the test from 7d019d1a3b when run on Windows.Martin Storsjö2019-12-021-2/+2
* [lldb/CMake] Add in_call_stack to the utilities packageJonas Devlieghere2019-12-021-1/+2
* [lldb/CMake] Simplify logic for adding example Python packages (NFC)Jonas Devlieghere2019-12-021-26/+24
* [LLDB] Set the right address size on output DataExtractors from ObjectFileMartin Storsjö2019-12-022-1/+62
* [lldb] Fix TestFormattersSBAPI testAntónio Afonso2019-12-021-7/+10
* [lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...Raphael Isemann2019-12-021-2/+0
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-028-49/+56
* [lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann2019-12-023-11/+13
* [lldb][NFC] Add 'breakpoint command list' testRaphael Isemann2019-12-022-0/+62
OpenPOWER on IntegriCloud