HomeSort by: relevance | last modified time | path
    Searched defs:child_regcache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 2098 struct regcache *child_regcache
2106 regcache_read_pc (child_regcache)),
2109 regcache_write_pc (child_regcache, parent_pc);
2096 struct regcache *child_regcache local
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 2092 struct regcache *child_regcache
2100 regcache_read_pc (child_regcache)),
2103 regcache_write_pc (child_regcache, parent_pc);
2090 struct regcache *child_regcache local

Completed in 99 milliseconds