* GDB Manual section 18.5.1
[not found] <1245155710.11843337.1553624833301.ref@mail.yahoo.com>
@ 2019-03-26 18:27 ` Nick Savoiu via gdb
2019-03-26 19:31 ` Sergio Durigan Junior
0 siblings, 1 reply; 3+ messages in thread
From: Nick Savoiu via gdb @ 2019-03-26 18:27 UTC (permalink / raw)
To: gdb
The above mention section mentions that one can issue commands such as
set index-cache on
to control index caching. I'm using GDB 8.2.1 (the latest version released) but this command errors out
Reading symbols from a.out...done.
(gdb) set index-cache on
No symbol "index" in current context.
(gdb)
Using 'help set' also does not seem to list index-cache.
Am I doing something wrong or is the documentation out of sync?
Thanks,Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: GDB Manual section 18.5.1
2019-03-26 18:27 ` GDB Manual section 18.5.1 Nick Savoiu via gdb
@ 2019-03-26 19:31 ` Sergio Durigan Junior
2019-03-26 20:09 ` Nick Savoiu via gdb
0 siblings, 1 reply; 3+ messages in thread
From: Sergio Durigan Junior @ 2019-03-26 19:31 UTC (permalink / raw)
To: Nick Savoiu via gdb; +Cc: Nick Savoiu
On Tuesday, March 26 2019, Nick Savoiu via gdb wrote:
> The above mention section mentions that one can issue commands such as
> set index-cache on
> to control index caching. I'm using GDB 8.2.1 (the latest version released) but this command errors out
> Reading symbols from a.out...done.
> (gdb) set index-cache on
> No symbol "index" in current context.
> (gdb)
>
> Using 'help set' also does not seem to list index-cache.
> Am I doing something wrong or is the documentation out of sync?
> Thanks,Nick
Hi,
If you're using the online documentation, it is generated from the git
master branch. I can use the "set index-cache" command on master, but
it's not available for 8.2.1.
Thanks,
--
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: GDB Manual section 18.5.1
2019-03-26 19:31 ` Sergio Durigan Junior
@ 2019-03-26 20:09 ` Nick Savoiu via gdb
0 siblings, 0 replies; 3+ messages in thread
From: Nick Savoiu via gdb @ 2019-03-26 20:09 UTC (permalink / raw)
To: Nick Savoiu via gdb, Sergio Durigan Junior
Yes, it was the online documentation
https://sourceware.org/gdb/onlinedocs/gdb/Index-Files.html
When do you expect it to be pushed into the release?
Thanks,Nick
On Tuesday, March 26, 2019, 12:31:23 PM PDT, Sergio Durigan Junior <sergiodj@redhat.com> wrote:
On Tuesday, March 26 2019, Nick Savoiu via gdb wrote:
> The above mention section mentions that one can issue commands such as
> set index-cache on
> to control index caching. I'm using GDB 8.2.1 (the latest version released) but this command errors out
> Reading symbols from a.out...done.
> (gdb) set index-cache on
> No symbol "index" in current context.
> (gdb)
>
> Using 'help set' also does not seem to list index-cache.
> Am I doing something wrong or is the documentation out of sync?
> Thanks,Nick
Hi,
If you're using the online documentation, it is generated from the git
master branch. I can use the "set index-cache" command on master, but
it's not available for 8.2.1.
Thanks,
--
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/
From gdb-return-46943-listarch-gdb=sources.redhat.com@sourceware.org Tue Mar 26 21:25:40 2019
Return-Path: <gdb-return-46943-listarch-gdb=sources.redhat.com@sourceware.org>
Delivered-To: listarch-gdb@sources.redhat.com
Received: (qmail 53396 invoked by alias); 26 Mar 2019 21:25:39 -0000
Mailing-List: contact gdb-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <gdb.sourceware.org>
List-Subscribe: <mailto:gdb-subscribe@sourceware.org>
List-Archive: <http://sourceware.org/ml/gdb/>
List-Post: <mailto:gdb@sourceware.org>
List-Help: <mailto:gdb-help@sourceware.org>, <http://sourceware.org/ml/#faqs>
Sender: gdb-owner@sourceware.org
Delivered-To: mailing list gdb@sourceware.org
Received: (qmail 53241 invoked by uid 89); 26 Mar 2019 21:25:29 -0000
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=H*f:sk:2513655, H*i:sk:2513655, online
X-HELO: mx1.redhat.com
Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Mar 2019 21:25:28 +0000
Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C7BA9307B493; Tue, 26 Mar 2019 21:25:18 +0000 (UTC)
Received: from localhost (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9EC8A5BBA5; Tue, 26 Mar 2019 21:25:18 +0000 (UTC)
From: Sergio Durigan Junior <sergiodj@redhat.com>
To: Nick Savoiu <savoiu@yahoo.com>
Cc: Nick Savoiu via gdb <gdb@sourceware.org>
Subject: Re: GDB Manual section 18.5.1
References: <1245155710.11843337.1553624833301.ref@mail.yahoo.com> <1245155710.11843337.1553624833301@mail.yahoo.com> <87woklph4m.fsf@redhat.com> <251365560.11901580.1553630960403@mail.yahoo.com>
Date: Tue, 26 Mar 2019 21:25:00 -0000
In-Reply-To: <251365560.11901580.1553630960403@mail.yahoo.com> (Nick Savoiu's message of "Tue, 26 Mar 2019 20:09:20 +0000 (UTC)")
Message-ID: <87sgv9pbup.fsf@redhat.com>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
X-SW-Source: 2019-03/txt/msg00066.txt.bz2
Content-length: 567
On Tuesday, March 26 2019, Nick Savoiu wrote:
> Yes, it was the online documentation
> https://sourceware.org/gdb/onlinedocs/gdb/Index-Files.html
> When do you expect it to be pushed into the release?
GDB 8.3 is being prepared as we speak. I think it should be release in
the next couple of weeks. If you really need the feature, you can try
compiling GDB by hand. Let me know if you need help with that.
Thanks,
--
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-26 20:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1245155710.11843337.1553624833301.ref@mail.yahoo.com>
2019-03-26 18:27 ` GDB Manual section 18.5.1 Nick Savoiu via gdb
2019-03-26 19:31 ` Sergio Durigan Junior
2019-03-26 20:09 ` Nick Savoiu via gdb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox