ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DDD-3.3.9-test1 is released [HP-UX 10.20, PA-RISC, gcc 3.4.0]


From: Andrew Gaylard
Subject: Re: DDD-3.3.9-test1 is released [HP-UX 10.20, PA-RISC, gcc 3.4.0]
Date: Thu, 27 May 2004 19:55:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030

Thanks, any help is most welcome.  I have applied your patch to CVS,
and added your name to the CREDITS file.

The restart problem is indeed a design issue, but that doesn't mean
that it won't be easy to fix.  However, at the moment I'm more keen to
get 3.3.9 out of the door.

Andrew.

Dan Kirkwood wrote:
Andrew, I'll certainly try.. btw, did you see my other msg regarding the init file getting written only on Restart (and some things not working after that..) ? I never got a response from anyone... I'd dig more into that, too, but it seems more of a design issue..

-dan

Andrew Gaylard wrote:

Dan Kirkwood wrote:

Andrew, Thanx! This new version does pass configure and compile on my RHEL 3.0. I'm quite happy to not have to get around that any more.

As for Perl 5.8 support, it still isn't there.. Deleting a breakpoint causes it to spit out a "d" command instead of the "B" that was introduced in Perl 5.8.0. I'm attaching a patch for that issue. I haven't had time to dig in to any more commands, but I'll be using it for Perl debugging and sending feedback if I see any other issues..

-dan

------------------------------------------------------------------------

--- ddd-3.3.9-test2/ddd/SourceView.C 2004-05-19 09:29:33.000000000 -0600 +++ ddd-3.3.9-test2-DK/ddd/SourceView.C 2004-05-19 09:31:35.000000000 -0600
@@ -1262,7 +1262,7 @@
         if (line_no > 0 && file_matches(file, current_file_name))
         {
         // Clear the breakpoint
-        string command = "d " + line;
+        string command = "B " + line;
// Check whether there are any other breakpoints with actions
         bool have_other_actions = false;


------------------------------------------------------------------------



Thanks a lot for your patch, it definitely works for me.

Now I see that "graph display" doesn't work for perl 5.8...
Feel like tracking this one down too?

Andrew.









reply via email to

[Prev in Thread] Current Thread [Next in Thread]