summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/db_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-091-1/+2
* KSE Milestone 2julian2001-09-121-4/+7
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-111-1/+201
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-281-15/+56
* - Add support for decoding syscall names. (Brought over from the new alphajhb2001-06-181-37/+61
* - One can now specify the decimal pid of a process to trace as a parameter.jhb2001-04-091-25/+73
* - Rename the lcall system call handler from Xsyscall to Xlcall_syscalljake2001-02-251-4/+2
* When SMPng was first committed, we removed 'cpl' from the interruptjhb2001-02-071-1/+1
* Catch a few alternative names for the syscall entry frame, eg: post-ELFpeter2001-01-191-1/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-17/+17
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-6/+6
* %n in a comment was a poor abbreviation for Immediate-byte-signed,bde1998-07-151-2/+2
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-081-5/+5
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-081-17/+17
* This commit fixes various 64bit portability problems required fordfr1998-06-071-17/+17
* Fixed wrong limits for the kernel text in db_numargs(). Thebde1997-11-201-3/+7
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-3/+2
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-2/+2
* Use CS_SECURE macro.charnier1997-08-181-2/+2
* Removed unused #includes.bde1997-07-201-4/+1
* Remove the curproc printing on trap/interrupt/etc. It's outlived it'speter1997-04-261-7/+1
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+7
* Add missing #include <machine/segments.h> for ISPL and SEL_UPL macrosache1997-03-011-1/+2
* Print function args in the current radix instead of always in hex.bde1997-02-281-8/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed traceback for the following cases:bde1996-03-271-22/+50
* Fix a small logic bug that caused the arguments of the previous frame todg1995-12-221-3/+6
* Rewrote most of the ddb stack traceback code. These changes are smarterdg1995-12-211-209/+164
* Staticized. Moved some ero-initialized values to the bss.bde1995-11-241-8/+13
* Remove trailing whitespace.rgrimes1995-05-301-13/+13
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+3
* Slight change to include file order to accommodate upcoming changes.dg1995-03-011-2/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-5/+5
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-061-3/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+2
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-1/+6
* Convert syscall to trapframe. Based on work done by John Brezak.dg1994-01-031-12/+81
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-2/+3
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-30/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+292
OpenPOWER on IntegriCloud