This is the mail archive of the gdb@sources.redhat.com 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: Tracing all 'call' instructions in a gdb session


On Tue, Jun 28, 2005 at 12:10:10AM +0200, Thomas Glanzmann wrote:
> Hello,
> 
> > Sorry, GDB can't help you with this.  Not today, anyway.  You'd need
> > both tracepoints and a more flexible facility for setting breakpoints
> > automatically.
> 
> What about using objdump and grep setting a few hunderd tracepoints?
> Would that work?

Except native GDB doesn't support tracepoints, and I don't know how
it's going to cope with a breakpoint list many thousands long.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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