bug-gdb
[Top][All Lists]
Advanced

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

Re: SET BREAK/CALL equiv. on gdb


From: Eli Zaretskii
Subject: Re: SET BREAK/CALL equiv. on gdb
Date: Wed, 15 Sep 2004 09:44:33 +0300

> Date: Tue, 14 Sep 2004 07:24:56 -0400
> From: Michael Chastain <address@hidden>
> Cc: 
> 
> address@hidden wrote:
> > There is a very useful feature of the DEC(RIP!) VMS debugger which
> > will do a break on every function call.  Is there any equivalent in
> > gdb, short of using 'info function', parsing the output to get a list
> > of all functions in the code and then generating separate break
> > instructions for them all?  Needless to say, this is very tedious...
> 
> Alas, no, there isn't.

I think "rbreak ." should do the trick.




reply via email to

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