kernel/user_debugger: Remove declaration for _user_get_stack_trace.
The method itself was removed in 8f9d4cad45.
This commit is contained in:
@@ -293,8 +293,6 @@ status_t _user_set_debugger_breakpoint(void *address, uint32 type,
|
|||||||
int32 length, bool watchpoint);
|
int32 length, bool watchpoint);
|
||||||
status_t _user_clear_debugger_breakpoint(void *address, bool watchpoint);
|
status_t _user_clear_debugger_breakpoint(void *address, bool watchpoint);
|
||||||
|
|
||||||
ssize_t _user_get_stack_trace(size_t addressCount, addr_t* returnAddresses);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user