Thread with 7 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.
who’s surprised that the makefile doesn’t work if you have spaces in the path (sigh)
checking for memcpy... yes
I got gdb to build… eventually. most of the problems came from Apple shipping outdated stuff with macOS. though I also had to hack the source code to work around a C++ overload resolution issue. 😮💨