This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [patch 0/1] Threaded Watchpoints


> Here is my current patch.  The PowerPC bits are totally untested,
> not even compiled - could you test it for me, please?  I don't
> have a suitable system.

Sure, i'll do the tests as soon as i get the code to compile.

> I've regression tested i386, amd64, and ia64.  I tested S/390 by hand
> and it works, but the extra logic in watchthreads.exp for that
> platform hasn't been tested (no DejaGNU or expect on my test system).

I couldn't build the code for ppc due to a call to the "save_siginfo"
function. Why is exactly that function's been moved to "linux-nat.c"? It
seems that it's being called only in that file, and with a PPC-specific
ptrace request "PTRACE_GETSIGINFO", which is not declared anywhere
except for "ppc-linux-nat.c".

Could you please clarify this specific point?

Thanks!

Regards,

-- 
Luis Machado
IBM Linux Technology Center
e-mail: luisgpm@linux.vnet.ibm.com


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