From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25016 invoked by alias); 19 Aug 2009 08:12:42 -0000 Received: (qmail 25006 invoked by uid 22791); 19 Aug 2009 08:12:41 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.174) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Aug 2009 08:12:34 +0000 Received: by wf-out-1314.google.com with SMTP id 23so1299195wfg.24 for ; Wed, 19 Aug 2009 01:12:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.195.6 with SMTP id s6mr1347778wff.48.1250669553120; Wed, 19 Aug 2009 01:12:33 -0700 (PDT) From: Hui Zhu Date: Wed, 19 Aug 2009 08:15:00 -0000 Message-ID: Subject: [RFA/RFC Prec] Add process record skip 6/6 (doc) To: gdb-patches ml , Michael Snyder , Anthony Green Content-Type: multipart/mixed; boundary=000e0cd3138271ffb604717a3295 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00309.txt.bz2 --000e0cd3138271ffb604717a3295 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-length: 990 2008-08-19 Hui Zhu * gdb.texinfo (Process Record and Replay): Document 'record skip', 'record skip enable' and 'record skip disable'. --- doc/gdb.texinfo | 15 +++++++++++++++ 1 file changed, 15 insertions(+) --- a/doc/gdb.texinfo +++ b/doc/gdb.texinfo @@ -5190,6 +5190,21 @@ When record target runs in replay mode ( subsequent execution log and begin to record a new execution log starting from the current address. This means you will abandon the previously recorded ``future'' and begin recording a new ``future''. + +@kindex record skip +@kindex rec skip +@item record skip +Show the status of record skip. + +@kindex record skip disable +@kindex rec skip disable +@item record skip disable @r{[}id@r{]} +Disable the specified record skip entry (or all record skip entries). + +@kindex record skip enable +@kindex rec skip enable +@item record skip enable @r{[}id@r{]} +Enable the specified record skip entry (or all record skip entries). @end table --000e0cd3138271ffb604717a3295 Content-Type: text/plain; charset=US-ASCII; name="6-skip-record-doc.txt" Content-Disposition: attachment; filename="6-skip-record-doc.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_fyjshnd40 Content-length: 1131 LS0tCiBkb2MvZ2RiLnRleGluZm8gfCAgIDE1ICsrKysrKysrKysrKysrKwog MSBmaWxlIGNoYW5nZWQsIDE1IGluc2VydGlvbnMoKykKCi0tLSBhL2RvYy9n ZGIudGV4aW5mbworKysgYi9kb2MvZ2RiLnRleGluZm8KQEAgLTUxOTAsNiAr NTE5MCwyMSBAQCBXaGVuIHJlY29yZCB0YXJnZXQgcnVucyBpbiByZXBsYXkg bW9kZSAoCiBzdWJzZXF1ZW50IGV4ZWN1dGlvbiBsb2cgYW5kIGJlZ2luIHRv IHJlY29yZCBhIG5ldyBleGVjdXRpb24gbG9nIHN0YXJ0aW5nCiBmcm9tIHRo ZSBjdXJyZW50IGFkZHJlc3MuICBUaGlzIG1lYW5zIHlvdSB3aWxsIGFiYW5k b24gdGhlIHByZXZpb3VzbHkKIHJlY29yZGVkIGBgZnV0dXJlJycgYW5kIGJl Z2luIHJlY29yZGluZyBhIG5ldyBgYGZ1dHVyZScnLgorCitAa2luZGV4IHJl Y29yZCBza2lwCitAa2luZGV4IHJlYyBza2lwCitAaXRlbSByZWNvcmQgc2tp cAorU2hvdyB0aGUgc3RhdHVzIG9mIHJlY29yZCBza2lwLgorCitAa2luZGV4 IHJlY29yZCBza2lwIGRpc2FibGUKK0BraW5kZXggcmVjIHNraXAgZGlzYWJs ZQorQGl0ZW0gcmVjb3JkIHNraXAgZGlzYWJsZSBAcntbfWlkQHJ7XX0KK0Rp c2FibGUgdGhlIHNwZWNpZmllZCByZWNvcmQgc2tpcCBlbnRyeSAob3IgYWxs IHJlY29yZCBza2lwIGVudHJpZXMpLgorCitAa2luZGV4IHJlY29yZCBza2lw IGVuYWJsZQorQGtpbmRleCByZWMgc2tpcCBlbmFibGUKK0BpdGVtIHJlY29y ZCBza2lwIGVuYWJsZSBAcntbfWlkQHJ7XX0KK0VuYWJsZSB0aGUgc3BlY2lm aWVkIHJlY29yZCBza2lwIGVudHJ5IChvciBhbGwgcmVjb3JkIHNraXAgZW50 cmllcykuCiBAZW5kIHRhYmxlCiAKIAo= --000e0cd3138271ffb604717a3295--