summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/breakpoint
AgeCommit message (Expand)Author
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid
2023-03-03Add HitCount into Breakpoint statisticsJeffrey Tan
2023-01-25[lldb] Consider all breakpoints in breakpoint detectionPavel Kosov
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
2022-11-03[lldb] Support simplified template names when looking up functionsArthur Eubanks
2022-10-24Fix breakpoint setting so it always works when there is a line entry in a com...Greg Clayton
2022-10-14[lldb][Breakpoint] Fix setting breakpoints on templates by basenameMichael Buch
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-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee
2022-08-08Implement better path matching in FileSpecList::FindCompatibleIndex(...).Greg Clayton
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-07-28[LLDB] Fix missing return value in SBBreakpointLocation::GetQueueName()Slava Gurevich
2022-07-22[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectMichael Buch
2022-07-05[LLDB] Fix decorator import in TestTwoHitsOneActual.pyMuhammad Omair Javaid
2022-07-05[LLDB] Skip TestTwoHitsOneActual.py on Arm/AArch64 LinuxMuhammad Omair Javaid
2022-06-30Apparently you need a special makefile flag to use threads on Linux.Jim Ingham
2022-06-30Threads which hit a breakpoint but fail the condition are consideredJim Ingham
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-17[lldb] [test] Update baseline test status for FreeBSDMichał Górny
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-05-31Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME"Jim Ingham
2022-05-26[lldb] Fix broken bad-address-breakpoint testWill Hawkins
2022-05-12We don't require users to type out the full context of a function, forJim Ingham
2022-02-16On Windows, the function name contains the return parameter, soJim Ingham
2022-02-16Add a test for breaking on overloaded functions by 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-19[lldb] Reduce code duplication around inferior buildingPavel Labath
2021-10-18Fix Linux error in TestBreakInLoadedDylib.py.Jim Ingham
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-08-04[LLDB] Skip flaky tests on Arm/AArch64 Linux botsMuhammad Omair Javaid
2021-07-29[source map] fix relative path breakpointsWalter Erquinigo
2021-07-28[LLDB] Skip HW breakpoints test_step_until on Arm/LinuxMuhammad Omair Javaid
2021-07-28Revert "[LLDB] Skip HW breakpoints test_step_until on Arm/Linux"Muhammad Omair Javaid
2021-07-28[LLDB] Skip HW breakpoints test_step_until on Arm/LinuxMuhammad Omair Javaid
2021-07-27Fix "break delete --disabled" with no arguments.Jim Ingham
2021-06-01Make ignore counts work as "after stop" modifiers so they play nicely with co...Jim Ingham
2021-05-24[lldb] Introduce createTestTarget for creating a valid target in API testsRaphael Isemann
2021-05-05[lldb/Test] Disable testBreakpointByLineAndColumnNearestCode on WindowsMed Ismail Bennani
2021-05-05[lldb/Symbol] Fix column breakpoint `move_to_nearest_code` matchMed Ismail Bennani
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee