- added a common completion completing with a list of the threads of the current process;
- apply the common completion above to these commands: thread continue/info/exception/select/step-in/step-inst/step-inst-over/ step-out/step-over/step-script;
- correlated test case test_common_completion_thread_index.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Removed the argument cursor check in these commands: thread conitnue/exceptioin/info.
Comment Actions
Sweet, thanks!
lldb/test/API/functionalities/completion/TestCompletion.py | ||
---|---|---|
395 | I think Completion should do nothing without a running process. (not work sounds like its somehow behaving unintentionally). |
I think Completion should do nothing without a running process. (not work sounds like its somehow behaving unintentionally).