aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint
AgeCommit message (Expand)AuthorFilesLines
2025-12-08Fix a typo in "breakpoint add file" and add a test (#171206)jimingham1-0/+19
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha1-2/+7
2025-11-20[lldb] Fix a test if hardware breakpoints are not supported (#168813)Igor Kudrin1-20/+11
2025-11-10[lldb] Fix TestLocationsAfterRebuild test (#167402)GeorgeHuyubo1-4/+21
2025-11-10[lldb] Disable TestLocationsAfterRebuild for remote targets (#167239)Dmitry Vasilyev1-1/+2
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre1-4/+4
2025-10-20Fix a potential use-after-free in StopInfoBreakpoint. (#163471)jimingham3-0/+83
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham5-1/+169
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham2-1/+27
2025-07-10[lldb] Support specifying a language for breakpoint conditions (#147603)Jonas Devlieghere1-4/+25
2025-07-03[lldb] Add SB API to make a breakpoint a hardware breakpoint (#146602)Jonas Devlieghere3-0/+64
2025-07-01[lldb] Fix the hardware breakpoint decorator (#146609)Jonas Devlieghere4-12/+18
2025-06-27[lldb][test] Disable TestLocationsAfterRebuild.py on WindowsDavid Spickett1-0/+3
2025-06-26Fix a bug in the breakpoint ID verifier in CommandObjectBreakpoint. (#145994)jimingham5-0/+60
2025-06-03[lldb] Add Python properties to SBBreakpoint and similar (#142215)Dave Lee2-15/+13
2025-06-02[lldb] Disable TestConsecutiveBreakpoints.py for Windows x86_64 (#142192)Dmitry Vasilyev1-0/+5
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda3-3/+3
2025-03-25Fix the managing of the session dictionary when you have nested wrappers (#13...jimingham4-0/+106
2025-03-18[lldb] Fix TestBreakpointLocations (#131890)Dave Lee1-4/+4
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima2-2/+2
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda2-8/+24
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda1-2/+0
2024-11-06[lldb][test] Use -gdwarf to fix same CU breakpoint test on Windows on ArmDavid Spickett1-4/+4
2024-11-06[lldb][test] Correct typo in breakpoint test file nameDavid Spickett1-0/+0
2024-11-05Fix a thinko in the CallSite handling code: (#114896)jimingham4-0/+83
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz1-1/+1
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev8-8/+8
2024-08-20[lldb][Windows] Fixed the API test breakpoint_with_realpath_and_source_map (#...Dmitry Vasilyev1-0/+1
2024-08-15[lldb] Realpath symlinks for breakpoints (#102223)royitaqi9-0/+183
2024-08-02[lldb][test][x86_64][win] Split assertion in TestBreakpointConditions (#100487)Kendal Harland1-2/+6
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda2-24/+8
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda2-8/+24
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima1-1/+1
2024-06-03[lldb][test][NFC] TestBreakpointSetRestart.py: split up assertion to determin...Michael Buch1-1/+2
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev1-5/+13
2024-04-18[lldb][test] Correctly fix break at _dl_debug_state test on arm.Zequan Wu1-2/+2
2024-04-18[lldb] Disable break at _dl_debug_state test on armZequan Wu1-1/+1
2024-04-17[lldb][DynamicLoader] Fix lldb unable to stop at _dl_debug_state if user set ...Zequan Wu1-0/+17
2024-04-01[lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht1-0/+6
2024-03-14[LLDB][Test] Fix the test case of listing verbose break info on Windows (#85200)bvlgah1-1/+3
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan1-1/+12
2024-03-04[lldb] Enable a test that was never enabled (#83925)Felipe de Azevedo Piovezan1-0/+1
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht3-20/+14
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht8-35/+46
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere13-46/+46
2024-02-14[lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht1-4/+4
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht1-1/+1
2024-01-30[lldb][test][NFC] Refactor xfails in TestRequireHWBreakpoints.pyDavid Spickett1-8/+9
2024-01-03[lldb] Speculatively fix TestBreakpointSerialization on WindowsAlex Langford1-1/+1
2024-01-03[lldb] Fix breakpoint resolver serialization bug (#76766)Alex Langford1-0/+36