summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/db_trace.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-231-0/+1
* Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,"Luiz Souza2018-02-211-1/+0
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-191-0/+1
* Various changes to the registers displayed in DDB for x86.jhb2015-07-221-46/+23
* Let the unwinder handle faults during function prologues or epilogues.markj2015-07-211-45/+10
* Improve stack unwinding on i386 and amd64 after an IP fault.markj2015-07-211-7/+19
* Remove some dead code from DDB's amd64 stack unwinder.markj2015-07-211-74/+8
* Fix the hardware watchpoints on SMP amd64. Load the updated %drkib2013-05-211-22/+57
* Print the frame addresses for the backtraces on i386 and amd64. Itkib2012-12-031-6/+11
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-1/+1
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-4/+2
* Initial suspend/resume support for amd64.jkim2009-03-171-0/+2
* Improve db_backtrace() for compat ia32 on amd64. 32bit image enterskib2008-12-051-0/+6
* Break out stack(9) from ddb(4):rwatson2007-12-021-38/+1
* Add support for cross double fault frames in stack traces:jhb2007-11-151-1/+2
* Add support for 8 byte hardware watches in long mode. Kernel hardwarejhb2006-11-171-4/+14
* - Add macro constants for the various fields in %dr7 and use them in placejhb2006-11-171-30/+33
* A few more style fixes.jhb2006-11-171-4/+3
* Various whitespace and style fixes.jhb2006-11-151-36/+35
* Don't show debug registers in "show registers". Special registers shouldbde2006-10-201-1/+2
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+2
* MFi386: add a TRAP_INTERRUPT casepeter2006-03-131-0/+8
* Fix watch address truncation. The address was truncated when it was passed topjd2005-12-271-3/+3
* - Improve the INKERNEL macro such that it can no longer give false positives.jeff2005-12-231-1/+5
* MFi386:jhb2005-12-081-2/+5
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-3/+0
* - Special-case NMI handling on the AMD64.jkoshy2005-08-271-1/+2
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* - Improve the definition of INKERNEL() to include the DMAP area and thejeff2005-08-031-1/+2
* MFi386: use %rip - 1 for the symbol search address (for noreturn funcs)peter2005-01-211-2/+8
* Begin all license/copyright comments with /*-imp2005-01-051-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-201-2/+4
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-225/+191
* Un-stub the hardware debug register stuff.peter2004-01-281-33/+3
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-2/+3
* Use __FBSDID().obrien2003-07-251-2/+3
* MFi386: rev 1.56: remove break after returnpeter2003-05-311-2/+2
* Initial port to amd64 after repocopy from i386. Note that thepeter2003-05-301-99/+137
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-2/+50
* Change the definition of the debugging registers to be an array, sophk2002-10-201-10/+10
* fork_trampoline() marks a trap frame.jhb2002-09-201-1/+2
* Use proper type for a variable used as a DDB symbol.jhb2002-09-201-1/+2
* Trim includes.jhb2002-09-201-2/+1
* Various style fixes, including moving db_print_backtrace() out of thejhb2002-09-201-32/+25
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+9
* Unwind the syscall_with_err_pushed tweak that jake did some time back.peter2002-07-281-1/+3
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-2/+2
* Remove __P.alfred2002-03-201-13/+13
OpenPOWER on IntegriCloud