Re: Will GDB be rewritten in C++ (again)
Joel Brobecker <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> So my question is, does this rewrite of GDB in C++ has been shelved or > is is still going? Starting with GDB 8.0, building GDB now requires a C++-11 compiler. With 7.12, it tries to use a C++ compiler by default, but you can force it back to using a C compiler at configure time. -- Joel