Searched refs:has_debugger_command (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/debugger/usb_keyboard/
H A Dusb_keyboard.cpp153 if (!has_debugger_command("get_usb_keyboard_config")
154 || !has_debugger_command("get_usb_pipe_for_id")
155 || !has_debugger_command("usb_process_transfer")) {
/haiku/headers/private/kernel/
H A Ddebug.h217 extern bool has_debugger_command(const char* command);
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp520 has_debugger_command(const char* commandName) function
H A Ddebug.cpp863 if (!has_debugger_command("help") || message != NULL) {
875 if (has_debugger_command("help")) {

Completed in 162 milliseconds