cooljeanius / apple-gdb-1824

fork from gdb tarball(s) from opensource.apple.com
Other
6 stars 3 forks source link

Changes inspired by attempting to turn on autobuild for 'c-cpp' #87

Closed cooljeanius closed 4 days ago

cooljeanius commented 2 weeks ago

Currently doesn't work, but maybe I'll get it working eventually...

cooljeanius commented 2 weeks ago

Current failure being hit is essentially GCC bug 80060: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80060

cooljeanius commented 1 week ago

current failure: proc-service.c complains about missing paddr_t. "gdb_proc_service.h" defines paddr_t, but only if it's not already including the system's <proc_service.h>, so I'll need to check to see what the contents of the CI runner's copy of this header are...

cooljeanius commented 4 days ago

Gah, now it's back to running out of memory again... I'm going to have to see which (if any) of these changes I can cherry-pick separately from the rest...