Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc2158 struct gdb_breakpoint *gdb_dest = XCNEW (struct gdb_breakpoint); in clone_one_breakpoint() local
2173 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail); in clone_one_breakpoint()
2184 APPEND_TO_LIST (&gdb_dest->command_list, new_cmd, cmd_tail); in clone_one_breakpoint()
2187 dest = (struct breakpoint *) gdb_dest; in clone_one_breakpoint()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc2158 struct gdb_breakpoint *gdb_dest = XCNEW (struct gdb_breakpoint); in clone_one_breakpoint() local
2173 APPEND_TO_LIST (&gdb_dest->cond_list, new_cond, cond_tail); in clone_one_breakpoint()
2184 APPEND_TO_LIST (&gdb_dest->command_list, new_cmd, cmd_tail); in clone_one_breakpoint()
2187 dest = (struct breakpoint *) gdb_dest; in clone_one_breakpoint()