Searched refs:debug_context (Results 1 - 16 of 16) sorted by relevance

/haiku/src/kits/debug/arch/arm/
H A Darch_debug_support.cpp15 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
23 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/arch/ppc/
H A Darch_debug_support.cpp13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/arch/arm64/
H A Darch_debug_support.cpp11 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
19 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/arch/
H A Darch_debug_support.h14 status_t arch_debug_get_instruction_pointer(debug_context *context,
16 status_t arch_debug_get_stack_frame(debug_context *context,
/haiku/src/kits/debug/arch/m68k/
H A Darch_debug_support.cpp19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
29 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/arch/mipsel/
H A Darch_debug_support.cpp13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
22 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/headers/private/debug/
H A Ddebug_support.h16 typedef struct debug_context { struct
20 } debug_context; typedef in typeref:struct:debug_context
23 status_t init_debug_context(debug_context *context, team_id team,
25 void destroy_debug_context(debug_context *context);
27 status_t send_debug_message(debug_context *context, int32 messageCode,
31 ssize_t debug_read_memory_partial(debug_context *context, const void *address,
33 ssize_t debug_read_memory(debug_context *context, const void *address,
35 ssize_t debug_read_string(debug_context *context, const void *_address,
37 ssize_t debug_write_memory_partial(debug_context *context, const void *address,
39 ssize_t debug_write_memory(debug_context *contex
[all...]
H A DDebugContext.h54 debug_context fContext;
/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
36 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
/haiku/src/kits/debug/
H A Ddebug_support.cpp45 init_debug_context(debug_context *context, team_id team, port_id nubPort)
63 destroy_debug_context(debug_context *context)
77 send_debug_message(debug_context *context, int32 messageCode,
110 debug_read_memory_partial(debug_context *context, const void *address,
144 debug_read_memory(debug_context *context, const void *_address, void *_buffer,
178 debug_read_string(debug_context *context, const void *_address, char *buffer,
222 debug_write_memory_partial(debug_context *context, const void *address,
255 debug_write_memory(debug_context *context, const void *_address, void *_buffer,
288 debug_get_cpu_state(debug_context *context, thread_id thread,
321 debug_get_instruction_pointer(debug_context *contex
[all...]
/haiku/src/bin/debug/profile/
H A DTeam.h59 debug_context fDebugContext;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp47 struct LocalDebuggerInterface::DebugContext : debug_context,
/haiku/src/servers/debug/
H A DDebugServer.cpp243 debug_context fDebugContext;

Completed in 83 milliseconds