Symbol: debug_context
headers/private/debug/DebugContext.h
54
debug_context fContext;
headers/private/debug/debug_support.h
23
status_t init_debug_context(debug_context *context, team_id team,
headers/private/debug/debug_support.h
25
void destroy_debug_context(debug_context *context);
headers/private/debug/debug_support.h
27
status_t send_debug_message(debug_context *context, int32 messageCode,
headers/private/debug/debug_support.h
31
ssize_t debug_read_memory_partial(debug_context *context, const void *address,
headers/private/debug/debug_support.h
33
ssize_t debug_read_memory(debug_context *context, const void *address,
headers/private/debug/debug_support.h
35
ssize_t debug_read_string(debug_context *context, const void *_address,
headers/private/debug/debug_support.h
37
ssize_t debug_write_memory_partial(debug_context *context, const void *address,
headers/private/debug/debug_support.h
39
ssize_t debug_write_memory(debug_context *context, const void *address,
headers/private/debug/debug_support.h
42
status_t debug_get_cpu_state(debug_context *context, thread_id thread,
headers/private/debug/debug_support.h
54
status_t debug_get_instruction_pointer(debug_context *context, thread_id thread,
headers/private/debug/debug_support.h
56
status_t debug_get_stack_frame(debug_context *context,
headers/private/debug/debug_support.h
65
status_t debug_create_symbol_lookup_context(debug_context *context, image_id image,
src/bin/debug/profile/SharedImage.cpp
41
debug_context debugContext = {owner, -1, -1};
src/bin/debug/profile/Team.h
59
debug_context fDebugContext;
src/kits/debug/SymbolLookup.cpp
233
SymbolLookup::SymbolLookup(debug_context* debugContext, image_id image)
src/kits/debug/SymbolLookup.cpp
52
RemoteMemoryAccessor::RemoteMemoryAccessor(debug_context* debugContext)
src/kits/debug/SymbolLookup.h
122
debug_context* fDebugContext;
src/kits/debug/SymbolLookup.h
139
SymbolLookup(debug_context* debugContext, image_id image);
src/kits/debug/SymbolLookup.h
18
struct debug_context;
src/kits/debug/SymbolLookup.h
95
RemoteMemoryAccessor(debug_context* debugContext);
src/kits/debug/arch/arch_debug_support.h
14
status_t arch_debug_get_instruction_pointer(debug_context *context,
src/kits/debug/arch/arch_debug_support.h
16
status_t arch_debug_get_stack_frame(debug_context *context,
src/kits/debug/arch/arm/arch_debug_support.cpp
15
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/arm/arch_debug_support.cpp
23
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/arm64/arch_debug_support.cpp
11
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/arm64/arch_debug_support.cpp
19
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/m68k/arch_debug_support.cpp
19
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/m68k/arch_debug_support.cpp
29
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/mipsel/arch_debug_support.cpp
13
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/mipsel/arch_debug_support.cpp
22
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/ppc/arch_debug_support.cpp
13
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/ppc/arch_debug_support.cpp
22
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/riscv64/arch_debug_support.cpp
20
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/riscv64/arch_debug_support.cpp
37
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/sparc/arch_debug_support.cpp
20
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/sparc/arch_debug_support.cpp
37
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/x86/arch_debug_support.cpp
19
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/x86/arch_debug_support.cpp
36
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/arch/x86_64/arch_debug_support.cpp
20
arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/arch/x86_64/arch_debug_support.cpp
37
arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/debug_support.cpp
110
debug_read_memory_partial(debug_context *context, const void *address,
src/kits/debug/debug_support.cpp
144
debug_read_memory(debug_context *context, const void *_address, void *_buffer,
src/kits/debug/debug_support.cpp
178
debug_read_string(debug_context *context, const void *_address, char *buffer,
src/kits/debug/debug_support.cpp
222
debug_write_memory_partial(debug_context *context, const void *address,
src/kits/debug/debug_support.cpp
255
debug_write_memory(debug_context *context, const void *_address, void *_buffer,
src/kits/debug/debug_support.cpp
288
debug_get_cpu_state(debug_context *context, thread_id thread,
src/kits/debug/debug_support.cpp
321
debug_get_instruction_pointer(debug_context *context, thread_id thread,
src/kits/debug/debug_support.cpp
333
debug_get_stack_frame(debug_context *context, void *stackFrameAddress,
src/kits/debug/debug_support.cpp
348
debug_create_symbol_lookup_context(debug_context *context, image_id image,
src/kits/debug/debug_support.cpp
45
init_debug_context(debug_context *context, team_id team, port_id nubPort)
src/kits/debug/debug_support.cpp
63
destroy_debug_context(debug_context *context)
src/kits/debug/debug_support.cpp
77
send_debug_message(debug_context *context, int32 messageCode,
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
47
struct LocalDebuggerInterface::DebugContext : debug_context,
src/servers/debug/DebugServer.cpp
243
debug_context fDebugContext;