OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_bkpt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc
2138
struct breakpoint *
new_bkpt
;
local
2148
new_bkpt
= clone_one_breakpoint (bp, child_thread->id);
2149
APPEND_TO_LIST (new_list,
new_bkpt
, bkpt_tail);
2150
APPEND_TO_LIST (new_raw_list,
new_bkpt
->raw, raw_bkpt_tail);
/src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc
2138
struct breakpoint *
new_bkpt
;
local
2148
new_bkpt
= clone_one_breakpoint (bp, ptid_of (child_thread));
2149
APPEND_TO_LIST (new_list,
new_bkpt
, bkpt_tail);
2150
APPEND_TO_LIST (new_raw_list,
new_bkpt
->raw, raw_bkpt_tail);
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026