* Add has_debugger_command() so whether or not a debugger command is available
can be checked. * Make the usb_keyboard module check the presence of the needed debugger commands to avoid the error messages in case of them being unavailable. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -142,6 +142,7 @@ extern status_t add_debugger_command_etc(const char* name,
|
||||
extern status_t add_debugger_command_alias(const char* newName,
|
||||
const char* oldName, const char* description);
|
||||
extern bool print_debugger_command_usage(const char* command);
|
||||
extern bool has_debugger_command(const char* command);
|
||||
|
||||
extern const char *debug_demangle_symbol(const char* symbol, char* buffer,
|
||||
size_t bufferSize, bool* _isObjectMethod);
|
||||
|
||||
Reference in New Issue
Block a user