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

  /src/external/gpl3/gdb/dist/gdbserver/
regcache.cc 477 return regcache->get_register_status (regnum);
525 regcache::get_register_status (int regnum) const function in class:regcache
  /src/external/gpl3/gdb.old/dist/gdbserver/
regcache.cc 516 regcache::get_register_status (int regnum) const function in class:regcache
  /src/external/gpl3/gdb/dist/gdb/
regcache.c 321 reg_buffer::get_register_status (int regnum) const function in class:reg_buffer
599 if (get_register_status (regnum) == REG_UNKNOWN)
873 if (get_register_status (regnum) == REG_VALID
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 321 reg_buffer::get_register_status (int regnum) const function in class:reg_buffer
599 if (get_register_status (regnum) == REG_UNKNOWN)
873 if (get_register_status (regnum) == REG_VALID

Completed in 32 milliseconds