Home
last modified time | relevance | path

Searched refs:HandleCompletionWithDescriptions (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h200 int HandleCompletionWithDescriptions(
205 int HandleCompletionWithDescriptions(const char *current_line,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp220 return HandleCompletionWithDescriptions( in HandleCompletion()
225 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
291 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
300 return HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i163 HandleCompletionWithDescriptions (const char *current_line,
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2104 …num_matches = interp.HandleCompletionWithDescriptions(str_input, len(str_input), 0, -1, match_stri…
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1073 g_vsc.debugger.GetCommandInterpreter().HandleCompletionWithDescriptions( in request_completions()