summaryrefslogtreecommitdiffstats
path: root/src/libmach
Commit message (Collapse)AuthorAgeFilesLines
* more licensingRuss Cox2009-08-141-0/+31
|
* libmach: move machbyname, mach to crack.c to avoid OS X linker problemRuss Cox2007-11-053-31/+26
|
* warningrsc2006-04-201-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-0116-112/+111
|
* pointer conversionsrsc2006-02-142-2/+2
|
* initializersc2006-02-061-0/+7
|
* shut up compilerrsc2005-12-141-0/+1
|
* more manglerrsc2005-11-293-21/+119
|
* demangling docsrsc2005-11-292-0/+611
|
* test programrsc2005-11-291-0/+27
|
* More demangling.rsc2005-11-292-167/+423
|
* name mangling, process controlrsc2005-11-286-10/+780
|
* silence various warningsrsc2005-08-111-1/+1
|
* I just hate to be pushed around by some @#$%^& machine.rsc2005-07-191-3/+3
|
* gcc4rsc2005-07-131-0/+1
|
* Don't insert a bogus <nil> into printed path.wkj2005-06-221-0/+3
|
* more netbsd support.rsc2005-03-281-0/+1
|
* use explicit %#rsc2005-02-111-2/+2
|
* Remove libthread_db nonsense.rsc2005-02-113-334/+0
|
* more pthreadrsc2005-02-113-101/+92
|
* less verbosersc2005-01-231-1/+2
|
* Start working through proper handling of pthreads whenrsc2005-01-2314-415/+528
| | | | | debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems.
* free hdr->cmdrsc2005-01-181-0/+1
|
* extract cmd in right placersc2005-01-183-6/+6
|
* add core cmdrsc2005-01-183-0/+64
|
* signednessrsc2005-01-141-1/+1
|
* os x changesrsc2005-01-113-1/+5
|
* symopenrsc2005-01-072-2/+2
|
* fix sunosrsc2005-01-072-1/+2
|
* small hidingsrsc2005-01-076-13/+24
|
* debugging for sam, and an old fix forgottenrsc2005-01-072-1/+1
|
* add declaration for elfdl386mapdl.rsc2005-01-071-1/+2
|
* make regdesc globalrsc2005-01-071-11/+11
|
* GC unused variables.wkj2004-12-291-2/+0
|
* declare elfdl386mapdlrsc2004-12-281-0/+1
|
* move linux ureg code to portable filersc2004-12-282-0/+37
|
* more featuresrsc2004-12-275-0/+676
|
* better unwinding for 386.rsc2004-12-2513-107/+493
| | | | | | command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places).
* Compare function pointers against 0 rather than nil.wkj2004-07-095-5/+5
|
* back to 32 bit for nowrsc2004-06-117-48/+43
|
* maybe 64-bit betterrsc2004-06-117-43/+48
|
* various bug fixesrsc2004-05-052-8/+43
|
* add -W to specify window size.rsc2004-04-291-0/+1
| | | | various other little fixes.
* add registers to stack tracersc2004-04-211-1/+17
|
* Fix the bugs I introduced fixing the bug earlier tonight.rsc2004-04-214-6/+11
|
* Clean up the dwarf code.rsc2004-04-215-54/+50
|
* cut dwarf a little slack.rsc2004-04-202-3/+7
|
* fix stupid bug in findsymrsc2004-04-201-1/+1
|
* final tweaks for tonight.rsc2004-04-201-2/+0
|
* make things work on SunOSrsc2004-04-202-2/+2
|