Home
last modified time | relevance | path

Searched refs:allow_nested (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dblock.c67 block::contains (const struct block *a, bool allow_nested) const in contains() argument
78 if (!allow_nested && a->function () != NULL && !a->inlined_p ()) in contains()
Dblock.h306 bool contains (const struct block *a, bool allow_nested = false) const;
DChangeLog-20195709 * block.h (contained_in): Return bool. Add allow_nested
5711 * block.c (contained_in): Return bool. Add allow_nested