| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbreak syscons' support for ddb mode by reactivating old fixes | Bruce Evans | 2006-10-16 | 1 | -0/+2 |
| * | MFC several DDB improvements including the simpler 'ps', 'show proc', | John Baldwin | 2006-08-17 | 3 | -64/+400 |
| * | MFC rev. 1.37: | Konstantin Belousov | 2006-07-17 | 1 | -1/+0 |
| * | MFC: Rename 'traceall' to 'alltrace' and add a 'bt' alias for 'trace'. | John Baldwin | 2005-10-25 | 1 | -1/+2 |
| * | Merge db_command.c:1.62 from HEAD to RELENG_6: | Robert Watson | 2005-10-06 | 1 | -0/+18 |
| * | Implement functions calls from within DDB on ia64. On ia64 a function | Marcel Moolenaar | 2005-07-02 | 2 | -16/+34 |
| * | Don't enter the debugger if KDB_UNATTENDED is set or if | Paul Saab | 2005-04-20 | 1 | -1/+0 |
| * | rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisite | Peter Wemm | 2005-04-14 | 2 | -0/+2 |
| * | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-06 | 24 | -24/+24 |
| * | When printing a stack trace for a thread, also print the pid and tid. | Robert Watson | 2004-11-23 | 1 | -0/+6 |
| * | When printing information on the current thread, such as when entering | Robert Watson | 2004-11-23 | 1 | -1/+6 |
| * | Do not attempt to skip a breakpoint that is a result of a software single step, | Olivier Houchard | 2004-11-21 | 1 | -3/+12 |
| * | Remove the uarea column from the DDB 'ps' display, and from grog's gdb | David Schultz | 2004-11-20 | 1 | -3/+3 |
| * | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 5 | -12/+28 |
| * | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -3/+5 |
| * | Damage control. Correcly advance symtab and strtab pointers, not | Alexander Kabaev | 2004-07-28 | 1 | -2/+2 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -2/+4 |
| * | Oops... Add the CS_OWN flag to the trace and where commands so that | Marcel Moolenaar | 2004-07-21 | 1 | -2/+2 |
| * | Unify db_stack_trace_cmd(). All it did was look up the thread given | Marcel Moolenaar | 2004-07-21 | 2 | -3/+43 |
| * | Re-add the gdb command. It was removed to be replaced by something | Marcel Moolenaar | 2004-07-12 | 1 | -0/+12 |
| * | Remove now unused files: | Marcel Moolenaar | 2004-07-11 | 4 | -708/+0 |
| * | Mega update for the KDB framework: turn DDB into a KDB backend. | Marcel Moolenaar | 2004-07-10 | 12 | -291/+455 |
| * | Fixed DDB_NOKLDSYM on amd64's: | Bruce Evans | 2004-05-18 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Give DDB a "watchdog" command which disables all watchdogs. | Poul-Henning Kamp | 2004-02-29 | 1 | -0/+21 |
| * | Switch the sleep/wakeup and condition variable implementations to use the | John Baldwin | 2004-02-27 | 1 | -16/+2 |
| * | Add DDB_NUMSYM option which in addition to the symbolic representation | Poul-Henning Kamp | 2004-02-24 | 1 | -0/+6 |
| * | If not in the debugger or if the user requests it with the | Nate Lawson | 2004-01-28 | 1 | -1/+27 |
| * | Reworked rev.1.14. Use the ELF symbol type again to summarily reject | Bruce Evans | 2003-09-28 | 1 | -0/+5 |
| * | Label the uarea address as such in DDB's ps output | Poul-Henning Kamp | 2003-08-30 | 1 | -1/+1 |
| * | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | Marcel Moolenaar | 2003-08-16 | 1 | -1/+1 |
| * | db_get_value uses a local buffer to first fetch all the bytes of a | Hartmut Brandt | 2003-08-12 | 1 | -1/+1 |
| * | Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new | John Baldwin | 2003-07-31 | 1 | -28/+6 |
| * | Add a one-shot callout facility to db_printf() that executes the registered | John Baldwin | 2003-07-31 | 3 | -0/+75 |
| * | Whitespace nit. | John Baldwin | 2003-07-30 | 1 | -0/+1 |
| * | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | David Xu | 2003-06-15 | 1 | -3/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 19 | -53/+67 |
| * | Attempt to crunch down the thread state info so that it is more likely to | Julian Elischer | 2003-06-06 | 1 | -6/+15 |
| * | Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead of | John Baldwin | 2003-06-06 | 1 | -1/+4 |
| * | Whitespace nits. | John Baldwin | 2003-06-06 | 1 | -2/+3 |
| * | Make "where" an alias for "trace" | Poul-Henning Kamp | 2003-06-01 | 1 | -0/+1 |
| * | Add /* FALLTHROUGH */ | Poul-Henning Kamp | 2003-05-31 | 1 | -0/+1 |
| * | Add /* FALLTHROUGH */ | Poul-Henning Kamp | 2003-05-31 | 1 | -0/+1 |
| * | Move the _oncpu entry from the KSE to the thread. | Julian Elischer | 2003-04-10 | 1 | -1/+1 |
| * | The kernel bcopy() is safe for overlapping regions (and always has), so | Dag-Erling Smørgrav | 2003-04-04 | 1 | -2/+2 |
| * | Change the process flags P_KSES to be P_THREADED. | Julian Elischer | 2003-02-27 | 1 | -3/+3 |
| * | - Split the struct kse into struct upcall and struct kse. struct kse will | Jeff Roberson | 2003-02-17 | 1 | -9/+0 |
| * | Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB | Poul-Henning Kamp | 2003-02-16 | 2 | -3/+3 |
| * | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 1 | -0/+9 |
| * | Move UPCALL related data structure out of kse, introduce a new | David Xu | 2003-01-26 | 1 | -9/+0 |