| Commit message (Expand) | Author | Age | Files | Lines |
* | Collect N identical (or near identical) mkdumpheader() implementations into | Peter Wemm | 2008-10-01 | 1 | -26/+2 |
* | Initialize the DDB command list when initializing DDB so that the basic | John Baldwin | 2008-09-25 | 3 | -3/+4 |
* | Make ddb command registration dynamic so modules can extend | Sam Leffler | 2008-09-15 | 2 | -99/+176 |
* | Add a missing include which was erroneusly left out from the previous | Attilio Rao | 2008-08-18 | 1 | -0/+2 |
* | Bufferize the output for DDB printouts. | Attilio Rao | 2008-08-18 | 1 | -15/+87 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
* | Fix software single-stepping: we need to check if the instruction is a | Olivier Houchard | 2008-08-02 | 1 | -1/+1 |
* | Print out the container lock when showing the thread state in DDB. | Attilio Rao | 2008-06-18 | 1 | -0/+3 |
* | Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff in | Robert Watson | 2008-04-25 | 1 | -1/+4 |
* | enable dynamic addition of "show all" commands | Sam Leffler | 2008-03-25 | 3 | -2/+15 |
* | Add a /S mode to DDB "ex" command, which interprets and prints the | Robert Watson | 2008-03-07 | 1 | -0/+6 |
* | When killing a user process from DDB, check that the requested signal is | Robert Watson | 2008-03-07 | 1 | -1/+1 |
* | Reserve two bytes at the end of the DDB input line in db_readline() to | Robert Watson | 2008-03-07 | 1 | -1/+4 |
* | When redrawing an input line, count backspaces to get to the beginning of | Robert Watson | 2008-03-06 | 1 | -1/+1 |
* | Use dump_write() instead of direct calls to di->dumper() in textdumps. | Robert Watson | 2008-01-31 | 1 | -3/+3 |
* | Increase maximum DDB capture buffer size to 5MB. | Robert Watson | 2008-01-26 | 1 | -1/+1 |
* | Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to be | Robert Watson | 2008-01-26 | 1 | -13/+18 |
* | Rename DB_ constants in db_capture.c to DDB_ so that when they are | Robert Watson | 2008-01-26 | 1 | -16/+16 |
* | Refine textdump comments slightly. | Robert Watson | 2008-01-10 | 1 | -10/+12 |
* | Add textdump(4) facility, which provides an alternative form of kernel | Robert Watson | 2007-12-26 | 4 | -3/+634 |
* | Remove duplicate $FreeBSD$ that snuck in. | Robert Watson | 2007-12-26 | 1 | -2/+0 |
* | Add a simple scripting facility to DDB(4), allowing the user to | Robert Watson | 2007-12-26 | 7 | -10/+665 |
* | Add a new DDB(4) facility, output capture. Input and output from DDB may be | Robert Watson | 2007-12-25 | 6 | -0/+329 |
* | Make the examine command honor db_pager_quit so you can use 'q' or 'x' | John Baldwin | 2007-10-27 | 1 | -1/+1 |
* | Print the stack bounds of the thread. | Marcel Moolenaar | 2007-10-16 | 1 | -0/+2 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -1/+1 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 2 | -4/+4 |
* | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -5/+0 |
* | Fix the output format of MI ddb watches in 'show watch' on 64-bit | John Baldwin | 2006-11-17 | 1 | -0/+8 |
* | Set up the context for the dbbe_trace callback in the ddb. Otherwise, | Konstantin Belousov | 2006-11-06 | 1 | -1/+14 |
* | On trap while inside ddb, the trap handler calls kdb_reenter(), that | Konstantin Belousov | 2006-11-02 | 1 | -6/+14 |
* | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+4 |
* | The powerpc and sparc64 MD `reboot' commands should never have existed | Bruce Evans | 2006-10-10 | 1 | -1/+10 |
* | Fixed loss of whitespace suppression at ends of lines. Whitespace | Bruce Evans | 2006-10-10 | 1 | -3/+3 |
* | Added some aliases: | Bruce Evans | 2006-10-08 | 1 | -0/+3 |
* | Fixed formatting of printing of command tables. WIth the default max | Bruce Evans | 2006-10-08 | 4 | -6/+6 |
* | Fix two nits in the ps header that offset each other making them largely | John Baldwin | 2006-08-01 | 1 | -6/+6 |
* | Some cosmetic tweaks: | John Baldwin | 2006-08-01 | 1 | -10/+10 |
* | Disable the pager for 'panic' and 'call' to be paranoid. | John Baldwin | 2006-07-19 | 1 | -0/+2 |
* | Simplify the pager support in DDB. Allowing different db commands to | John Baldwin | 2006-07-12 | 6 | -59/+47 |
* | Never zero-out db_last_symtab. Whan backtraces are done | Konstantin Belousov | 2006-06-16 | 1 | -1/+0 |
* | Use __LP64__ rather than the PTR64 hack. | John Baldwin | 2006-05-11 | 1 | -14/+3 |
* | Sort includes. | John Baldwin | 2006-04-27 | 1 | -2/+2 |
* | A whitespace fix. | John Baldwin | 2006-04-27 | 1 | -1/+1 |
* | Drop locking comments. ddb functions should never use locking anyway and | John Baldwin | 2006-04-27 | 1 | -6/+0 |
* | - Overhaul the 'ps' command in ddb to be mostly readable again. :) It is | John Baldwin | 2006-04-25 | 1 | -55/+319 |
* | Add two helper functions: db_lookup_thread() and db_lookup_proc(). They | John Baldwin | 2006-04-25 | 2 | -0/+94 |
* | Use LIST_FOREACH(). | John Baldwin | 2006-04-21 | 1 | -1/+1 |
* | Clean up the way we handle auxiliary commands for a given ddb command | John Baldwin | 2006-03-07 | 2 | -105/+106 |
* | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 1 | -0/+4 |