Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-11-05 | libmach: move machbyname, mach to crack.c to avoid OS X linker problem | Russ Cox | 3 | -31/+26 | |
2006-04-20 | warning | rsc | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 16 | -112/+111 | |
2006-02-14 | pointer conversions | rsc | 2 | -2/+2 | |
2006-02-06 | initialize | rsc | 1 | -0/+7 | |
2005-12-14 | shut up compiler | rsc | 1 | -0/+1 | |
2005-11-29 | more mangler | rsc | 3 | -21/+119 | |
2005-11-29 | demangling docs | rsc | 2 | -0/+611 | |
2005-11-29 | test program | rsc | 1 | -0/+27 | |
2005-11-29 | More demangling. | rsc | 2 | -167/+423 | |
2005-11-28 | name mangling, process control | rsc | 6 | -10/+780 | |
2005-08-11 | silence various warnings | rsc | 1 | -1/+1 | |
2005-07-19 | I just hate to be pushed around by some @#$%^& machine. | rsc | 1 | -3/+3 | |
2005-07-13 | gcc4 | rsc | 1 | -0/+1 | |
2005-06-22 | Don't insert a bogus <nil> into printed path. | wkj | 1 | -0/+3 | |
2005-03-28 | more netbsd support. | rsc | 1 | -0/+1 | |
2005-02-11 | use explicit %# | rsc | 1 | -2/+2 | |
2005-02-11 | Remove libthread_db nonsense. | rsc | 3 | -334/+0 | |
2005-02-11 | more pthread | rsc | 3 | -101/+92 | |
2005-01-23 | less verbose | rsc | 1 | -1/+2 | |
2005-01-23 | Start working through proper handling of pthreads when | rsc | 14 | -415/+528 | |
debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems. | |||||
2005-01-18 | free hdr->cmd | rsc | 1 | -0/+1 | |
2005-01-18 | extract cmd in right place | rsc | 3 | -6/+6 | |
2005-01-18 | add core cmd | rsc | 3 | -0/+64 | |
2005-01-14 | signedness | rsc | 1 | -1/+1 | |
2005-01-11 | os x changes | rsc | 3 | -1/+5 | |
2005-01-07 | symopen | rsc | 2 | -2/+2 | |
2005-01-07 | fix sunos | rsc | 2 | -1/+2 | |
2005-01-07 | small hidings | rsc | 6 | -13/+24 | |
2005-01-07 | debugging for sam, and an old fix forgotten | rsc | 2 | -1/+1 | |
2005-01-07 | add declaration for elfdl386mapdl. | rsc | 1 | -1/+2 | |
2005-01-07 | make regdesc global | rsc | 1 | -11/+11 | |
2004-12-29 | GC unused variables. | wkj | 1 | -2/+0 | |
2004-12-28 | declare elfdl386mapdl | rsc | 1 | -0/+1 | |
2004-12-28 | move linux ureg code to portable file | rsc | 2 | -0/+37 | |
2004-12-27 | more features | rsc | 5 | -0/+676 | |
2004-12-25 | better unwinding for 386. | rsc | 13 | -107/+493 | |
command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places). | |||||
2004-07-09 | Compare function pointers against 0 rather than nil. | wkj | 5 | -5/+5 | |
2004-06-11 | back to 32 bit for now | rsc | 7 | -48/+43 | |
2004-06-11 | maybe 64-bit better | rsc | 7 | -43/+48 | |
2004-05-05 | various bug fixes | rsc | 2 | -8/+43 | |
2004-04-29 | add -W to specify window size. | rsc | 1 | -0/+1 | |
various other little fixes. | |||||
2004-04-21 | add registers to stack trace | rsc | 1 | -1/+17 | |
2004-04-21 | Fix the bugs I introduced fixing the bug earlier tonight. | rsc | 4 | -6/+11 | |
2004-04-21 | Clean up the dwarf code. | rsc | 5 | -54/+50 | |
2004-04-20 | cut dwarf a little slack. | rsc | 2 | -3/+7 | |
2004-04-20 | fix stupid bug in findsym | rsc | 1 | -1/+1 | |
2004-04-20 | final tweaks for tonight. | rsc | 1 | -2/+0 | |
2004-04-20 | make things work on SunOS | rsc | 2 | -2/+2 | |
2004-04-20 | yet more [] | rsc | 1 | -8/+8 | |