Home
last modified time | relevance | path

Searched refs:debug_get_instruction_pointer (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/debug/
H A Ddebug_support.h54 status_t debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku/src/kits/debug/
H A Ddebug_support.cpp321 debug_get_instruction_pointer(debug_context *context, thread_id thread, in debug_get_instruction_pointer() function
/haiku/src/servers/debug/
H A DDebugServer.cpp954 status_t error = debug_get_instruction_pointer(&fDebugContext, thread, &ip, in _PrintStackTrace()