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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinline-frame.h40 void skip_inline_frames (thread_info *thread, struct bpstats *stop_chain);
H A Dinline-frame.c306 stopped_by_user_bp_inline_frame (const block *frame_block, bpstat stop_chain) argument
308 for (bpstat s = stop_chain; s != NULL; s = s->next)
339 skip_inline_frames (thread_info *thread, bpstat stop_chain) argument
366 if (stopped_by_user_bp_inline_frame (cur_block, stop_chain))
H A Dbreakpoint.h960 bpstat stop_chain = NULL);
H A Dinfrun.c5980 bpstat stop_chain = NULL;
6014 stop_chain = build_bpstat_chain (aspace,
6017 skip_inline_frames (ecs->event_thread, stop_chain);
6068 ecs->event_thread, &ecs->ws, stop_chain);
5974 bpstat stop_chain = NULL; local
H A Dbreakpoint.c5332 bpstat stop_chain)
5336 bpstat bs_head = stop_chain;
5326 bpstat_stop_status(const address_space *aspace, CORE_ADDR bp_addr, thread_info *thread, const struct target_waitstatus *ws, bpstat stop_chain) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinline-frame.h40 void skip_inline_frames (thread_info *thread, struct bpstat *stop_chain);
H A Dinline-frame.c310 stopped_by_user_bp_inline_frame (const block *frame_block, bpstat *stop_chain) argument
312 for (bpstat *s = stop_chain; s != nullptr; s = s->next)
343 skip_inline_frames (thread_info *thread, bpstat *stop_chain) argument
370 if (stopped_by_user_bp_inline_frame (cur_block, stop_chain))
H A Dbreakpoint.h1099 bpstat *stop_chain = nullptr);
H A Dinfrun.c6274 bpstat *stop_chain = nullptr;
6308 stop_chain = build_bpstat_chain (aspace,
6311 skip_inline_frames (ecs->event_thread, stop_chain);
6362 ecs->event_thread, ecs->ws, stop_chain);
6268 bpstat *stop_chain = nullptr; local
H A Dbreakpoint.c5678 bpstat *stop_chain)
5682 bpstat *bs_head = stop_chain;
5672 bpstat_stop_status(const address_space *aspace, CORE_ADDR bp_addr, thread_info *thread, const target_waitstatus &ws, bpstat *stop_chain) argument

Completed in 419 milliseconds