Re: [Valgrind-developers] obtain a debuggable client by having gdb remote protocol in valgrind core ?

2008-02-09 Thread Bart Van Assche
On Feb 9, 2008 7:25 PM, Philippe Waroquiers <[EMAIL PROTECTED]> wrote: > The gdb documentation looks reasonably clear at first sight, but of course > it does not mean that it is correct and/or that the implementation of the > protocol > is correct. At what time did you work with this remote protoc

[Valgrind-developers] 2008-02-10 03:15:13 GMT nightly build (alvis, i686, Red Hat 7.3)

2008-02-09 Thread Tom Hughes
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2008-02-10 03:15:13 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... f

[Valgrind-developers] 2008-02-10 03:20:11 GMT nightly build (aston, x86_64, Fedora Core 5)

2008-02-09 Thread Tom Hughes
Nightly build on aston ( x86_64, Fedora Core 5 ) started at 2008-02-10 03:20:11 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

[Valgrind-developers] 2008-02-10 03:25:09 GMT nightly build (trojan, x86_64, Fedora Core 6)

2008-02-09 Thread Tom Hughes
Nightly build on trojan ( x86_64, Fedora Core 6 ) started at 2008-02-10 03:25:09 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests

Re: [Valgrind-developers] Valgrind hangs during startup

2008-02-09 Thread Julian Seward
On Saturday 09 February 2008 17:17, Bart Van Assche wrote: > On Feb 9, 2008 3:46 PM, Julian Seward <[EMAIL PROTECTED]> wrote: > > > I'm afraid something is wrong with one of the last commits. When I run > > > the regression tests, on some systems all regression tests run fine > > > and on other sys

Re: [Valgrind-developers] obtain a debuggable client by having gdb remote protocol in valgrind core ?

2008-02-09 Thread Philippe Waroquiers
From: "Bart Van Assche" <[EMAIL PROTECTED]> Sent: Saturday, February 09, 2008 1:03 PM > <[EMAIL PROTECTED]> wrote: >> The idea is to implement in the valgrind core the "target" side of the >> gdb >> remote debugging protocol > > If you do this it is probably wise to try to find solid documentation

Re: [Valgrind-developers] Valgrind hangs during startup

2008-02-09 Thread Bart Van Assche
On Feb 9, 2008 3:46 PM, Julian Seward <[EMAIL PROTECTED]> wrote: > > > I'm afraid something is wrong with one of the last commits. When I run > > the regression tests, on some systems all regression tests run fine > > and on other systems all regression tests hang. > > I did do a complete rebuild a

[Valgrind-developers] valgrind: r7388 - trunk/exp-drd/tests

2008-02-09 Thread svn
Author: sewardj Date: 2008-02-09 14:51:41 + (Sat, 09 Feb 2008) New Revision: 7388 Log: Make exp-drd regression tests succeed when glibc-debuginfo is installed. (Bart Van Assche) Modified: trunk/exp-drd/tests/filter_stderr Modified: trunk/exp-drd/tests/filter_stderr ===

Re: [Valgrind-developers] Valgrind hangs during startup

2008-02-09 Thread Julian Seward
> I'm afraid something is wrong with one of the last commits. When I run > the regression tests, on some systems all regression tests run fine > and on other systems all regression tests hang. I did do a complete rebuild and regression test run before committing. The usual cause of strangeness af

[Valgrind-developers] Valgrind hangs during startup

2008-02-09 Thread Bart Van Assche
Hello Julian, I'm afraid something is wrong with one of the last commits. When I run the regression tests, on some systems all regression tests run fine and on other systems all regression tests hang. I can reproduce this issue by running the commands below on an openSUSE 10.3 x86_64 system: $ sv

[Valgrind-developers] valgrind: r7387 - in trunk: . none/tests/amd64 none/tests/x86

2008-02-09 Thread svn
Author: sewardj Date: 2008-02-09 12:07:40 + (Sat, 09 Feb 2008) New Revision: 7387 Log: Only build the SSSE3 tests on machines whose assemblers know about these instructions. Modified: trunk/configure.in trunk/none/tests/amd64/Makefile.am trunk/none/tests/x86/Makefile.am Modified:

Re: [Valgrind-developers] obtain a debuggable client by having gdb remote protocol in valgrind core ?

2008-02-09 Thread Bart Van Assche
On Feb 9, 2008 10:24 AM, Philippe Waroquiers <[EMAIL PROTECTED]> wrote: > The idea is to implement in the valgrind core the "target" side of the gdb > remote debugging protocol If you do this it is probably wise to try to find solid documentation of the gdb remote debugging protocol. I have used g

Re: [Valgrind-developers] valgrind: r7383 - in trunk/coregrind: . m_syswrap

2008-02-09 Thread Julian Seward
On Friday 08 February 2008 16:17, [EMAIL PROTECTED] wrote: > Author: tom > Date: 2008-02-08 15:17:07 + (Fri, 08 Feb 2008) > New Revision: 7383 > > Log: > Make the clone system call wrappers call VG_(register_stack) to record > the new thread's stack, then make the stack unwinder use that inform

[Valgrind-developers] obtain a debuggable client by having gdb remote protocol in valgrind core ?

2008-02-09 Thread Philippe Waroquiers
Hello, When an error is detected by valgrind, --db-attach allows the user to look at the client being run. As far as I understand, the started gdb can only be used to look at the client memory. I think this has a.o. the following limitations: * the usual gdb commands (break, continue, next, s