|
From: Julian S. <js...@ac...> - 2008-05-29 09:35:51
|
> > do the system call
> > if (syscall succeeded) {
> > notify the tool
> > load the debuginfo
> > }
> >
> > to
> >
> > do the system call
> > if (syscall succeeded) {
> > load the debuginfo
> > notify the tool
> > }
> >
> > Is that correct?
>
> That was indeed my intention -- I hope I have implemented this correctly.
Sounds OK to me. Sorry for my half-baked previous message -- I replied
without thinking enough.
J
|