summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint/breakpoint_command
AgeCommit message (Expand)Author
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev
2024-04-18[lldb][test] Correctly fix break at _dl_debug_state test on arm.Zequan Wu
2024-04-18[lldb] Disable break at _dl_debug_state test on armZequan Wu
2024-04-17[lldb][DynamicLoader] Fix lldb unable to stop at _dl_debug_state if user set ...Zequan Wu
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-03-03Add HitCount into Breakpoint statisticsJeffrey Tan
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
2022-10-24Fix breakpoint setting so it always works when there is a line entry in a com...Greg Clayton
2022-09-22Add auto source map deduce count statisticsJeffrey Tan
2022-09-19Add auto deduce source map settingJeffrey Tan
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-08Implement better path matching in FileSpecList::FindCompatibleIndex(...).Greg Clayton
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-05-31Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME"Jim Ingham
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-11-17[lldb/test] Added lldbutil function to test a breakpointSYNOPSYS\georgiev
2021-10-18Add tests for the other variants of BreakpointCreateBySourceRegex.Jim Ingham
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-07-29[source map] fix relative path breakpointsWalter Erquinigo
2021-07-27Fix "break delete --disabled" with no arguments.Jim Ingham
2021-05-24[lldb] Introduce createTestTarget for creating a valid target in API testsRaphael Isemann
2020-09-23Add `breakpoint delete --disabled`: deletes all disabled breakpoints.Jim Ingham
2020-05-14[lldb/Test] Skip remaining 'side_effect' tests with reproducers.Jonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that are not expected to workJonas Devlieghere
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht