François-Xavier Bourlet
François-Xavier Bourlet
We should probably change the type of the attribute `idx` to `size_t`.
Yeah I am also certain it worked fine before. In fact I think I used clang for the screenshot in the readme, years ago.
I think it's libbfd. I have encounterd the same thing before. If you use another of the supported library. You might not observe this issue. At least for printing a...
But what happens on other/older distribution then?
If you can find out how to access the information on this platform, you can then add a preprocessor conditional to handle it. Pull request welcomed ;)
I think it's the PPC architecture that makes it different. Not the MacOS version. On Fri, 17 Sep 2021, 06:56 Martin Gerhardy, ***@***.***> wrote: > it could get guarded by...
gdb might be looking for the debug symbols in the various `.debug` directories. https://sourceware.org/gdb/current/onlinedocs/gdb/Separate-Debug-Files.html
Looks like there is a distinction between GNU vs MS Windows then. There might be a way to set the #ifdef in such a ways, that if Windows + MingGW...
You have to enable the stack walking and symbol resolver library/API to use. The "unwind" API is provided by GCC, and this might provide stack walking at least. Look at...
Maybe compare the assembly output. It could be that the optimization makes it impossible to map the exact line. So you get the end of the function? On Wed, 23...