Added function parse_next_debug_command_argument(), which parses the
first command line argument of a given command line string. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27155 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -116,6 +116,8 @@ extern void unset_all_debug_variables();
|
||||
extern bool evaluate_debug_expression(const char* expression,
|
||||
uint64* result, bool silent);
|
||||
extern int evaluate_debug_command(const char* command);
|
||||
extern status_t parse_next_debug_command_argument(const char** expressionString,
|
||||
char* buffer, size_t bufferSize);
|
||||
|
||||
extern status_t add_debugger_command_etc(const char* name,
|
||||
debugger_command_hook func, const char* description,
|
||||
|
||||
Reference in New Issue
Block a user