public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/23979] show configuration and python
       [not found] <bug-23979-4717@http.sourceware.org/bugzilla/>
@ 2020-04-15 14:20 ` vries at gcc dot gnu.org
  2024-06-21 11:01 ` ssbssa at sourceware dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2020-04-15 14:20 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=23979

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vries at gcc dot gnu.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug python/23979] show configuration and python
       [not found] <bug-23979-4717@http.sourceware.org/bugzilla/>
  2020-04-15 14:20 ` [Bug python/23979] show configuration and python vries at gcc dot gnu.org
@ 2024-06-21 11:01 ` ssbssa at sourceware dot org
  2024-06-21 12:08 ` vries at gcc dot gnu.org
  2024-06-21 12:09 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: ssbssa at sourceware dot org @ 2024-06-21 11:01 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=23979

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ssbssa at sourceware dot org

--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
You can see the python version like this:

(gdb) python print(sys.version)
3.10.4+ (heads/3.10-dirty:edc04d5747, May 15 2024, 15:52:08)  [GCC 11.2.0 64
bit (AMD64)]

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug python/23979] show configuration and python
       [not found] <bug-23979-4717@http.sourceware.org/bugzilla/>
  2020-04-15 14:20 ` [Bug python/23979] show configuration and python vries at gcc dot gnu.org
  2024-06-21 11:01 ` ssbssa at sourceware dot org
@ 2024-06-21 12:08 ` vries at gcc dot gnu.org
  2024-06-21 12:09 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2024-06-21 12:08 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=23979

--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> ---
The doc (
https://sourceware.org/gdb/current/onlinedocs/gdb.html/Mode-Options.html#index-_002d_002dconfiguration
) states:
...
-configuration

    This option causes GDB to print details about its build-time configuration
parameters, and then exit. These details can be important when reporting GDB
bugs (see GDB Bugs).
...

So, I suppose more details in -configuration is good to have.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug python/23979] show configuration and python
       [not found] <bug-23979-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2024-06-21 12:08 ` vries at gcc dot gnu.org
@ 2024-06-21 12:09 ` vries at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2024-06-21 12:09 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=23979

--- Comment #3 from Tom de Vries <vries at gcc dot gnu.org> ---
Created attachment 15588
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15588&action=edit
Tentative patch

Using this tentative patch, I get:
...
$ gdb -configuration 2>&1 | grep -i python
             --with-python=/usr/bin/python3.6
             --with-python(path)=/usr
             --with-python-libdir=/usr/lib
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-21 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-23979-4717@http.sourceware.org/bugzilla/>
2020-04-15 14:20 ` [Bug python/23979] show configuration and python vries at gcc dot gnu.org
2024-06-21 11:01 ` ssbssa at sourceware dot org
2024-06-21 12:08 ` vries at gcc dot gnu.org
2024-06-21 12:09 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).