Thread with 6 posts
jump to expanded postI keep finding bugs in tools and libraries because of working on touchHLE ^^;
I think I might have found two bugs in GDB today…
here’s the least frustrating of those bugs: https://sourceware.org/bugzilla/show_bug.cgi?id=30385
here’s the much more frustrating one: https://sourceware.org/bugzilla/show_bug.cgi?id=30386
in fairness I might be the only person who’s ever needed this 🤔
I’ll build gdb from source so I can begin the process of fixing these bugs myself, I thought. It’ll be easy, I thought.
@hikari Good luck building it with a recent SDK, there’s a file called VERSION that messes with a C++ include in the standard library for <version> and breaks things
@saagar the C preprocessor and its consequences have been a disaster for the human race