Home
last modified time | relevance | path

Searched refs:bpstat_alloc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c113 static bpstat bpstat_alloc (struct breakpoint *, bpstat);
2440 bpstat_alloc (struct breakpoint *b, bpstat cbs /* Current "bs" value */ ) in bpstat_alloc() function
2687 bs = bpstat_alloc (b, bs); /* Alloc a bpstat to explain stop */ in bpstat_stop_status()
3239 bs = bpstat_alloc (ep, bs); in bpstat_get_triggered_catchpoints()
H A DChangeLog-1990648 (bpstat_alloc): New fn to allocate a bpstat and chain it.
H A DChangeLog-20002573 * breakpoint.c (bpstat_alloc, map_catch_names,
H A DChangeLog-19933971 * breakpoint.c (bpstat_alloc): ditto.