Searched refs:debug_memcpy (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/disasm/x86/
H A Ddisasm_arch.cpp25 if (debug_memcpy(B_CURRENT_TEAM, &buffer, (void*)sCurrentReadAddress, 1)
/haiku-fatelf/headers/private/kernel/
H A Ddebug.h178 extern status_t debug_memcpy(team_id teamID, void* to, const void* from,
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_debug.cpp69 if (debug_memcpy(B_CURRENT_TEAM, &frame, (void*)framePointer, sizeof(frame))
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_debug.cpp68 if (debug_memcpy(B_CURRENT_TEAM, &frame, (void*)framePointer, sizeof(frame))
/haiku-fatelf/src/system/kernel/debug/
H A Dgdb.cpp284 // the bulletproof debug_memcpy().
285 if (debug_memcpy(B_CURRENT_TEAM, sSafeMemory, (char*)address, len)
H A Ddebug_parser.cpp726 if (debug_memcpy(B_CURRENT_TEAM, address, &buffer, size) != B_OK) {
1065 if (debug_memcpy(B_CURRENT_TEAM, &buffer, address, size) != B_OK) {
H A Ddebug.cpp1908 debug_memcpy(team_id teamID, void* to, const void* from, size_t size) function
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_debug.cpp86 if (debug_memcpy(B_CURRENT_TEAM, &frame, (void*)bp, sizeof(frame)) != B_OK)
139 if (debug_memcpy(B_CURRENT_TEAM, &value, argument, sizeof(Type)) == B_OK) {
175 if (debug_memcpy(B_CURRENT_TEAM, &argValue, arg, 4) == B_OK) {
/haiku-fatelf/src/system/kernel/vm/
H A Dvm.cpp2920 if (debug_memcpy(B_CURRENT_TEAM, &c, (char*)copyAddress + i, 1)
2953 if (debug_memcpy(B_CURRENT_TEAM, &c,
2971 if (debug_memcpy(B_CURRENT_TEAM, &value,
/haiku-fatelf/src/system/kernel/
H A Delf.cpp1547 return debug_memcpy(B_CURRENT_TEAM, &data, address, sizeof(T)) == B_OK;

Completed in 194 milliseconds