| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gdb/dist/gdbserver/ | |
| netbsd-low.h | 35 void (*store_function) (struct regcache *regcache, const char *buf); member in struct:netbsd_regset_info |
| linux-low.h | 62 regset_store_func store_function; member in struct:regset_info |
| netbsd-low.cc | 499 regset->store_function (regcache, buf.data ()); |
| linux-low.cc | 5040 regset->store_function (regcache, buf); |
| /src/external/gpl3/gdb.old/dist/gdbserver/ | |
| netbsd-low.h | 35 void (*store_function) (struct regcache *regcache, const char *buf); member in struct:netbsd_regset_info |
| linux-low.h | 62 regset_store_func store_function; member in struct:regset_info |
| netbsd-low.cc | 496 regset->store_function (regcache, buf.data ()); |
| linux-low.cc | 5053 regset->store_function (regcache, buf); |