> > | Those programs might be executing on the same machine as GDB (native) > > | or on another machine (remote). > > Maybe add "or on a simulator". > > > GDB can run on most popular UNIX and | Microsoft Windows variants. > > Maybe add macOS here. > > > | > > | What Languages does GDB Support? > > | -------------------------------- > > | > > | GDB supports the following languages (in alphabetical order): > > | * Ada > > | * Assembly > > | * C > > | * C++ > > | * D > > | * Fortran > > | * Go > > | * Objective-C > > | * OpenCL > > | * Modula-2 > > | * Pascal > > | * Rust > > > > Sounds good to me. [...] > I think not listing active languages is worse than also listing > bitrotted languages, so I think on balance it's still better. Makes better sense indeed. Attached are the 3 patches I applied to take care of the above, which is now live. Thanks for the feedback! -- Joel