Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDregcache.c1123 enum regcache_dump_what what_to_dump) in regcache_dump() argument
1248 if (what_to_dump == regcache_dump_raw) in regcache_dump()
1269 if (what_to_dump == regcache_dump_cooked) in regcache_dump()
1293 if (what_to_dump == regcache_dump_groups) in regcache_dump()
1317 if (what_to_dump == regcache_dump_remote) in regcache_dump()
1350 regcache_print (char *args, enum regcache_dump_what what_to_dump) in regcache_print() argument
1353 regcache_dump (get_current_regcache (), gdb_stdout, what_to_dump); in regcache_print()
1362 regcache_dump (get_current_regcache (), file, what_to_dump); in regcache_print()