pspp-dev
[Top][All Lists]
Advanced

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

[patch #5561] Connect debugger on error


From: Ben Pfaff
Subject: [patch #5561] Connect debugger on error
Date: Thu, 16 Nov 2006 03:38:26 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-1)

Update of patch #5561 (project pspp):

                  Status:   Ready For Test/Review => Works For Me           
             Assigned to:                    None => jmd                    

    _______________________________________________________

Follow-up Comment #1:

I am intrigued.  This is interesting.  It is also fairly simple and clean. 
It'd be fine with me if you committed it.

In connect_debugger: perror already adds a colon to the string, so you don't
need one of your own in its argument.  Could you use execlp("gdb", ...) to
find gdb in $PATH, instead of specifying /usr/bin explicitly?

I'd tend to argue that, if fork or exec fails, we should return from
connect_debugger and report the error in the usual manner, so that in
bug_handler the new code would just be #if
DEBUGGING/connect_debugger();/#endif

In debugger.h, the "G" is tripled in DEBUGGGER_H.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5561>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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