summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint
AgeCommit message (Expand)Author
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny
2020-12-17[lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hitMichał Górny
2020-12-15[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overloadMed Ismail Bennani
2020-12-15Revert "[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code)...Med Ismail Bennani
2020-12-15[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overloadMed Ismail Bennani
2020-12-07Revert "[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot action"Michał Górny
2020-12-07[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot actionMichał Górny
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny
2020-11-03[lldb] [test] Update XFAILs/skips for FreeBSDMichał Górny
2020-10-05[lldb/test] Catch invalid calls to expect()Dave Lee
2020-09-23Add `breakpoint delete --disabled`: deletes all disabled breakpoints.Jim Ingham
2020-09-11[lldb/API] Add Breakpoint::SerializeToStructuredData to SBAPIMed Ismail Bennani
2020-08-17[lldb] Replace unittest2.expectedFailure with expectedFailure (NFC)Jonas Devlieghere
2020-08-06[lldb] Use target.GetLaunchInfo() instead of creating an empty one.Jonas Devlieghere
2020-07-29[lldb] Don't use hardware index to determine whether a breakpoint site is har...Tatyana Krasnukha
2020-07-29[lldb] Make process plugins check whether a hardware breakpoint is requiredTatyana Krasnukha
2020-07-29[lldb] Skip overlapping hardware and external breakpoints when writing memoryTatyana Krasnukha
2020-07-29[lldb/test] Put hardware breakpoint tests together, NFCTatyana Krasnukha
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham
2020-07-01[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)Med Ismail Bennani
2020-07-01Revert "[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)"Med Ismail Bennani
2020-07-01[lldb/api] Improve error reporting in SBBreakpoint::AddName (NFCI)Med Ismail Bennani
2020-06-25[lldb/test] XFAIL TestHWBreakMultiThread on arch rather platform.Davide Italiano
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-05-18[lldb/Reproducers] Add skipIfReproducer to more testsJonas Devlieghere
2020-05-14[lldb/Test] Modify more tests for API replayJonas Devlieghere
2020-05-14[lldb/Test] Replace assertTrue with more specific checks (NFC)Jonas Devlieghere
2020-05-14[lldb/Test] Skip remaining 'side_effect' tests with reproducers.Jonas Devlieghere
2020-04-21[lldb/Test] Add decorator to the right methodJonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that are not expected to workJonas Devlieghere
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-03-19[lldb/Test] Remove debug print in supports_hw_breakpoints.Jonas Devlieghere
2020-03-18[lldb/testsuite] Apply @skipIfDarwinEmbedded to part of TestHWBreakMultiThreadFred Riss
2020-03-18[lldb/testsuite] Tweak TestBreakpointLocations.py to pass for arm64Fred Riss
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-18[lldb][test] Remove expected failure decorator from test_copy_from_dummy_targ...Tatyana Krasnukha
2020-02-18[lldb] Don't call CopyForBreakpoint from a Breakpoint's constructorTatyana Krasnukha
2020-02-13[lldb/Test] Partially revert assertTrue changeJonas Devlieghere
2020-02-13[lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in th...Raphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht