llvm-project/lldb/test/API/functionalities/completion
Dave Lee c418f00536 [lldb] Fix completion of 'settings set' values
Some time ago, a refactor (1153dc960) broke completion for assigning settings
values (`settings set`). This was most annoying for enum settings, where you'd
have to get the valid enum names separately.

This restores the logic in the post-refactor completion function, as well as
adding a test to catch future regressions.

Differential Revision: https://reviews.llvm.org/D134515
2022-09-26 11:26:13 -07:00
..
Makefile [lldb] Tab completion for process load/unload 2020-08-21 10:36:39 +02:00
TestCompletion.py [lldb] Fix completion of 'settings set' values 2022-09-26 11:26:13 -07:00
breakpoints.json [lldb] tab completion for breakpoint names 2020-08-20 20:56:34 +02:00
breakpoints_invalid.json [lldb] tab completion for breakpoint names 2020-08-20 20:56:34 +02:00
categories [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
main.cpp [lldb] common completion for process pids and process names 2020-08-24 17:30:43 +02:00
shared.cpp [lldb] Tab completion for process load/unload 2020-08-21 10:36:39 +02:00
thread_plan_script.py