aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/completion
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere1-6/+6
2025-05-11[lldb] Fix term settings completion tests (#139447)Emmanuel Ferdman1-6/+6
2024-12-16[lldb] Use the terminal height for paging editline completions (#119914)Jonas Devlieghere1-3/+12
2024-10-15[lldb] Support tests with nested make invocations on Windows 1/2 (#112342)Stefan Gränitz1-1/+1
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang1-1/+1
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch1-6/+0
2024-05-30[lldb] Attempt to fix TestCompletion on macosPavel Labath1-2/+4
2024-05-30[lldb] Fix module name tab completion (#93458)Pavel Labath1-0/+35
2024-05-17[lldb] Avoid modifying the source tree in TestCompletion.pyPavel Labath1-8/+10
2024-05-15[lldb] Fixed the TestCompletion test running on a remote target (#92281)Dmitry Vasilyev1-3/+10
2024-02-29[LLDB] Fix test failure introduced by #83234 (#83406)Sudharsan Veeravalli1-1/+1
2024-02-29[LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli2-6/+13
2024-02-20Remove the "generic" register completion test. (#82445)jimingham1-21/+0
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-0/+21
2023-09-13[lldb] Treat user aliases the same as built-ins when tab completing (#65974)David Spickett1-11/+7
2023-09-12Reland "[lldb] Improve completion tests (#65973)"David Spickett1-12/+4
2023-09-11Revert "[lldb] Improve completion tests (#65973)"David Spickett1-3/+11
2023-09-11[lldb] Improve completion tests (#65973)David Spickett1-11/+3
2023-09-08[lldb] Add test to document alias tab completion behaviour (#65760)David Spickett1-0/+19
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-1/+1
2023-07-17Fix the root directory completion test.Jim Ingham1-1/+1
2023-07-10[lldb] Prevent crash when completing ambiguous subcommandsJonas Devlieghere1-0/+8
2023-07-06[lldb] Fix crash when completing register names after program exitDavid Spickett1-4/+16
2023-06-06[lldb] Disable some tests on windowsMed Ismail Bennani1-0/+1
2023-06-06[lldb/Commands] Fix disk completion from root directoryMed Ismail Bennani1-0/+13
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani2-0/+43
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere2-366/+412
2023-03-06[lldb] Add variable completion to dwim-printDave Lee1-29/+42
2022-09-26[lldb] Fix completion of 'settings set' valuesDave Lee1-0/+5
2022-07-12[LLDB] Catagory decorator for watchpoint test in TestCompletion.pyMuhammad Omair Javaid1-0/+1
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-1/+1
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee1-2/+0
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere1-1/+1
2022-03-03Revert "[lldb] Correct case in description of breakpoint --on-catch/throw"David Spickett1-6/+6
2022-03-03[lldb] Correct case in description of breakpoint --on-catch/throwDavid Spickett1-6/+6
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham1-1/+1
2021-10-15[lldb] Harden TestCompletion against new settings in 'target.process'Raphael Isemann1-1/+1
2021-10-01[lldb] Simplify TestCompletion.pyPavel Labath1-1/+1
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-1/+0
2021-07-22[lldb] Fix TestCompletion by using SIGPIPE instead of SIGINT as test signalRaphael Isemann1-2/+2
2021-07-22[lldb] Fix that `process signal` completion always returns all signalsRaphael Isemann1-0/+2
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny1-0/+1
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny1-0/+0
2020-09-22[lldb] Skip test_common_completion_process_pid_and_name with reproducersJonas Devlieghere1-0/+1
2020-08-31[lldb] tab completion for class `CommandObjectTypeFormatterDelete`Gongyu Deng1-0/+21
2020-08-31[lldb][NFC] Remove trailing whitespace in TestCompletionRaphael Isemann1-7/+7
2020-08-31[lldb] Fix TestCompletion's pid completion failing randomlyRaphael Isemann1-3/+3
2020-08-25[lldb] Don't depend on psutil in TestCompletion.pyRaphael Isemann1-4/+14
2020-08-24[lldb] type category name common completionGongyu Deng1-0/+6
2020-08-24[lldb] common completion for process pids and process namesGongyu Deng2-9/+36