Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.c543 #define ALL_BP_LOCATIONS(B,BP_TMP) \ argument
544 for (BP_TMP = bp_location; \
545 BP_TMP < bp_location + bp_location_count && (B = *BP_TMP); \
546 BP_TMP++)