4a-42

Results 5 comments of 4a-42

I have a similar issue. I tried your suggestion and typed "signal SIGTRAP" in the console, and I got the following error: Cannot execute this command while the selected thread...

Unterminated quotes also replicate the bug: ```adoc [source,bash] ---- ' ---- ``` ![image](https://user-images.githubusercontent.com/22332960/210843924-99093e44-966f-4128-a49e-6910f4e7a7eb.png)

for the cmake option to get clang-tidy to work, the workaround is ```cmake set(CMAKE_EXPORT_COMPILE_COMMANDS ON) set(CMAKE_C_CLANG_TIDY clang-tidy --header-filter=* -checks=* --extra-arg=-U_WIN32 --extra-arg=-D__GNUC__) set(CMAKE_CXX_CLANG_TIDY clang-tidy --header-filter=* -checks=* --extra-arg=-U_WIN32 --extra-arg=-D__GNUC__) ``` `-U_WIN32` doesn't...

I decided to look back into this for a while today. I'm posting this as a way to have this written down so I can continue looking into this. Fortunately...

I remember that setting `-fgnuc-version=` to a more modern version helped with some things in the headers.