* Compiling GDB with C++ Compiler
@ 2017-01-14 3:23 Bob Rossi
2017-01-14 3:34 ` Simon Marchi
0 siblings, 1 reply; 2+ messages in thread
From: Bob Rossi @ 2017-01-14 3:23 UTC (permalink / raw)
To: gdb
Hi,
I work on cgdb, a gdb front end.
cgdb was always a C project because gdb was.
The goal was to have cgdb port anywhere that gdb could.
Now that gdb is C++, cgdb has moved to C++.
Is there a specific C++ standard that gdb conforms to with g++?
Forrinstance, c++98 or c++11, or is it more of a wild west scenario?
If there is a specific standard, I'll have cgdb follow that standard as well.
Thanks,
Bob Rossi
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compiling GDB with C++ Compiler
2017-01-14 3:23 Compiling GDB with C++ Compiler Bob Rossi
@ 2017-01-14 3:34 ` Simon Marchi
0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2017-01-14 3:34 UTC (permalink / raw)
To: Bob Rossi; +Cc: gdb
On 2017-01-13 22:22, Bob Rossi wrote:
> Hi,
>
> I work on cgdb, a gdb front end.
>
> cgdb was always a C project because gdb was.
> The goal was to have cgdb port anywhere that gdb could.
>
> Now that gdb is C++, cgdb has moved to C++.
> Is there a specific C++ standard that gdb conforms to with g++?
> Forrinstance, c++98 or c++11, or is it more of a wild west scenario?
> If there is a specific standard, I'll have cgdb follow that standard as
> well.
>
> Thanks,
> Bob Rossi
Hi Bob,
GDB is written in C++11. See:
https://sourceware.org/gdb/wiki/Internals%20GDB-C-Coding-Standards#C.2B-.2B-_Usage
Thanks!
Simon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-14 3:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-14 3:23 Compiling GDB with C++ Compiler Bob Rossi
2017-01-14 3:34 ` Simon Marchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox