restore inferior missed in read_pc_pid()?

Sergei Poselenov sergei.poselenov@auriga.ru
Fri Dec 26 14:32:00 GMT 2003


Hi all,

I'm looking at read_pc_pid() :
...
  /* Else use per-frame method on get_current_frame.  */
  else if (PC_REGNUM >= 0)
    {
      CORE_ADDR raw_val = read_register_pid (PC_REGNUM, ptid);
      CORE_ADDR pc_val = ADDR_BITS_REMOVE (raw_val);
      return pc_val;
    }
  else
...

and can't understand why the inferior_ptid is not restored for this case?
Error?


-Sergei



More information about the Gdb mailing list