aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Move the _oncpu entry from the KSE to the thread.Julian Elischer2003-04-101-1/+1
* The kernel bcopy() is safe for overlapping regions (and always has), soDag-Erling Smørgrav2003-04-041-2/+2
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-271-3/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-171-9/+0
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-162-3/+3
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-011-0/+9
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-261-9/+0
* Revert previous and move the prototype for db_alt_break to ddb.h.Jake Burkholder2002-12-312-7/+4
* - Add a function db_alt_break which recognizes the character sequence used toJake Burkholder2002-12-312-1/+51
* Add code to ddb to allow backtracing an arbitrary thread.Julian Elischer2002-12-283-55/+96
* - Rename the DDB specific %z printf format to %y.Maxime Henrion2002-10-251-2/+2
* Remove the process state PRS_WAIT.Julian Elischer2002-10-211-3/+0
* Round out the facilty for a 'bound' thread to loan out its KSEJulian Elischer2002-10-091-3/+8
* Rename the mutex thread and process states to use a more generic 'LOCK'John Baldwin2002-10-021-3/+3
* Indentation indicates missing braces.Poul-Henning Kamp2002-10-011-1/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-282-7/+7
* Constify to kill some warnings.Mark Murray2002-09-212-2/+2
* Implement db_print_backtrace() if DDB is compiled into the kernel. ThisJohn Baldwin2002-09-191-0/+3
* Garbage-collected __ELF__ ifdefs.Bruce Evans2002-09-151-10/+2
* Don't use the ELF symbol type to summarily reject symbols inBruce Evans2002-09-151-4/+0
* Made this work on i386's at least. It wants ELF section headers forBruce Evans2002-09-151-2/+34
* Made this compile (but not work). This involved mainly const poisoningBruce Evans2002-09-151-8/+18
* Completely redo thread states.Julian Elischer2002-09-111-25/+48
* db_ps.c:Bruce Evans2002-08-311-5/+6
* When talking about c_db_sym_t, mention that it is not just like db_sym_t:Juli Mallett2002-08-141-1/+1
* Realign columns in DDB's ps output. Don't waste more horizontal space thanPoul-Henning Kamp2002-08-131-9/+9
* Part 1 of KSE-IIIJulian Elischer2002-06-291-8/+30
* Remove a couple of __P() stragglers.Peter Wemm2002-06-291-1/+1
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixesThomas Moestl2002-06-252-6/+3
* Split the declaration and the initialization of two variables.Maxime Henrion2002-06-231-4/+4
* Allow DB_SET() to set all fields in the ddb command structure. ThisJustin T. Gibbs2002-06-051-5/+5
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). ItBruce Evans2002-05-072-2/+12
* Restored db_elf.c from the Attic. This will be used for a quick fix forBruce Evans2002-05-061-0/+381
* Commented out locking that would be used in the ps command if locks wereJohn Baldwin2002-04-111-0/+5
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-233-23/+15
* Remove __P.Alfred Perlstein2002-03-2019-113/+108
* Allow '.' in identifiers - some ia64 register names contain '.'.Doug Rabson2002-03-101-1/+1
* ^U kills an entire input line in most applications,Yaroslav Tykhiy2002-02-121-5/+6
* Teach ddb(4) to delete to the beginning of its command line on ^U.Yaroslav Tykhiy2002-02-111-0/+5
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* pid is 'long' on alpha.Matt Jacob2002-01-171-2/+2
* Implement a "kill" DDB command which is an interface to psignal() thatDima Dorfman2001-11-271-0/+59
* GC the a.out support in DDB, nothing anywhere would pull thisPoul-Henning Kamp2001-11-051-402/+0
* - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)Andrew R. Reiter2001-11-051-0/+1
* Add a 'reset' command. This is useful for panics really early beforePeter Wemm2001-11-031-0/+13
* Make the flag field in the ps output one char wider to account for recentJohn Baldwin2001-10-201-6/+13
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sDoug Rabson2001-09-153-25/+36
* - Whitespace fixes.John Baldwin2001-09-121-16/+9
* KSE Milestone 2Julian Elischer2001-09-121-8/+30
* No tokens should follow #endif.David E. O'Brien2001-08-151-2/+2