summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/completion/TestCompletion.py
AgeCommit message (Expand)Author
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere
2025-05-11[lldb] Fix term settings completion tests (#139447)Emmanuel Ferdman
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch
2024-05-30[lldb] Attempt to fix TestCompletion on macosPavel Labath
2024-05-30[lldb] Fix module name tab completion (#93458)Pavel Labath
2024-05-17[lldb] Avoid modifying the source tree in TestCompletion.pyPavel Labath
2024-05-15[lldb] Fixed the TestCompletion test running on a remote target (#92281)Dmitry Vasilyev
2024-02-29[LLDB] Fix test failure introduced by #83234 (#83406)Sudharsan Veeravalli
2024-02-29[LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli
2024-02-20Remove the "generic" register completion test. (#82445)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2023-09-13[lldb] Treat user aliases the same as built-ins when tab completing (#65974)David Spickett
2023-09-12Reland "[lldb] Improve completion tests (#65973)"David Spickett
2023-09-11Revert "[lldb] Improve completion tests (#65973)"David Spickett
2023-09-11[lldb] Improve completion tests (#65973)David Spickett
2023-09-08[lldb] Add test to document alias tab completion behaviour (#65760)David Spickett
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-07-17Fix the root directory completion test.Jim Ingham
2023-07-10[lldb] Prevent crash when completing ambiguous subcommandsJonas Devlieghere
2023-07-06[lldb] Fix crash when completing register names after program exitDavid Spickett
2023-06-06[lldb] Disable some tests on windowsMed Ismail Bennani
2023-06-06[lldb/Commands] Fix disk completion from root directoryMed Ismail Bennani
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-03-06[lldb] Add variable completion to dwim-printDave Lee
2022-09-26[lldb] Fix completion of 'settings set' valuesDave Lee
2022-07-12[LLDB] Catagory decorator for watchpoint test in TestCompletion.pyMuhammad Omair Javaid
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-03-03Revert "[lldb] Correct case in description of breakpoint --on-catch/throw"David Spickett
2022-03-03[lldb] Correct case in description of breakpoint --on-catch/throwDavid Spickett
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham
2021-10-15[lldb] Harden TestCompletion against new settings in 'target.process'Raphael Isemann
2021-10-01[lldb] Simplify TestCompletion.pyPavel Labath
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-07-22[lldb] Fix TestCompletion by using SIGPIPE instead of SIGINT as test signalRaphael Isemann
2021-07-22[lldb] Fix that `process signal` completion always returns all signalsRaphael Isemann
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny
2020-09-22[lldb] Skip test_common_completion_process_pid_and_name with reproducersJonas Devlieghere
2020-08-31[lldb] tab completion for class `CommandObjectTypeFormatterDelete`Gongyu Deng
2020-08-31[lldb][NFC] Remove trailing whitespace in TestCompletionRaphael Isemann
2020-08-31[lldb] Fix TestCompletion's pid completion failing randomlyRaphael Isemann
2020-08-25[lldb] Don't depend on psutil in TestCompletion.pyRaphael Isemann
2020-08-24[lldb] type category name common completionGongyu Deng
2020-08-24[lldb] common completion for process pids and process namesGongyu Deng
2020-08-21[lldb] Tab completion for process load/unloadGongyu Deng
2020-08-20[lldb] tab completion for breakpoint namesGongyu Deng