summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
AgeCommit message (Expand)Author
2004-01-12- add a new flags field to the emulation vector, with one user so farmrg
2003-11-24Fix cross-build problem on sparc caused by a cast size_t -> intmanu
2003-11-24Enable tracing of out of line data sent with Mach messagesmanu
2003-11-18For Mach messages, always display the message Id in decimal. The informationmanu
2003-11-18Stop core dump if an ioctl trace has fewer than expected arguments.dsl
2003-11-16Following mycroft's comment, restore -x to its original behavior: withoutmanu
2003-11-16Validate the numeric argument to -x, support -x1|2|4|8|16.dsl
2003-11-16Add an argument to the -x flag to choose between byte per byte displaymanu
2003-11-15kdump now displays Mach services names itself, including a table ofmanu
2003-09-20Fix printf botchmatt
2003-09-20improve formatting in the non-siginfo case, by printing the code. This ischristos
2003-09-19Print siginfo_t information when available.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-17Grok KTR_EXEC_ENV and KTR_EXEC_ARG.dsl
2003-07-13Change back to print hex bytes. The 'word' print was completely brokendsl
2003-07-13On some ports, pointer differences are not ints, so do a casthe
2003-07-12Make hexdump output fix in 80 char-wide terminalmanu
2003-07-12Use the same code to display hexdump of GIO and MMSG (Mach Messages).manu
2003-07-11Add -x to usage output.wiz
2003-07-11Add a '-x' option to display GIO data blocks in hex and ascii (instead ofdsl
2003-06-29Back out previous.fvdl
2003-06-29Since a caddr_t is (mis-)used as the lwp-id, cast it to intptr_t and usemartin
2003-06-28add appropriate hack to display ktr_buf as the lwpid if -L is supplied ondarrenr
2003-05-15Print rval[1] if non-zero and present in the trace entry.dsl
2003-01-30Make "-m0" print no data, so that we agree better with the man page.atatat
2002-12-09Added support for dumping mach messages in ktrace/kdump. While we aremanu
2002-11-29Sync usage with man page (and actual options).wiz
2002-11-28signame(): if sig == 0, return name " 0", so that the result would bejdolecek
2002-11-27Add -N which inhibits translation of system calls numbers into names.atatat
2002-11-15Now properly display Mach trapsmanu
2002-09-27Allow passing of the ktrace file as the last argument without a -f.atatat
2002-08-04Fix formatting of ktr_user entries so that values of individual bytesjdolecek
2002-06-20It's easy for ktrace can generate trace files that contain data fromatatat
2002-04-08Fix translation in the native emulation. Noted by veego.christos
2002-03-31Provide hooks for signal number to name translation, and use them for killchristos
2002-02-12reverse the notion of fancy, use plain, and increment it so that we canchristos
2001-02-16Cosmetic fix so that RET record after CALL execve get the appropriate syscallmanu
2000-12-28adapt to KTR_USER structure changesjdolecek
2000-12-20avoid using "errno" as struct member name, to avoid conflict with errno.h.itojun
2000-12-17add support for KTR_USER recordsjdolecek
2000-11-13map linux ptrace op (number) to it's appropriate name - this is kind of hack,jdolecek
2000-10-12Format string cleanupsis
2000-04-26Prevent "kdump" from causing a segmentation fault if the io buffer thattron
2000-04-10put setemul(), ectx_* & appropriate structures to separate file, to make itjdolecek
2000-04-10Keep track of what pid uses which emulation and ensure properjdolecek
2000-03-27Cast timeval members to types we know the printf conversions of.kleink
1999-12-31Add COMPAT_NETBSD32 support.eeh
1999-08-06Don't truncate syscall return values on LP64 platforms.thorpej
1998-10-24Adjust to Eric's recent errno renaming.christos
1998-10-18Fix emulation errno translation.christos