summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/db_trace.c
Commit message (Expand)AuthorAgeFilesLines
* Use our nitems() macro when param.h is available.pfg2016-04-201-1/+1
* The AIM DAR (data access fault address register) and Book-E DEAR registersnwhitehorn2015-03-041-7/+4
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-221-0/+1
* Having the TOC pointer in kernel dbeugger printouts is useful.nwhitehorn2015-02-171-0/+3
* Fix the powerpc64 build.jhibbits2014-11-211-1/+1
* Use db_printsym() instead of our own in backtracesjhibbits2014-11-201-21/+4
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-271-2/+2
* Add leading zeros when printing the stackframe on __powerpc64__.andreast2011-06-231-1/+1
* MFppc64:nwhitehorn2010-07-131-19/+49
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-021-10/+20
* Break out stack(9) from ddb(4):rwatson2007-12-021-38/+1
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+1
* Mark the return address of the call to ast() in the generic trapgrehan2005-12-231-5/+9
* In stack_save, stop when a trap-frame is encountered. This preventsgrehan2005-10-301-0/+10
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-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-1/+4
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Bring into line with KDB. Bring in NetBSD updates for backtrace routine,grehan2004-07-121-149/+155
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-041-50/+47
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+4
* Add DDB support.benno2002-07-101-0/+293
OpenPOWER on IntegriCloud