Home
last modified time | relevance | path

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

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