Age | Commit message (Expand) | Author |
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 |
2013-12-05 | ddb/db_run.c: add comment after endif | Marin Ramesa |
2013-12-05 | ddb/db_mp.c: add comment after else and endif | Marin Ramesa |
2013-12-05 | ddb/db_input.c: add comment after endif | Marin Ramesa |
2013-12-05 | ddb/db_command.c: remove forward declarations | Marin Ramesa |
2013-11-24 | Modify struct db_variable | Marin Ramesa |
2013-11-24 | ddb/db_examine.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-11-24 | ddb: move forward declarations into a header file | Marin Ramesa |
2013-11-24 | ddb: move forward declaration into a header file | Marin Ramesa |
2013-11-24 | ddb: create new header file db_mp.h | Marin Ramesa |
2013-11-24 | ddb: move forward declarations into a header file | Marin Ramesa |
2013-11-24 | Simplify test | Samuel Thibault |
2013-11-24 | Remove leftover register qualifiers | Marin Ramesa |
2013-11-22 | ddb/db_break.c: remove duplicate include | Marin Ramesa |
2013-11-21 | ddb/db_sym.c: move assignment outside if | Marin Ramesa |
2013-11-21 | ddb/db_break.c: fix implicit declaration of functions | Marin Ramesa |
2013-11-20 | Fix implicit declaration of function | Marin Ramesa |
2013-11-20 | ddb/db_variables.c: fix initializations from incompatible pointer type | Marin Ramesa |
2013-11-20 | ddb/db_run.c: move declaration of brpc into SOFTWARE_SSTEP | Marin Ramesa |
2013-11-20 | ddb/db_run.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-11-20 | ddb/db_run.c: remove set but unused variable | Marin Ramesa |
2013-11-20 | ddb: fix implicit declaration of function | Marin Ramesa |
2013-11-20 | ddb/db_examine.c: add missing cast | Marin Ramesa |