Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cygwin_backtrace() with behaviour like in Linux BACKTRACE(3) #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mvpetrov
Copy link

Sometimes it's useful to get stack dump in the way we have in in the gnu C lib. Here is implementation.

zlaski pushed a commit to zlaski/newlib-cygwin that referenced this pull request Jun 24, 2024
- The PRU newlib port is supposed to implement case mirror#2 as described in
  newlib/libc/include/reent.h .  Thus drop the defining of
  MISSING_SYSCALL_NAMES.
- libgloss/configure: Regenerate.
- libgloss/libnosys/acinclude.m4: Do not define
  MISSING_SYSCALL_NAMES for pru.

Signed-off-by: Dimitar Dimitrov <[email protected]>
john-peterson pushed a commit that referenced this pull request Sep 25, 2024
- The PRU newlib port is supposed to implement case #2 as described in
  newlib/libc/include/reent.h .  Thus drop the defining of
  MISSING_SYSCALL_NAMES.
- libgloss/configure: Regenerate.
- libgloss/libnosys/acinclude.m4: Do not define
  MISSING_SYSCALL_NAMES for pru.

Signed-off-by: Dimitar Dimitrov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant