aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/sym.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-3/+2
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2012-02-19libmach, acid, db: 64-bit supportRuss Cox1-8/+8
2005-11-29more manglerrsc1-4/+71
2005-11-28name mangling, process controlrsc1-0/+8
2005-02-11use explicit %#rsc1-2/+2
2005-01-23Start working through proper handling of pthreads whenrsc1-3/+4
debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems.
2005-01-07small hidingsrsc1-2/+15
2004-12-25better unwinding for 386.rsc1-3/+20
command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places).
2004-07-09Compare function pointers against 0 rather than nil.wkj1-1/+1
2004-04-20fix stupid bug in findsymrsc1-1/+1
2004-04-19libmachrsc1-0/+478