This is the mail archive of the gdb-patches@sourceware.org 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: [PATCH] Collect return addresses at tracepoints


On 9/22/11 11:11 AM, Eli Zaretskii wrote:
Date: Wed, 21 Sep 2011 14:45:48 -0700
From: Stan Shebs<stanshebs@earthlink.net>

I'll commit this in a few days if there are no objections.
Am I blind, or this part

* gdb.texinfo (Tracepoint Action Lists): Document $_ret.
is missing from the patch you posted?

Oops! Here it is:

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.862
diff -p -r1.862 gdb.texinfo
*** gdb.texinfo    16 Sep 2011 09:07:01 -0000    1.862
--- gdb.texinfo    23 Sep 2011 05:57:33 -0000
*************** Collect all function arguments.
*** 10284,10289 ****
--- 10284,10293 ----
  @item $locals
  Collect all local variables.

+ @item $_ret
+ Collect the return address.  This is helpful if you want to see more
+ of a backtrace.
+
  @item $_sdata
  @vindex $_sdata@r{, collect}
  Collect static tracepoint marker specific data.  Only available for


Stan



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