Re: [question] If the code format is wrong, the _initialize_xxx functions cannot be generated?
Simon Marchi via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 1/30/23 20:58, hilbert via Gdb wrote: > Sorry, it was my mistake. > > I downloaded a custom cudagdb project which has .clang-format file inside. > So, which formatting tool do you need to use for the original GNU-GDB project? There is none, we format the code by hand. Many of us wish we could use a tool such as clang-format, but unfortunately it's not configurable enough (despite its many configuration options) to match our formatting and its many quirks. Simon