summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/ubsan
AgeCommit message (Expand)Author
2025-09-08[lldb][test] Only assert function name is in user-code on Darwin platformsMichael Buch
2025-09-08[lldb][Instrumentation] Set selected frame to outside sanitizer libraries (#1...Michael Buch
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-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-10-04Turn off the warning that the undefined behavior I am using inJim Ingham
2022-10-03Change the Sanitizer report breakpoint callbacks to asynchronous.Jim Ingham
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2021-11-30[lldb] Mark TestTsanBasic and TestUbsanBasic as "no debug info" testsJonas Devlieghere
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-10-12[lldb] Add instrumentation runtime categoryJonas Devlieghere
2020-08-05[lldb] Make UBSan tests remote readyJonas 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