This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4051] task won't unblock after calling requestDeleteInstructionObserver


------- Additional Comments From timoore at redhat dot com  2007-02-15 20:58 -------
My little test program:

int main (int argc, char **argv)
{
  int i = 0;

  while (1)
    {
      if (i > 0)
        i--;
      else
        i++;
    }
  return 0;
}

I use fhpd to attach to this running program:
attach test1 0000
break test1.c 10
go

Without the call to requestUnblock the process won't continue.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4051

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]