about summary refs log tree commit diff
path: root/Completion/Unix/Command/_lldb
Commit message (Collapse)AuthorAgeFilesLines
* github #72: Fix unix command lldb tab-completionSemnodime2021-02-071-12/+12
| | | | | The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
* 43182: _lldb: complete process name after option -nJun-ichi Takimoto2018-07-181-2/+3
|
* 36574: new completion for the lldb debbugerJun-ichi Takimoto2015-09-211-0/+55