|
From: Bart V. A. <bar...@gm...> - 2008-05-29 09:32:07
|
On Thu, May 29, 2008 at 11:02 AM, Julian Seward <js...@ac...> wrote:
> Ah; I think I understand. This patch merely changes the order from
>
> 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.
Bart.
|