Searched refs:debug_read_memory_partial (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/debug/
H A Ddebug_support.h31 ssize_t debug_read_memory_partial(debug_context *context, const void *address,
/haiku/src/kits/debug/
H A Ddebug_support.cpp108 // debug_read_memory_partial
110 debug_read_memory_partial(debug_context *context, const void *address, function
159 ssize_t bytesRead = debug_read_memory_partial(context, address, buffer,
190 ssize_t bytesRead = debug_read_memory_partial(context, address, buffer,
H A DDebugContext.cpp70 return debug_read_memory_partial(&fContext, address, buffer, size);

Completed in 152 milliseconds