Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc2222 struct breakpoint *new_bkpt; in clone_all_breakpoints() local
2232 new_bkpt = clone_one_breakpoint (bp, ptid_of (child_thread)); in clone_all_breakpoints()
2233 APPEND_TO_LIST (new_list, new_bkpt, bkpt_tail); in clone_all_breakpoints()
2234 APPEND_TO_LIST (new_raw_list, new_bkpt->raw, raw_bkpt_tail); in clone_all_breakpoints()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc2222 struct breakpoint *new_bkpt; in clone_all_breakpoints() local
2232 new_bkpt = clone_one_breakpoint (bp, ptid_of (child_thread)); in clone_all_breakpoints()
2233 APPEND_TO_LIST (new_list, new_bkpt, bkpt_tail); in clone_all_breakpoints()
2234 APPEND_TO_LIST (new_raw_list, new_bkpt->raw, raw_bkpt_tail); in clone_all_breakpoints()