Searched refs:find_debugger_command (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/kernel/debug/ |
H A D | debug_commands.cpp | 238 find_debugger_command(const char *name, bool partialMatch, bool& ambiguous) in find_debugger_command() function 454 debugger_command *cmd = find_debugger_command(name, false, ambiguous); in add_debugger_command_etc() 483 debugger_command* command = find_debugger_command(oldName, false, in add_debugger_command_alias() 500 debugger_command* command = find_debugger_command(commandName, true, in print_debugger_command_usage() 523 return find_debugger_command(commandName, false, ambiguous) != NULL; in has_debugger_command()
|
H A D | debug_commands.h | 47 debugger_command* find_debugger_command(const char* name, bool partialMatch,
|
H A D | debug_builtin_commands.cpp | 49 specified = find_debugger_command(argv[1], false, ambiguous); in cmd_help()
|
H A D | debug_parser.cpp | 787 debugger_command* command = find_debugger_command(token.string, true, in _ParseCommand()
|
H A D | debug.cpp | 342 debugger_command* command = find_debugger_command(buffer, true, ambiguous); in TabCompletion()
|