mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
I couldn't resist
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5177
This commit is contained in:
parent
24e2b8b838
commit
1ff57e2e07
@ -391,7 +391,7 @@ void VG_(apply_StackTrace)( void(*action)(UInt n, Addr ip),
|
||||
mybuf[MYBUF_LEN-1] = 0; // paranoia
|
||||
if ( VG_STREQ("main", mybuf)
|
||||
# if defined(VGO_linux)
|
||||
|| VG_STREQ("__libc_start_main", mybuf) // glibc wretchedness
|
||||
|| VG_STREQ("__libc_start_main", mybuf) // glibc glibness
|
||||
|| VG_STREQ("generic_start_main", mybuf) // Yellow Dog doggedness
|
||||
# endif
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user