summaryrefslogtreecommitdiff
path: root/lldb/test/API/terminal
AgeCommit message (Expand)Author
2025-11-07[LLDB][Editline] empty current line before `el_wgets` (#165830)Kiva
2025-06-18[lldb][breakpoint] Grey out disabled breakpoints (#91404)Chelsea Cassanova
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike
2025-01-21[lldb] Support format string in the prompt (#123430)Jonas Devlieghere
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere
2024-11-19[lldb] Improve editline completion formatting (#116456)Jonas Devlieghere
2024-04-29Skip various tests under ASAN on green dragon (#90531)Adrian Prantl
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht
2024-03-04[lldb][test][NFC] Narrow scope of `import pexpect`Jordan Rupprecht
2024-02-29[lldb][test] Use pexpect spawn instead of spawnuDavid Spickett
2023-09-14[lldb] Add config and decorator for wide character support in Editline (#66447)Jonas Devlieghere
2023-09-13[lldb] Add a setting to customize the prompt color (#66218)Jonas Devlieghere
2023-09-13[lldb] Support Unicode in the prompt (#66312)Jonas Devlieghere
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-04-27Remove Python 2 checks from the test suiteJonas Devlieghere
2021-08-04[LLDB] Skip flaky tests on Arm/AArch64 Linux botsMuhammad Omair Javaid
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht