summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/completion
AgeCommit message (Expand)Author
2020-08-21[lldb] Tab completion for process load/unloadGongyu Deng
2020-08-20[lldb] tab completion for breakpoint namesGongyu Deng
2020-08-11[lldb] watchpoint ID common completion for commands `watchpoint delete/enable...Gongyu Deng
2020-08-11[lldb] thread index common completion for commands like `thread select/step-o...Gongyu Deng
2020-08-11[lldb] stop-hook ID common completion for commands `target stop-hook enable/d...Gongyu Deng
2020-08-11[lldb] tab completion for `target modules load -u`Gongyu Deng
2020-08-11[lldb] move the frame index completion into a common completion and apply it ...Gongyu Deng
2020-08-11[lldb] tab completion for `target modules search-paths insert​`Gongyu Deng
2020-08-11[lldb] type language common completionGongyu Deng
2020-08-11[lldb] tab completion for 'command delete/unalias'Gongyu Deng
2020-08-11[lldb] tab completion for `thread plan discard`Gongyu Deng
2020-08-11[lldb] tab completion for `disassemble -F`Gongyu Deng
2020-08-11[lldb] tab completion for `watchpoint set variable`Gongyu Deng
2020-08-10[lldb] tab completion for `platform target-install`Gongyu Deng
2020-06-30[lldb] Tab completion for `frame recognizer delete`Gongyu Deng
2020-06-30[lldb] Tab completion for `frame select`Gongyu Deng
2020-06-04[lldb] tab completion for `command script delete'Gongyu Deng
2020-05-27[lldb] Tab completion for process plugin nameGongyu Deng
2020-05-11Tab completion for breakpoint write and breakpoint name add/deleteGongyu Deng
2020-05-11Complete breakpoint enable/disable/delete/modify with a list of breakpoint IDsGongyu Deng
2020-05-07tab completion for register read/writeGongyu Deng
2020-03-06tab completion for process signalRaphael Isemann
2020-03-06[lldb] Update the current execution context at the beginning of tab completionsGongyu Deng
2020-02-12[lldb] Remove skipIfFreeBSD from TestCompletionRaphael Isemann
2020-02-11[lldb][NFC] Test ModuleCompletion mode by completing the target modules load ...Raphael Isemann
2020-02-11[lldb][NFC] Test SourceFileCompletion by completing the target line-table arg...Raphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht