summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/signal
AgeCommit message (Expand)Author
2024-06-28[lldb][test][NFC] Remove BOM characters from tests (#97045)Michael Buch
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
2022-12-16Fix a syntax errorAdrian Prantl
2022-08-04Remove the check for eStateConnected in remote testing sessions.Jim 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-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham
2021-11-11[lldb][AArch64] Add UnwindPlan for Linux sigreturnDavid Spickett
2021-10-27Add unix signal hit counts to the target statistics.Greg Clayton
2021-10-07[lldb] Mark abort signal test unsupported on AArch64 LinuxDavid Spickett
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2020-11-10[lldb] [Process/FreeBSDRemote] Fix handling user-generated SIGTRAPMichał Górny
2020-11-07[lldb] [test] Un-skip one of TestRaise signals on fbsdMichał Górny
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny
2020-08-06[lldb] Use target.GetLaunchInfo() instead of creating an empty one.Jonas Devlieghere
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere
2020-02-24Revert "My prevous commit to RegisterContextLLDB is causing a test fail"Jason Molenda
2020-02-24My prevous commit to RegisterContextLLDB is causing a test failJason Molenda
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