summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint
AgeCommit message (Expand)Author
2025-11-20[lldb] Fix a test if hardware breakpoints are not supported (#168813)Igor Kudrin
2025-11-10[lldb] Fix TestLocationsAfterRebuild test (#167402)GeorgeHuyubo
2025-11-10[lldb] Disable TestLocationsAfterRebuild for remote targets (#167239)Dmitry Vasilyev
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre
2025-10-20Fix a potential use-after-free in StopInfoBreakpoint. (#163471)jimingham
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham
2025-07-10[lldb] Support specifying a language for breakpoint conditions (#147603)Jonas Devlieghere
2025-07-03[lldb] Add SB API to make a breakpoint a hardware breakpoint (#146602)Jonas Devlieghere
2025-07-01[lldb] Fix the hardware breakpoint decorator (#146609)Jonas Devlieghere
2025-06-27[lldb][test] Disable TestLocationsAfterRebuild.py on WindowsDavid Spickett
2025-06-26Fix a bug in the breakpoint ID verifier in CommandObjectBreakpoint. (#145994)jimingham
2025-06-03[lldb] Add Python properties to SBBreakpoint and similar (#142215)Dave Lee
2025-06-02[lldb] Disable TestConsecutiveBreakpoints.py for Windows x86_64 (#142192)Dmitry Vasilyev
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-03-25Fix the managing of the session dictionary when you have nested wrappers (#13...jimingham
2025-03-18[lldb] Fix TestBreakpointLocations (#131890)Dave Lee
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda
2024-11-06[lldb][test] Use -gdwarf to fix same CU breakpoint test on Windows on ArmDavid Spickett
2024-11-06[lldb][test] Correct typo in breakpoint test file nameDavid Spickett
2024-11-05Fix a thinko in the CallSite handling code: (#114896)jimingham
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-08-20[lldb][Windows] Fixed the API test breakpoint_with_realpath_and_source_map (#...Dmitry Vasilyev
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi
2024-08-02[lldb][test][x86_64][win] Split assertion in TestBreakpointConditions (#100487)Kendal Harland
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-06-03[lldb][test][NFC] TestBreakpointSetRestart.py: split up assertion to determin...Michael Buch
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-04-01[lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht
2024-03-14[LLDB][Test] Fix the test case of listing verbose break info on Windows (#85200)bvlgah
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan
2024-03-04[lldb] Enable a test that was never enabled (#83925)Felipe de Azevedo Piovezan
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
2024-02-14[lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2024-01-30[lldb][test][NFC] Refactor xfails in TestRequireHWBreakpoints.pyDavid Spickett
2024-01-03[lldb] Speculatively fix TestBreakpointSerialization on WindowsAlex Langford
2024-01-03[lldb] Fix breakpoint resolver serialization bug (#76766)Alex Langford
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere