[question] If the code format is wrong, the _initialize_xxx functions cannot be generated?
Simon Marchi
simark@simark.ca
Tue Jan 31 02:01:18 GMT 2023
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
More information about the Gdb
mailing list