Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.c12122 int a_perm = a->owner->enable_state == bp_permanent; in bp_location_compare() local
12137 if (a_perm != b_perm) in bp_location_compare()
12138 return (a_perm < b_perm) - (a_perm > b_perm); in bp_location_compare()