public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/31419] New: [meta] Convert GDB to C++17
@ 2024-02-27 17:01 tromey at sourceware dot org
2024-02-27 17:02 ` [Bug gdb/31419] " tromey at sourceware dot org
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2024-02-27 17:01 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Bug ID: 31419
Summary: [meta] Convert GDB to C++17
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: gdb
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---
C++17 brings some extra facilities that gdb could use.
This is the meta bug to track this work.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
@ 2024-02-27 17:02 ` tromey at sourceware dot org
2024-02-27 17:03 ` tromey at sourceware dot org
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2024-02-27 17:02 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |31420
Referenced Bugs:
https://sourceware.org/bugzilla/show_bug.cgi?id=31420
[Bug 31420] Use std::filesystem::remove_all in compile.c
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
2024-02-27 17:02 ` [Bug gdb/31419] " tromey at sourceware dot org
@ 2024-02-27 17:03 ` tromey at sourceware dot org
2024-02-27 17:05 ` tromey at sourceware dot org
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2024-02-27 17:03 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |31421
Referenced Bugs:
https://sourceware.org/bugzilla/show_bug.cgi?id=31421
[Bug 31421] Use __has_include
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
2024-02-27 17:02 ` [Bug gdb/31419] " tromey at sourceware dot org
2024-02-27 17:03 ` tromey at sourceware dot org
@ 2024-02-27 17:05 ` tromey at sourceware dot org
2024-02-27 17:07 ` tromey at sourceware dot org
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2024-02-27 17:05 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |31422
Referenced Bugs:
https://sourceware.org/bugzilla/show_bug.cgi?id=31422
[Bug 31422] Replace gdb::array_view with std::span
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
` (2 preceding siblings ...)
2024-02-27 17:05 ` tromey at sourceware dot org
@ 2024-02-27 17:07 ` tromey at sourceware dot org
2024-07-09 3:20 ` pinskia at gcc dot gnu.org
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2024-02-27 17:07 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |31423
Referenced Bugs:
https://sourceware.org/bugzilla/show_bug.cgi?id=31423
[Bug 31423] Replace gdb::And and gdb::Or
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
` (3 preceding siblings ...)
2024-02-27 17:07 ` tromey at sourceware dot org
@ 2024-07-09 3:20 ` pinskia at gcc dot gnu.org
2025-01-06 13:50 ` tromey at sourceware dot org
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-07-09 3:20 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia 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] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
` (4 preceding siblings ...)
2024-07-09 3:20 ` pinskia at gcc dot gnu.org
@ 2025-01-06 13:50 ` tromey at sourceware dot org
2025-02-07 18:39 ` tromey at sourceware dot org
2025-02-07 18:40 ` tromey at sourceware dot org
7 siblings, 0 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2025-01-06 13:50 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Bug 31419 depends on bug 31423, which changed state.
Bug 31423 Summary: Replace gdb::And and gdb::Or
https://sourceware.org/bugzilla/show_bug.cgi?id=31423
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
` (5 preceding siblings ...)
2025-01-06 13:50 ` tromey at sourceware dot org
@ 2025-02-07 18:39 ` tromey at sourceware dot org
2025-02-07 18:40 ` tromey at sourceware dot org
7 siblings, 0 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2025-02-07 18:39 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on|31422 |
Referenced Bugs:
https://sourceware.org/bugzilla/show_bug.cgi?id=31422
[Bug 31422] Replace gdb::array_view with std::span
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug gdb/31419] [meta] Convert GDB to C++17
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
` (6 preceding siblings ...)
2025-02-07 18:39 ` tromey at sourceware dot org
@ 2025-02-07 18:40 ` tromey at sourceware dot org
7 siblings, 0 replies; 9+ messages in thread
From: tromey at sourceware dot org @ 2025-02-07 18:40 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=31419
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |32660
Referenced Bugs:
https://sourceware.org/bugzilla/show_bug.cgi?id=32660
[Bug 32660] Convert GDB to C++20
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-07 18:40 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 17:01 [Bug gdb/31419] New: [meta] Convert GDB to C++17 tromey at sourceware dot org
2024-02-27 17:02 ` [Bug gdb/31419] " tromey at sourceware dot org
2024-02-27 17:03 ` tromey at sourceware dot org
2024-02-27 17:05 ` tromey at sourceware dot org
2024-02-27 17:07 ` tromey at sourceware dot org
2024-07-09 3:20 ` pinskia at gcc dot gnu.org
2025-01-06 13:50 ` tromey at sourceware dot org
2025-02-07 18:39 ` tromey at sourceware dot org
2025-02-07 18:40 ` tromey at sourceware dot 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).