summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/db_trace.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r276187, r276190, r271422:ian2015-02-121-5/+5
* MFC r260886, r261165, r261171, r261172, r261214ian2014-05-141-1/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* Indent the "scp=... rlv=..." to make it easier to read the backtrace.rpaulo2013-07-131-2/+2
* Support reading registers r0-r3 when unwinding. There is a seperateandrew2013-06-271-0/+19
* Fix comment block formatting.ian2013-05-041-1/+2
* EABI unwinder enhancements... When it's time to stop unwinding, don'tian2013-05-041-26/+39
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beandrew2013-03-161-23/+0
* Fix a typo where db_printf was spelt printf.andrew2013-03-101-1/+1
* Update how we read the stack pointer to work on both GCC and clang.andrew2013-03-101-2/+5
* Implement stack unwinding based on section 9 of the "Exception handling ABIandrew2013-01-171-0/+416
* Final whitespace trim.imp2012-06-131-9/+9
* Print userspace backtrace for current thread.gber2012-05-301-5/+7
* When backtracing self, start with the current frame (i.e. themarcel2010-01-291-1/+1
* Implement db_trace_thread() by calling db_stack_trace_cmd() andmarcel2009-11-051-6/+3
* Implement db_trace_self() by calling db_stack_trace_cmd()marcel2009-11-051-1/+4
* Break out stack(9) from ddb(4):rwatson2007-12-021-25/+1
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+2
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-3/+0
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+19
* Start all license statements with /*-imp2005-01-051-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Cleanup.cognet2004-11-211-41/+3
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* In db_stack_trace_cmd, remove the "pc" variable, we don't need it.cognet2004-09-231-10/+4
* - 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-1/+2
* Make kdb_backtrace() sort of work.cognet2004-07-191-6/+9
* Update to kdb.cognet2004-07-121-4/+13
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+250
OpenPOWER on IntegriCloud