ianlancetaylor / libbacktrace

A C library that may be linked into a C/C++ program to produce symbolic backtraces
Other
947 stars 220 forks source link

add VxWorks support #106

Open elagergren-spideroak opened 1 year ago

elagergren-spideroak commented 1 year ago

This is pulled out of our GCC fork that we're using to build gccgo for vxworks/ppc. It only supports RTP mode, but I'm not sure why you'd use libbacktrace for the kernel.

Also fixes a bug checking for getpagesize support in mmap.c and mmapio.c.

johnsonjh commented 3 months ago

@elagergren-spideroak I appreciate this, thanks!

Hopefully @ianlancetaylor can merge ...

cooljeanius commented 3 months ago

@elagergren-spideroak I appreciate this, thanks!

Hopefully @ianlancetaylor can merge ...

There are merge conflicts that will need to be fixed first...

johnsonjh commented 3 months ago

I didn't author, but I can look at rebasing it ... @elagergren-spideroak ?

elagergren-spideroak commented 3 months ago

@johnsonjh if you'd like to try rebasing, please go ahead. Otherwise, I'm not sure when I'll have a moment to rebase this, sorry.

johnsonjh commented 3 months ago

I'll take a look soon