GDB
GDB
int __gethostent_r(struct hostent *, char *, size_t, struct hostent **, int *);
Breakpoint 101 at 0x7ffff7b28b10: file ../nss/getXXent_r.c, line 156.
int __getnetent_r(struct netent *, char *, size_t, struct netent **, int *);
Breakpoint 102 at 0x7ffff7b294b0: file ../nss/getXXent_r.c, line 156.
int __getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
Breakpoint 103 at 0x7ffff7ad8990: file ../nss/getXXent_r.c, line 156.
int __getpwent_r(struct passwd *, char *, size_t, struct passwd **);
Breakpoint 104 at 0x7ffff7b3f4e0: file ../nss/getXXent_r.c, line 156.
int __getrpcent_r(struct rpcent *, char *, size_t, struct rpcent **);
Breakpoint 105 at 0x7ffff7b2a3e0: file ../nss/getXXent_r.c, line 156.
int __getservent_r(struct servent *, char *, size_t, struct servent **);
Breakpoint 106 at 0x7ffff7b1b120: file ../nss/getXXent_r.c, line 156.
int __getsgent_r(struct sgrp *, char *, size_t, struct sgrp **);
Breakpoint 107 at 0x7ffff7b199a0: file ../nss/getXXent_r.c, line 156.
int __getspent_r(struct spwd *, char *, size_t, struct spwd **);
Breakpoint 108 at 0x7ffff7b2df80: file ../nss/getXXent_r.c, line 141.
void endaliasent(void);
Breakpoint 109 at 0x7ffff7ad73b0: file ../nss/getXXent_r.c, line 141.
void endgrent(void);
Breakpoint 110 at 0x7ffff7b280b0: file ../nss/getXXent_r.c, line 141.
void endhostent(void);
Breakpoint 111 at 0x7ffff7b28a40: file ../nss/getXXent_r.c, line 141.
void endnetent(void);
Breakpoint 112 at 0x7ffff7b293e0: file ../nss/getXXent_r.c, line 141.
void endprotoent(void);
Breakpoint 113 at 0x7ffff7ad88c0: file ../nss/getXXent_r.c, line 141.
void endpwent(void);
Breakpoint 114 at 0x7ffff7b3f410: file ../nss/getXXent_r.c, line 141.
void endrpcent(void);
Breakpoint 115 at 0x7ffff7b2a310: file ../nss/getXXent_r.c, line 141.
void endservent(void);
Breakpoint 116 at 0x7ffff7b1b050: file ../nss/getXXent_r.c, line 141.
void endsgent(void);
Breakpoint 117 at 0x7ffff7b198d0: file ../nss/getXXent_r.c, line 141.
void endspent(void);
Breakpoint 118 at 0x7ffff7b2dec0: file ../nss/getXXent_r.c, line 122.
void setaliasent(void);
Breakpoint 119 at 0x7ffff7ad72f0: file ../nss/getXXent_r.c, line 122.
void setgrent(void);
Breakpoint 120 at 0x7ffff7b27ff0: file ../nss/getXXent_r.c, line 122.
void sethostent(int);
Breakpoint 121 at 0x7ffff7b28980: file ../nss/getXXent_r.c, line 122.
void setnetent(int);
Breakpoint 122 at 0x7ffff7b29320: file ../nss/getXXent_r.c, line 122.
void setprotoent(int);
Breakpoint 123 at 0x7ffff7ad8800: file ../nss/getXXent_r.c, line 122.
void setpwent(void);
Breakpoint 124 at 0x7ffff7b3f350: file ../nss/getXXent_r.c, line 122.
void setrpcent(int);
Breakpoint 125 at 0x7ffff7b2a250: file ../nss/getXXent_r.c, line 122.
void setservent(int);
Breakpoint 126 at 0x7ffff7b1af90: file ../nss/getXXent_r.c, line 122.
void setsgent(void);
Breakpoint 127 at 0x7ffff7b19810: file ../nss/getXXent_r.c, line 122.
void setspent(void);
Breakpoint 128 at 0x7ffff7adca30: file ../posix/glob.c, line 255.
int __GI_glob(const char *, int, int (*)(const char *, int), glob_t *);
Breakpoint 129 at 0x7ffff7adc9d0: file ../posix/glob.c, line 1268.
void __GI_globfree(glob_t *);
Breakpoint 130 at 0x7ffff7adebe0: file ../posix/glob.c, line 1400.
int __getdtablesize(void);
Breakpoint 259 at 0x7ffff7b0ab80: file ../sysdeps/posix/gethostname.c, line 28.
int __gethostname(char *, size_t);
Breakpoint 260 at 0x7ffff7b06090: file ../sysdeps/posix/isatty.c, line 24.
int __isatty(int);
Breakpoint 261 at 0x7ffff7b15d40: file ../sysdeps/posix/isfdtype.c, line 26.
int isfdtype(int, int);
Breakpoint 262 at 0x7ffff7a43460: file ../sysdeps/posix/killpg.c, line 28.
int killpg(__pid_t, int);
Breakpoint 263 at 0x7ffff7a85730: file ../sysdeps/posix/libc_fatal.c, line 182.
void __GI___libc_fatal(const char *);
Breakpoint 264 at 0x7ffff7a85450: file ../sysdeps/posix/libc_fatal.c, line 68.
void __libc_message(int, const char *, ...);
Breakpoint 265 at 0x7ffff7b042c0: file ../sysdeps/posix/mkfifo.c, line 26.
int mkfifo(const char *, mode_t);
Breakpoint 266 at 0x7ffff7b042f0: file ../sysdeps/posix/mkfifoat.c, line 25.
int mkfifoat(int, const char *, mode_t);
Breakpoint 267 at 0x7ffff7b0a4d0: file ../sysdeps/posix/nice.c, line 26.
int nice(int);
Breakpoint 268 at 0x7ffff7df19e0: file ../sysdeps/posix/opendir.c, line 221.
DIR *__alloc_dir(int, _Bool, int, const struct stat64 *);
Breakpoint 269 at 0x7ffff7df1890: file ../sysdeps/posix/opendir.c, line 181.
DIR *__opendir(const char *);
Breakpoint 270 at 0x7ffff7ad55a0: file ../sysdeps/posix/opendir.c, line 153.
DIR *__opendirat(int, const char *);
Breakpoint 271 at 0x7ffff7b08fd0: file ../sysdeps/posix/posix_fallocate.c, line
32.
static int internal_fallocate(int, __off_t, __off_t);
Breakpoint 272 at 0x7ffff7b16e60: /build/glibc-GKVZIf/glibc-2.23/gmon/../sysdeps
/posix/profil.c:__profil. (2 locations)
int __profil(u_short *, size_t, size_t, u_int);
Breakpoint 273 at 0x7ffff7ad59f0: /build/glibc-GKVZIf/glibc-2.23/dirent/../sysde
ps/posix/readdir.c:__readdir. (2 locations)
struct dirent *__readdir(DIR *);
Breakpoint 274 at 0x7ffff7ad5af0: file ../sysdeps/posix/readdir_r.c, line 39.
int __readdir_r(DIR *, struct dirent *, struct dirent **);
Breakpoint 275 at 0x7ffff7a792d0: file ../sysdeps/posix/remove.c, line 31.
int __GI_remove(const char *);
Breakpoint 276 at 0x7ffff7ad5ce0: file ../sysdeps/posix/rewinddir.c, line 27.
void __GI___rewinddir(DIR *);
Breakpoint 277 at 0x7ffff7df1db0: file ../sysdeps/posix/rewinddir.c, line 27.
void __rewinddir(DIR *);
Breakpoint 278 at 0x7ffff7ad5d80: file ../sysdeps/posix/seekdir.c, line 28.
void seekdir(DIR *, long);
Breakpoint 279 at 0x7ffff7a43990: file ../sysdeps/posix/sigblock.c, line 26.
int __sigblock(int);
Breakpoint 280 at 0x7ffff7a44cb0: file ../sysdeps/posix/sigignore.c, line 29.
int sigignore(int);
Breakpoint 281 at 0x7ffff7a43e40: file ../sysdeps/posix/sigintr.c, line 27.
int siginterrupt(int, int);
Breakpoint 282 at 0x7ffff7a43320: /build/glibc-GKVZIf/glibc-2.23/signal/../sysde
ps/posix/signal.c:__bsd_signal. (2 locations)
__sighandler_t __bsd_signal(int, __sighandler_t);
Breakpoint 283 at 0x7ffff7a43a40: file ../sysdeps/posix/sigpause.c, line 52.
int __GI___sigpause(int, int);
Breakpoint 284 at 0x7ffff7a43b50: file ../sysdeps/posix/sigpause.c, line 72.
int __default_sigpause(int);
Breakpoint 285 at 0x7ffff7a43bf0: file ../sysdeps/posix/sigpause.c, line 86.
int __xpg_sigpause(int);
Breakpoint 286 at 0x7ffff7a44d00: file ../sysdeps/posix/sigset.c, line 28.
30.
int __GI_raise(int);
Breakpoint 415 at 0x7ffff7b248a0: file ../sysdeps/unix/sysv/linux/readonly-area.
c, line 31.
int __readonly_area(const char *, size_t);
Breakpoint 416 at 0x7ffff7b0afc0: file ../sysdeps/unix/sysv/linux/reboot.c, line
28.
int reboot(int);
Breakpoint 417 at 0x7ffff7b16040: file ../sysdeps/unix/sysv/linux/recvmmsg.c, li
ne 40.
int recvmmsg(int, struct mmsghdr *, unsigned int, int, struct timespec *);
Breakpoint 418 at 0x7ffff7af7e20: file ../sysdeps/unix/sysv/linux/sched_getaffin
ity.c, line 35.
int __GI___sched_getaffinity_new(pid_t, size_t, cpu_set_t *);
Breakpoint 419 at 0x7ffff7b51690: file ../sysdeps/unix/sysv/linux/sched_getaffin
ity.c, line 57.
int __sched_getaffinity_old(pid_t, cpu_set_t *);
Breakpoint 420 at 0x7ffff7b04200: file ../sysdeps/unix/sysv/linux/sched_getcpu.c
, line 29.
int sched_getcpu(void);
Breakpoint 421 at 0x7ffff7b160f0: file ../sysdeps/unix/sysv/linux/sendmmsg.c, li
ne 39.
int __GI___sendmmsg(int, struct mmsghdr *, unsigned int, int);
Breakpoint 422 at 0x7ffff7b0aa60: file ../sysdeps/unix/sysv/linux/setegid.c, lin
e 28.
int __GI_setegid(gid_t);
Breakpoint 423 at 0x7ffff7b0a9b0: file ../sysdeps/unix/sysv/linux/seteuid.c, lin
e 28.
int __GI_seteuid(uid_t);
Breakpoint 424 at 0x7ffff7ada8a0: file ../sysdeps/unix/sysv/linux/setgid.c, line
26.
int __setgid(gid_t);
Breakpoint 425 at 0x7ffff7ad6c10: file ../sysdeps/unix/sysv/linux/setgroups.c, l
ine 33.
int __GI_setgroups(size_t, const gid_t *);
Breakpoint 426 at 0x7ffff7b30f70: file ../sysdeps/unix/sysv/linux/setipv4sourcef
ilter.c, line 33.
int setipv4sourcefilter(int, struct in_addr, struct in_addr, uint32_t, uint32_t,
const struct in_addr *);
Breakpoint 427 at 0x7ffff7b0a940: file ../sysdeps/unix/sysv/linux/setregid.c, li
ne 26.
int __setregid(gid_t, gid_t);
Breakpoint 428 at 0x7ffff7adab70: file ../sysdeps/unix/sysv/linux/setresgid.c, l
ine 26.
int __GI___setresgid(gid_t, gid_t, gid_t);
Breakpoint 429 at 0x7ffff7adaaf0: file ../sysdeps/unix/sysv/linux/setresuid.c, l
ine 26.
int __GI___setresuid(uid_t, uid_t, uid_t);
Breakpoint 430 at 0x7ffff7b0a8d0: file ../sysdeps/unix/sysv/linux/setreuid.c, li
ne 26.
int __setreuid(uid_t, uid_t);
Breakpoint 431 at 0x7ffff7b312b0: file ../sysdeps/unix/sysv/linux/setsourcefilte
r.c, line 37.
int setsourcefilter(int, uint32_t, const struct sockaddr *, socklen_t, uint32_t,
uint32_t, const struct sockaddr_storage *);
Breakpoint 432 at 0x7ffff7ada830: file ../sysdeps/unix/sysv/linux/setuid.c, line
25.
int __setuid(uid_t);
Breakpoint 433 at 0x7ffff7b14da0: file ../sysdeps/unix/sysv/linux/signalfd.c, li
ne 29.
line 26.
ssize_t __libc_send(int, const void *, size_t, int);
Breakpoint 495 at 0x7ffff7a434b0: file ../sysdeps/unix/sysv/linux/x86_64/sigacti
on.c, line 47.
int __GI___libc_sigaction(int, const struct sigaction *, struct sigaction *);
Breakpoint 496 at 0x7ffff7df24c0: file ../sysdeps/unix/sysv/linux/x86_64/sigacti
on.c, line 47.
int __libc_sigaction(int, const struct sigaction *, struct sigaction *);
Breakpoint 497 at 0x7ffff7a43780: file ../sysdeps/unix/sysv/linux/x86_64/sigpend
ing.c, line 35.
int sigpending(sigset_t *);
Breakpoint 498 at 0x7ffff7a43710: file ../sysdeps/unix/sysv/linux/x86_64/sigproc
mask.c, line 36.
int __sigprocmask(int, const sigset_t *, sigset_t *);
Breakpoint 499 at 0x7ffff7b14bb0: file ../sysdeps/unix/sysv/linux/x86_64/umount.
c, line 27.
long __umount(const char *);
Breakpoint 500 at 0x7ffff7b04410: file ../sysdeps/unix/sysv/linux/xmknod.c, line
35.
int __GI___xmknod(int, const char *, mode_t, dev_t *);
Breakpoint 501 at 0x7ffff7b04470: file ../sysdeps/unix/sysv/linux/xmknodat.c, li
ne 36.
int __GI___xmknodat(int, int, const char *, mode_t, dev_t *);
Breakpoint 502 at 0x7ffff7b08d10: file ../sysdeps/wordsize-64/../../io/fts.c, li
ne 525.
FTSENT *fts_children(FTS *, int);
Breakpoint 503 at 0x7ffff7b08570: file ../sysdeps/wordsize-64/../../io/fts.c, li
ne 260.
int fts_close(FTS *);
Breakpoint 504 at 0x7ffff7b07f50: file ../sysdeps/wordsize-64/../../io/fts.c, li
ne 122.
FTS *fts_open(char * const *, int, int (*)(const FTSENT **, const FTSENT **));
Breakpoint 505 at 0x7ffff7b08660: file ../sysdeps/wordsize-64/../../io/fts.c, li
ne 313.
FTSENT *fts_read(FTS *);
Breakpoint 506 at 0x7ffff7b08ce0: file ../sysdeps/wordsize-64/../../io/fts.c, li
ne 510.
int fts_set(FTS *, FTSENT *, int);
Breakpoint 507 at 0x7ffff7b073f0: file ../sysdeps/wordsize-64/../../io/fts.c, li
ne 612.
static FTSENT *fts_build(FTS *, int);
Breakpoint 508 at 0x7ffff7b07230: file ../sysdeps/wordsize-64/../../io/fts.c, li
ne 874.
static u_short fts_stat(FTSENT *, int, FTS *);
Breakpoint 509 at 0x7ffff7b071f0: file ../sysdeps/wordsize-64/../../io/ftw.c, li
ne 840.
int __new_nftw(const char *, __nftw_func_t, int, int);
Breakpoint 510 at 0x7ffff7b51af0: file ../sysdeps/wordsize-64/../../io/ftw.c, li
ne 862.
int __old_nftw(const char *, __nftw_func_t, int, int);
Breakpoint 511 at 0x7ffff7b071e0: file ../sysdeps/wordsize-64/../../io/ftw.c, li
ne 822.
int ftw(const char *, __ftw_func_t, int);
Breakpoint 512 at 0x7ffff7b065e0: file ../sysdeps/wordsize-64/../../io/ftw.c, li
ne 482.
static int ftw_dir(struct ftw_data *, struct stat *, struct dir_data *);
Breakpoint 513 at 0x7ffff7b06c90: file ../sysdeps/wordsize-64/../../io/ftw.c, li
ne 644.
static int ftw_startup(const char *, int, void *, int, int);
Breakpoint 514 at 0x7ffff7b06260: file ../sysdeps/wordsize-64/../../io/ftw.c, li
ne 236.
static int object_compare(const void *, const void *);
Breakpoint 515 at 0x7ffff7b062a0: file ../sysdeps/wordsize-64/../../io/ftw.c, li
ne 383.
static int process_entry(struct ftw_data *, struct dir_data *, const char *, siz
e_t, int);
Breakpoint 516 at 0x7ffff7a55a20: file ../sysdeps/wordsize-64/strtoimax.c, line
26.
intmax_t strtoimax(const char * restrict, char ** restrict, int);
Breakpoint 517 at 0x7ffff7a55a30: file ../sysdeps/wordsize-64/strtoumax.c, line
26.
uintmax_t strtoumax(const char * restrict, char ** restrict, int);
Breakpoint 518 at 0x7ffff7a55a40: file ../sysdeps/wordsize-64/wcstoimax.c, line
27.
intmax_t wcstoimax(const wchar_t * restrict, wchar_t ** restrict, int);
Breakpoint 519 at 0x7ffff7a55a50: file ../sysdeps/wordsize-64/wcstoumax.c, line
27.
uintmax_t wcstoumax(const wchar_t * restrict, wchar_t ** restrict, int);
Breakpoint 520 at 0x7ffff7df0030: file ../sysdeps/x86/dl-get-cpu-features.c, lin
e 27.
const struct cpu_features *__get_cpu_features(void);
Breakpoint 521 at 0x7ffff7a58080: file ../sysdeps/x86_64/../i386/ldbl2mpn.c, lin
e 36.
mp_size_t __mpn_extract_long_double(mp_ptr, mp_size_t, int *, int *, long double
);
Breakpoint 522 at 0x7ffff7b23240: file ../sysdeps/x86_64/backtrace.c, line 96.
int __GI___backtrace(void **, int);
Breakpoint 523 at 0x7ffff7b23120: file ../sysdeps/x86_64/backtrace.c, line 72.
static _Unwind_Reason_Code backtrace_helper(struct _Unwind_Context *, void *);
Breakpoint 524 at 0x7ffff7b23110: file ../sysdeps/x86_64/backtrace.c, line 44.
static _Unwind_Word dummy_getcfa(struct _Unwind_Context *);
Breakpoint 525 at 0x7ffff7b81db0: file ../sysdeps/x86_64/backtrace.c, line 127.
static void free_mem(void);
Breakpoint 526 at 0x7ffff7b231b0: file ../sysdeps/x86_64/backtrace.c, line 51.
static void init(void);
Breakpoint 527 at 0x7ffff7ab82f0: file ../sysdeps/x86_64/cacheinfo.c, line 443.
long __cache_sysconf(int);
Breakpoint 528 at 0x7ffff7ab8150: file ../sysdeps/x86_64/cacheinfo.c, line 323.
static long handle_amd(int);
Breakpoint 529 at 0x7ffff7ab8030: file ../sysdeps/x86_64/cacheinfo.c, line 262.
static long handle_intel(int, unsigned int);
Breakpoint 530 at 0x7ffff7a2e2c0: file ../sysdeps/x86_64/cacheinfo.c, line 482.
static void init_cacheinfo(void);
Breakpoint 531 at 0x7ffff7ab7d60: file ../sysdeps/x86_64/cacheinfo.c, line 133.
static long intel_check_word(int, unsigned int, _Bool *, _Bool *);
Breakpoint 532 at 0x7ffff7a9cdf0: file ../sysdeps/x86_64/ffs.c, line 31.
int __GI___ffs(int);
Breakpoint 533 at 0x7ffff7a9ce00: file ../sysdeps/x86_64/ffsll.c, line 32.
int ffsll(long long);
Breakpoint 534 at 0x7ffff7b139c0: file ../sysdeps/x86_64/multiarch/ifunc-impl-li
st.c, line 36.
size_t __libc_ifunc_impl_list(const char *, struct libc_ifunc_impl *, size_t);
Breakpoint 535 at 0x7ffff7a9c71b: file ../sysdeps/x86_64/multiarch/memmove.c, li
ne 54.
void *__libc_memmove(void);
Breakpoint 536 at 0x7ffff7b239e0: file ../sysdeps/x86_64/multiarch/memmove_chk.c
, line 35.
void *__memmove_chk(void);
Breakpoint 537 at 0x7ffff7b041a0: file ../sysdeps/x86_64/multiarch/sched_cpucoun
t.c, line 35.
void *__sched_cpucount(void);
Breakpoint 538 at 0x7ffff7b57e20: file ../sysdeps/x86_64/multiarch/strcspn-c.c,
line 84.
size_t __strcspn_sse42(const char *, const char *);
Breakpoint 539 at 0x7ffff7b57f60: file ../sysdeps/x86_64/multiarch/strcspn-c.c,
line 84.
char *__strpbrk_sse42(const char *, const char *);
Breakpoint 540 at 0x7ffff7b58090: file ../sysdeps/x86_64/multiarch/strspn-c.c, l
ine 62.
size_t __strspn_sse42(const char *, const char *);
Breakpoint 541 at 0x7ffff7a9bc00: file ../sysdeps/x86_64/multiarch/strstr.c, lin
e 44.
void *__libc_strstr(void);
Breakpoint 542 at 0x7ffff7defdc0: file ../sysdeps/x86_64/tlsdesc.c, line 120.
void _dl_tlsdesc_resolve_hold_fixup(volatile struct tlsdesc *, void *);
Breakpoint 543 at 0x7ffff7defc00: file ../sysdeps/x86_64/tlsdesc.c, line 38.
void _dl_tlsdesc_resolve_rela_fixup(volatile struct tlsdesc *, struct link_map *
);
Breakpoint 544 at 0x7ffff7defe00: file ../sysdeps/x86_64/tlsdesc.c, line 139.
void _dl_unmap(struct link_map *);
Breakpoint 545 at 0x7ffff7ac8800: file ../wcsmbs/wcscpy.c, line 30.
wchar_t *__wcscpy_sse2(wchar_t *, const wchar_t *);
Breakpoint 546 at 0x7ffff7ac8750: file ../wcsmbs/wmemcmp.c, line 31.
int __wmemcmp_sse2(const wchar_t *, const wchar_t *, size_t);
Breakpoint 547 at 0x7ffff7aaca90: file ./stpncpy.c, line 41.
char *__stpncpy_sse2(char *, const char *, size_t);
Breakpoint 548 at 0x7ffff7aacaf0: file ./strncpy.c, line 28.
char *__strncpy_sse2(char *, const char *, size_t);
Breakpoint 549 at 0x7ffff7a52cc0: file ./strtod_nan_main.c, line 35.
double __GI___strtod_nan(const char *, char **, char);
Breakpoint 550 at 0x7ffff7a52c40: file ./strtod_nan_main.c, line 35.
float __GI___strtof_nan(const char *, char **, char);
Breakpoint 551 at 0x7ffff7a52d70: file ./strtod_nan_main.c, line 35.
long double __GI___strtold_nan(const char *, char **, char);
Breakpoint 552 at 0x7ffff7def930: file ./tlsdeschtab.h, line 84.
void *_dl_make_tlsdesc_dynamic(struct link_map *, size_t);
Breakpoint 553 at 0x7ffff7ac7470: file ./wcscasecmp.c, line 51.
int __GI___wcscasecmp_l(const wchar_t *, const wchar_t *, __locale_t);
Breakpoint 554 at 0x7ffff7ac74d0: file ./wcsncase.c, line 54.
int __GI___wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, __locale_t);
Breakpoint 555 at 0x7ffff7b157b0: file /build/glibc-GKVZIf/glibc-2.23/build-tree
/amd64-libc/misc/stub-syscalls.c, line 8.
long _no_syscall(void);
Breakpoint 556 at 0x7ffff7b38d90: file XXX-lookup.c, line 67.
int __GI___nss_aliases_lookup2(service_user **, const char *, const char *, void
**);
Breakpoint 557 at 0x7ffff7b38c10: file XXX-lookup.c, line 67.
int __GI___nss_ethers_lookup2(service_user **, const char *, const char *, void
**);
Breakpoint 558 at 0x7ffff7b38b10: file XXX-lookup.c, line 67.
int __GI___nss_group_lookup2(service_user **, const char *, const char *, void *
*);
Breakpoint 559 at 0x7ffff7b38e10: file XXX-lookup.c, line 67.
int __GI___nss_gshadow_lookup2(service_user **, const char *, const char *, void
**);
Breakpoint 560 at 0x7ffff7b38a10: file XXX-lookup.c, line 67.
int __GI___nss_hosts_lookup2(service_user **, const char *, const char *, void *
*);
Breakpoint 561 at 0x7ffff7b38d10: file XXX-lookup.c, line 67.
int __GI___nss_netgroup_lookup2(service_user **, const char *, const char *, voi
d **);
Breakpoint 562 at 0x7ffff7b38a90: file XXX-lookup.c, line 67.
int __GI___nss_networks_lookup2(service_user **, const char *, const char *, voi
d **);
Breakpoint 563 at 0x7ffff7b38b90: file XXX-lookup.c, line 67.
int __GI___nss_passwd_lookup2(service_user **, const char *, const char *, void
**);
Breakpoint 564 at 0x7ffff7b38910: file XXX-lookup.c, line 67.
int __GI___nss_protocols_lookup2(service_user **, const char *, const char *, vo
id **);
Breakpoint 565 at 0x7ffff7b38e90: file XXX-lookup.c, line 67.
int __GI___nss_publickey_lookup2(service_user **, const char *, const char *, vo
id **);
Breakpoint 566 at 0x7ffff7b38f10: file XXX-lookup.c, line 67.
int __GI___nss_rpc_lookup2(service_user **, const char *, const char *, void **)
;
Breakpoint 567 at 0x7ffff7b38990: file XXX-lookup.c, line 67.
int __GI___nss_services_lookup2(service_user **, const char *, const char *, voi
d **);
Breakpoint 568 at 0x7ffff7b38c90: file XXX-lookup.c, line 67.
int __GI___nss_shadow_lookup2(service_user **, const char *, const char *, void
**);
Breakpoint 569 at 0x7ffff7b52370: file XXX-lookup.c, line 84.
int __nss_aliases_lookup(service_user **, const char *, void **);
Breakpoint 570 at 0x7ffff7b52240: file XXX-lookup.c, line 84.
int __nss_ethers_lookup(service_user **, const char *, void **);
Breakpoint 571 at 0x7ffff7b52160: file XXX-lookup.c, line 84.
int __nss_group_lookup(service_user **, const char *, void **);
Breakpoint 572 at 0x7ffff7b523d0: file XXX-lookup.c, line 84.
int __nss_gshadow_lookup(service_user **, const char *, void **);
Breakpoint 573 at 0x7ffff7b52080: file XXX-lookup.c, line 84.
int __nss_hosts_lookup(service_user **, const char *, void **);
Breakpoint 574 at 0x7ffff7b52310: file XXX-lookup.c, line 84.
int __nss_netgroup_lookup(service_user **, const char *, void **);
Breakpoint 575 at 0x7ffff7b520f0: file XXX-lookup.c, line 84.
int __nss_networks_lookup(service_user **, const char *, void **);
Breakpoint 576 at 0x7ffff7b521d0: file XXX-lookup.c, line 84.
int __nss_passwd_lookup(service_user **, const char *, void **);
Breakpoint 577 at 0x7ffff7b52020: file XXX-lookup.c, line 84.
int __nss_protocols_lookup(service_user **, const char *, void **);
Breakpoint 578 at 0x7ffff7b52440: file XXX-lookup.c, line 84.
int __nss_publickey_lookup(service_user **, const char *, void **);
Breakpoint 579 at 0x7ffff7b524b0: file XXX-lookup.c, line 84.
int __nss_rpc_lookup(service_user **, const char *, void **);
Breakpoint 580 at 0x7ffff7b522a0: file XXX-lookup.c, line 84.
int __nss_shadow_lookup(service_user **, const char *, void **);
Breakpoint 581 at 0x7ffff7a3bcf0: file __assert.c, line 24.
void __assert(const char *, const char *, int);
Breakpoint 582 at 0x7ffff7a852e0: file __fbufsize.c, line 23.
size_t __fbufsize(FILE *);
Breakpoint 583 at 0x7ffff7a85370: file __flbf.c, line 23.
int __flbf(FILE *);
Breakpoint 584 at 0x7ffff7a853f0: file __fpending.c, line 23.
size_t __fpending(FILE *);
Breakpoint 585 at 0x7ffff7a85380: file __fpurge.c, line 24.
void __fpurge(FILE *);
Breakpoint 586 at 0x7ffff7a85350: file __freadable.c, line 23.
int __freadable(FILE *);
Breakpoint 587 at 0x7ffff7a85310: file __freading.c, line 23.
int __freading(FILE *);
pid_t __bsd_getpgrp(pid_t);
Breakpoint 703 at 0x7ffff7aba060: file btowc.c, line 38.
wint_t __btowc(int);
Breakpoint 704 at 0x7ffff7ac8730: file c16rtomb.c, line 31.
size_t c16rtomb(char *, char16_t, mbstate_t *);
Breakpoint 705 at 0x7ffff7a53950: file canonicalize.c, line 244.
char *__canonicalize_file_name(const char *);
Breakpoint 706 at 0x7ffff7b51650: file canonicalize.c, line 229.
char *__old_realpath(const char *, char *);
Breakpoint 707 at 0x7ffff7a533b0: file canonicalize.c, line 44.
char *__realpath(const char *, char *);
Breakpoint 708 at 0x7ffff7a41eb0: file catgets.c, line 125.
int catclose(nl_catd);
Breakpoint 709 at 0x7ffff7a41e20: file catgets.c, line 96.
char *catgets(nl_catd, int, int, const char *);
Breakpoint 710 at 0x7ffff7a41bd0: file catgets.c, line 33.
nl_catd catopen(const char *, int);
Breakpoint 711 at 0x7ffff7b09fc0: file cfmakeraw.c, line 28.
void cfmakeraw(struct termios *);
Breakpoint 712 at 0x7ffff7b09b30: file cfsetspeed.c, line 141.
int cfsetspeed(struct termios *, speed_t);
Breakpoint 713 at 0x7ffff7a2e960: /build/glibc-GKVZIf/glibc-2.23/csu/check_fds.c
:__libc_check_standard_fds. (2 locations)
void __libc_check_standard_fds(void);
Breakpoint 714 at 0x7ffff7b0c910: file chflags.c, line 35.
int chflags(const char *, unsigned long);
Breakpoint 715 at 0x7ffff7b24890: file chk_fail.c, line 28.
void __GI___chk_fail(void);
Breakpoint 716 at 0x7ffff7a83740: file clearerr.c, line 25.
void clearerr(FILE *);
Breakpoint 717 at 0x7ffff7a85e20: file clearerr_u.c, line 25.
void clearerr_unlocked(FILE *);
Breakpoint 718 at 0x7ffff7b41f10: file clnt_gen.c, line 47.
CLIENT *__GI_clnt_create(const char *, u_long, u_long, const char *);
Breakpoint 719 at 0x7ffff7b42790: file clnt_perr.c, line 315.
void __GI_clnt_pcreateerror(const char *);
Breakpoint 720 at 0x7ffff7b42560: file clnt_perr.c, line 267.
void __GI_clnt_perrno(enum clnt_stat);
Breakpoint 721 at 0x7ffff7b424d0: file clnt_perr.c, line 134.
void __GI_clnt_perror(CLIENT *, const char *);
Breakpoint 722 at 0x7ffff7b425e0: file clnt_perr.c, line 278.
char *__GI_clnt_spcreateerror(const char *);
Breakpoint 723 at 0x7ffff7b424f0: file clnt_perr.c, line 251.
char *__GI_clnt_sperrno(enum clnt_stat);
Breakpoint 724 at 0x7ffff7b421e0: file clnt_perr.c, line 58.
char *__GI_clnt_sperror(CLIENT *, const char *);
Breakpoint 725 at 0x7ffff7b82030: file clnt_perr.c, line 393.
static void free_mem(void);
Breakpoint 726 at 0x7ffff7b399b0: file clnt_raw.c, line 90.
CLIENT *__GI_clntraw_create(u_long, u_long);
Breakpoint 727 at 0x7ffff7b39710: file clnt_raw.c, line 237.
static void clntraw_abort(void);
Breakpoint 728 at 0x7ffff7b39790: file clnt_raw.c, line 137.
static enum clnt_stat clntraw_call(CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc
_t, caddr_t, struct timeval);
Breakpoint 729 at 0x7ffff7b39720: file clnt_raw.c, line 244.
static bool_t clntraw_control(CLIENT *, int, char *);
Breakpoint 730 at 0x7ffff7b39730: file clnt_raw.c, line 248.
static void clntraw_destroy(CLIENT *);
Breakpoint 731 at 0x7ffff7b39740: file clnt_raw.c, line 221.
int ispunct(int);
Breakpoint 787 at 0x7ffff7a3be00: file ctype.c, line 34.
int isspace(int);
Breakpoint 788 at 0x7ffff7a3be20: file ctype.c, line 35.
int isupper(int);
Breakpoint 789 at 0x7ffff7a3be40: file ctype.c, line 36.
int isxdigit(int);
Breakpoint 790 at 0x7ffff7a3be60: file ctype.c, line 46.
int tolower(int);
Breakpoint 791 at 0x7ffff7a3be90: file ctype.c, line 52.
int toupper(int);
Breakpoint 792 at 0x7ffff7a3bf50: file ctype_l.c, line 27.
int __isalnum_l(int, __locale_t);
Breakpoint 793 at 0x7ffff7a3bf70: file ctype_l.c, line 28.
int __isalpha_l(int, __locale_t);
Breakpoint 794 at 0x7ffff7a3bf90: file ctype_l.c, line 29.
int __iscntrl_l(int, __locale_t);
Breakpoint 795 at 0x7ffff7a3bfb0: file ctype_l.c, line 30.
int __isdigit_l(int, __locale_t);
Breakpoint 796 at 0x7ffff7a3bff0: file ctype_l.c, line 32.
int __isgraph_l(int, __locale_t);
Breakpoint 797 at 0x7ffff7a3bfd0: file ctype_l.c, line 31.
int __islower_l(int, __locale_t);
Breakpoint 798 at 0x7ffff7a3c010: file ctype_l.c, line 33.
int __isprint_l(int, __locale_t);
Breakpoint 799 at 0x7ffff7a3c030: file ctype_l.c, line 34.
int __ispunct_l(int, __locale_t);
Breakpoint 800 at 0x7ffff7a3c050: file ctype_l.c, line 35.
int __isspace_l(int, __locale_t);
Breakpoint 801 at 0x7ffff7a3c070: file ctype_l.c, line 36.
int __isupper_l(int, __locale_t);
Breakpoint 802 at 0x7ffff7a3c090: file ctype_l.c, line 37.
int __isxdigit_l(int, __locale_t);
Breakpoint 803 at 0x7ffff7a3c0b0: file ctype_l.c, line 42.
int __tolower_l(int, __locale_t);
Breakpoint 804 at 0x7ffff7a3c0c0: file ctype_l.c, line 49.
int __toupper_l(int, __locale_t);
Breakpoint 805 at 0x7ffff7a484c0: file cxa_at_quick_exit.c, line 29.
int __cxa_at_quick_exit(void (*)(void *), void *);
Breakpoint 806 at 0x7ffff7a48270: file cxa_atexit.c, line 57.
int __GI___cxa_atexit(void (*)(void *), void *, void *);
Breakpoint 807 at 0x7ffff7a48220: file cxa_atexit.c, line 34.
int __internal_atexit(void (*)(void *), void *, void *, struct exit_function_lis
t **);
Breakpoint 808 at 0x7ffff7a48090: file cxa_atexit.c, line 73.
struct exit_function *__new_exitfn(struct exit_function_list **);
Breakpoint 809 at 0x7ffff7a482c0: file cxa_finalize.c, line 31.
void __cxa_finalize(void *);
Breakpoint 810 at 0x7ffff7a485b0: file cxa_thread_atexit_impl.c, line 145.
void __GI___call_tls_dtors(void);
Breakpoint 811 at 0x7ffff7a484e0: file cxa_thread_atexit_impl.c, line 100.
int __cxa_thread_atexit_impl(dtor_func, void *, void *);
Breakpoint 812 at 0x7ffff7b0ec40: file daemon.c, line 45.
int daemon(int, int);
Breakpoint 813 at 0x7ffff7a3c620: file dcgettext.c, line 46.
char *__GI___dcgettext(const char *, const char *, int);
Breakpoint 814 at 0x7ffff7a3dbd0: file dcigettext.c, line 488.
char *__dcigettext(const char *, const char *, const char *, int, unsigned long,
int);
Breakpoint 815 at 0x7ffff7a3ce50: file dcigettext.c, line 896.
*);
Breakpoint 1270 at 0x7ffff7b37a70: file getnssent.c, line 26.
void *__nss_getent(getent_r_function, void **, char **, size_t, size_t *, int *)
;
Breakpoint 1271 at 0x7ffff7b37d40: file getnssent_r.c, line 96.
void __nss_endent(const char *, db_lookup_function, service_user **, service_use
r **, service_user **, int);
Breakpoint 1272 at 0x7ffff7b37e40: file getnssent_r.c, line 135.
int __nss_getent_r(const char *, const char *, db_lookup_function, service_user
**, service_user **, service_user **, int *, int, void *,
char *, size_t, void **, int *);
Breakpoint 1273 at 0x7ffff7b37ba0: file getnssent_r.c, line 54.
void __nss_setent(const char *, db_lookup_function, service_user **, service_use
r **, service_user **, int, int *, int);
Breakpoint 1274 at 0x7ffff7af7c00: file getopt.c, line 1198.
int __posix_getopt(int, char * const *, const char *);
Breakpoint 1275 at 0x7ffff7af7b80: file getopt.c, line 1169.
int _getopt_internal(int, char * const *, const char *, const struct option *, i
nt *, int, int);
Breakpoint 1276 at 0x7ffff7af6810: file getopt.c, line 394.
int _getopt_internal_r(int, char * const *, const char *, const struct option *,
int *, int, struct _getopt_data *, int);
Breakpoint 1277 at 0x7ffff7af7be0: file getopt.c, line 1188.
int getopt(int, char * const *, const char *);
Breakpoint 1278 at 0x7ffff7af6550: file getopt.c, line 191.
static void exchange(char **, struct _getopt_data *);
Breakpoint 1279 at 0x7ffff7af7c80: file getopt1.c, line 93.
int _getopt_long_only_r(int, char * const *, const char *, const struct option *
, int *, struct _getopt_data *);
Breakpoint 1280 at 0x7ffff7af7c40: file getopt1.c, line 72.
int _getopt_long_r(int, char * const *, const char *, const struct option *, int
*, struct _getopt_data *);
Breakpoint 1281 at 0x7ffff7af7c20: file getopt1.c, line 64.
int getopt_long(int, char * const *, const char *, const struct option *, int *)
;
Breakpoint 1282 at 0x7ffff7af7c60: file getopt1.c, line 85.
int getopt_long_only(int, char * const *, const char *, const struct option *, i
nt *);
Breakpoint 1283 at 0x7ffff7b0d240: file getpass.c, line 47.
char *getpass(const char *);
Breakpoint 1284 at 0x7ffff7ad8220: file getpw.c, line 38.
int __getpw(__uid_t, char *);
Breakpoint 1285 at 0x7ffff7b39de0: file getrpcport.c, line 44.
int getrpcport(const char *, u_long, u_long, u_int);
Breakpoint 1286 at 0x7ffff7b24690: file gets_chk.c, line 32.
char *__gets_chk(char *, size_t);
Breakpoint 1287 at 0x7ffff7a54e80: file getsubopt.c, line 40.
int getsubopt(char **, char * const *, char **);
Breakpoint 1288 at 0x7ffff7a3c640: file gettext.c, line 54.
char *__gettext(const char *);
Breakpoint 1289 at 0x7ffff7b0cf20: file getttyent.c, line 207.
int __GI___endttyent(void);
Breakpoint 1290 at 0x7ffff7b0ca90: /build/glibc-GKVZIf/glibc-2.23/misc/getttyent
.c:__GI___getttyent. (2 locations)
struct ttyent *__GI___getttyent(void);
Breakpoint 1291 at 0x7ffff7b0cec0: file getttyent.c, line 187.
int __GI___setttyent(void);
Breakpoint 1292 at 0x7ffff7b0cd70: file getttyent.c, line 48.
struct ttyent *__getttynam(const char *);
Breakpoint 1293 at 0x7ffff7b0c9a0: file getttyent.c, line 150.