Age | Commit message (Expand) | Author |
2015-09-29 | ddb: fix line formatting | Justus Winter |
2015-09-29 | ddb: add new command `show slabinfo' | Justus Winter |
2015-08-17 | kern: disable the simple lock checks while debugging | Justus Winter |
2015-06-28 | ddb: automatically display stack traces | Justus Winter |
2015-05-20 | ipc: replace the IPC table with a radix tree | Justus Winter |
2015-01-02 | ddb: Fix typos in comments (found by codespell) | Stefan Weil |
2014-09-17 | ddb: add support for ELF symbol tables | Justus Winter |
2014-09-17 | ddb: add `show all tasks' command | Justus Winter |
2014-06-11 | ddb: use db_thread_stat to format the flags | Justus Winter |
2014-06-11 | ddb: print task names if available | Justus Winter |
2014-05-03 | ddb: add "halt" command | Justus Winter |
2014-04-04 | Convert from K&R to ANSI | Marin Ramesa |
2014-02-04 | ddb: safely copy symbol names into the symtab structure | Justus Winter |
2013-12-20 | Mark pure functions with attribute pure | Marin Ramesa |
2013-12-20 | ddb/db_watch.c (db_watchpoint_cmd): remove forward declaration | Marin Ramesa |
2013-12-20 | Declare void argument lists (part 2) | Marin Ramesa |
2013-12-16 | Quiet GCC warning about uninitialized variable | Marin Ramesa |
2013-12-15 | ddb: qualify pointers whose dereferenced values are constant with const | Marin Ramesa |
2013-12-15 | ddb/db_expr.c (db_mult_expr): initialize lhs | Marin Ramesa |
2013-12-15 | ddb/db_break.c (db_delete_cmd): remove unnecessary initialization | Marin Ramesa |
2013-12-15 | ddb/db_break.c (db_find_breakpoint_here): remove unnecessary casts | Marin Ramesa |
2013-12-15 | Declare void argument lists | Marin Ramesa |
2013-12-09 | ddb/db_trap.c (db_task_trap): remove forward declarations | Marin Ramesa |
2013-12-09 | Use db_addr_t instead of db_expr_t | Marin Ramesa |
2013-12-09 | ddb/db_print.c: use unsigned long instead of an unsigned int | Marin Ramesa |
2013-12-09 | ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTER | Marin Ramesa |
2013-12-09 | ddb/db_mp.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | ddb/db_examine.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-12-09 | ddb/db_examine.c (db_examine_cmd): remove forward declaration | Marin Ramesa |
2013-12-09 | ddb/db_command.c (db_command): remove forward declaration | Marin Ramesa |
2013-12-09 | ddb/db_command.c: use boolean values | Marin Ramesa |
2013-12-09 | ddb/db_break.c (db_find_thread_breakpoint_here): remove unnecessary cast | Marin Ramesa |
2013-12-09 | ddb/db_break.c (db_add_thread_breakpoint): fix argument list | Marin Ramesa |
2013-12-09 | ddb/db_aout.c (aout_db_lookup): remove forward declaration | Marin Ramesa |
2013-12-09 | ddb/db_aout.c (aout_db_qualified_search): use DB_SYM_NULL as return value | Marin Ramesa |
2013-12-09 | ddb/db_output.c: remove forward declaration | Marin Ramesa |
2013-12-08 | ddb/db_output.c: remove duplicate function | Marin Ramesa |
2013-12-08 | ddb/db_output.c: remove call to nonexistent db_printf_enter() | Marin Ramesa |
2013-12-08 | ddb/db_command.h: remove duplicate variable declaration | Marin Ramesa |
2013-12-08 | ddb/db_command.c: remove forward declaration | Marin Ramesa |
2013-12-05 | Add missing include | Samuel Thibault |
2013-12-05 | ddb/db_variables.c: fix near initialization | Marin Ramesa |
2013-12-05 | ddb/db_variables.c: remove forward declarations | Marin Ramesa |
2013-12-05 | ddb/db_trap.c: remove forward declarations | Marin Ramesa |
2013-12-05 | ddb/db_command.c: remove useless forward declaration without definition | Marin Ramesa |
2013-12-05 | ddb/db_command.c: remove forward declaration | Marin Ramesa |
2013-12-05 | ddb/db_sym.c: fix argument list | Marin Ramesa |
2013-12-05 | ddb/db_sym.c: remove useless forward declarations without definitions | Marin Ramesa |
2013-12-05 | ddb: new header file db_aout.h | Marin Ramesa |
2013-12-05 | ddb/db_aout.c: trivial stylistic fix for consistency | Marin Ramesa |