Home
last modified time | relevance | path

Searched refs:MAX_BREAKPOINT_LEN (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc25 #define MAX_BREAKPOINT_LEN 8 macro
110 unsigned char old_data[MAX_BREAKPOINT_LEN];
365 unsigned char buf[MAX_BREAKPOINT_LEN]; in insert_memory_breakpoint()
400 unsigned char buf[MAX_BREAKPOINT_LEN]; in remove_memory_breakpoint()
2152 memcpy (dest_raw->old_data, src->raw->old_data, MAX_BREAKPOINT_LEN); in clone_one_breakpoint()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc25 #define MAX_BREAKPOINT_LEN 8 macro
110 unsigned char old_data[MAX_BREAKPOINT_LEN];
365 unsigned char buf[MAX_BREAKPOINT_LEN]; in insert_memory_breakpoint()
400 unsigned char buf[MAX_BREAKPOINT_LEN]; in remove_memory_breakpoint()
2152 memcpy (dest_raw->old_data, src->raw->old_data, MAX_BREAKPOINT_LEN); in clone_one_breakpoint()