File: Lstep.c

package info (click to toggle)
android-platform-external-libunwind 7.0.0%2Br1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,260 kB
  • sloc: ansic: 34,054; sh: 6,931; asm: 1,910; makefile: 846; cpp: 137
file content (5 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (164)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gstep.c"
#endif