summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2020-01-22[TestStdModuleSysroot] Only run locally.Davide Italiano
2020-01-22Convert AssertTrue( A == B) to AssertEqual(A, B) in TestObjCStepping.py.Jim Ingham
2020-01-22[lldb] Fix an asan error from 27df2d9f556cPavel Labath
2020-01-21Fix typosAdrian Prantl
2020-01-21[lldb/DataFormatters] Fix the `$$deference$$` synthetic childFred Riss
2020-01-21[lldb] Add a setting to not install the main executableDaniel Kiss
2020-01-21Revert "[lldb] Add a setting to not install the main executable"Francesco Petrogalli
2020-01-21[lldb] Add a setting to not install the main executableFrancesco Petrogalli
2020-01-20[lldb/IOHandler] Improve synchronization between IO handlers.Jonas Devlieghere
2020-01-20[lldb][NFC] Add test for iterator invalidation during code completion.Raphael Isemann
2020-01-20[lldb] Mark the implicit copy constructor as deleted when a move constructor ...Raphael Isemann
2020-01-20[lldb] Don't process symlinks deep inside DWARFUnitPavel Labath
2020-01-18[lldb/Test] XFAIL TestRequireHWBreakpoints when HW BPs are avialableJonas Devlieghere
2020-01-17[lldb/testsuite] Modernize 2 test MakefilesFred Riss
2020-01-17[lldb/Makefile.rules] Force the default target to be 'all'Fred Riss
2020-01-17[TestQuoting] Use the fully qualified path for remote platforms.Davide Italiano
2020-01-17[lldb] Re-add NSDate formatterRaphael Isemann
2020-01-16lldb: xfail TestCrossDSOTailCalls.py and TestCrossObjectTailCalls.py on arm/a...Vedant Kumar
2020-01-16[lldb/test] Exted test for CMTime data formatterJonas Devlieghere
2020-01-16[lldb][NFC] Delete TestDataFormatterObjCNSDate.pyRaphael Isemann
2020-01-16[lldb/DWARF/test] Freshen up debug_names testsPavel Labath
2020-01-16[lldb][NFC] Migrate several tests to expect_exprRaphael Isemann
2020-01-16[lldb] Fix asan failures in data-formatter-objc testsRaphael Isemann
2020-01-15lldb: Run TestCrossDSOTailCalls.py and TestCrossObjectTailCalls.py on Darwin ...Vedant Kumar
2020-01-15[DWARF] Emit DW_AT_call_return_pc as an addressVedant Kumar
2020-01-15[lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann
2020-01-14[lldb/test] Add test for CMTime data formatterJonas Devlieghere
2020-01-14dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl
2020-01-14[lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...Stella Stamenova
2020-01-14Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan
2020-01-14[lldb/Expression] Improve interpreter error message with a non-running targetMed Ismail Bennani
2020-01-14[lldb][NFC] Rewrite python_api/rdar-12481949 testRaphael Isemann
2020-01-14[lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...Raphael Isemann
2020-01-13[lldb] Revert ddf044290ede for TestProcessAPI.pyRaphael Isemann
2020-01-13[lldb][NFC] Remove debug print statement from TestExprDiagnostics.pyRaphael Isemann
2020-01-13[lldb] Mark several tests as not dependent on debug infoRaphael Isemann
2020-01-10lldbutil: Forward ASan launch info to test inferiorsVedant Kumar
2020-01-10[lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha
2020-01-10[lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha
2020-01-10[lldb][tests] Cleanup '.categories'Tatyana Krasnukha
2020-01-10[lldb][test] NFC, re-use _getTestPath() functionTatyana Krasnukha
2020-01-10[lldb][tests] Take into account all parent's categories when traverse folders...Tatyana Krasnukha
2020-01-10Data formatters: Look through array element typedefsJaroslav Sevcik
2020-01-09When reading Aux file in chunks, read consecutive byte rangesJason Molenda
2020-01-09[lldb] Fix that TestNoSuchArch.py was passing for the wrong reasonRaphael Isemann
2020-01-06Change the patterns to include the prefix '= ' so we don't pass errantly.Jason Molenda
2020-01-06[lldb/Test] Move @skipIfAsan from test class to test methods.Jonas Devlieghere
2020-01-06[lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.Jonas Devlieghere
2020-01-04[lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani
2020-01-03Revert "[lldb/Command] Add --force option for `watchpoint delete` command"Med Ismail Bennani