aboutsummaryrefslogtreecommitdiff
path: root/ddb
Commit message (Expand)AuthorAgeFilesLines
...
* ddb/db_trap.c (db_task_trap): remove forward declarationsMarin Ramesa2013-12-092-2/+2
* Use db_addr_t instead of db_expr_tMarin Ramesa2013-12-094-8/+8
* ddb/db_print.c: use unsigned long instead of an unsigned intMarin Ramesa2013-12-091-1/+1
* ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTERMarin Ramesa2013-12-092-2/+6
* ddb/db_mp.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* ddb/db_examine.c: trivial stylistic fix for consistencyMarin Ramesa2013-12-091-3/+3
* ddb/db_examine.c (db_examine_cmd): remove forward declarationMarin Ramesa2013-12-091-1/+0
* ddb/db_command.c (db_command): remove forward declarationMarin Ramesa2013-12-091-1/+0
* ddb/db_command.c: use boolean valuesMarin Ramesa2013-12-091-4/+4
* ddb/db_break.c (db_find_thread_breakpoint_here): remove unnecessary castMarin Ramesa2013-12-091-1/+1
* ddb/db_break.c (db_add_thread_breakpoint): fix argument listMarin Ramesa2013-12-091-0/+1
* ddb/db_aout.c (aout_db_lookup): remove forward declarationMarin Ramesa2013-12-092-2/+6
* ddb/db_aout.c (aout_db_qualified_search): use DB_SYM_NULL as return valueMarin Ramesa2013-12-091-5/+5
* ddb/db_output.c: remove forward declarationMarin Ramesa2013-12-092-2/+3
* ddb/db_output.c: remove duplicate functionMarin Ramesa2013-12-082-13/+2
* ddb/db_output.c: remove call to nonexistent db_printf_enter()Marin Ramesa2013-12-081-3/+0
* ddb/db_command.h: remove duplicate variable declarationMarin Ramesa2013-12-081-2/+0
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-081-2/+0
* Add missing includeSamuel Thibault2013-12-051-0/+1
* ddb/db_variables.c: fix near initializationMarin Ramesa2013-12-052-2/+4
* ddb/db_variables.c: remove forward declarationsMarin Ramesa2013-12-052-3/+16
* ddb/db_trap.c: remove forward declarationsMarin Ramesa2013-12-052-3/+11
* ddb/db_command.c: remove useless forward declaration without definitionMarin Ramesa2013-12-051-5/+0
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* ddb/db_sym.c: fix argument listMarin Ramesa2013-12-051-1/+1
* ddb/db_sym.c: remove useless forward declarations without definitionsMarin Ramesa2013-12-051-9/+0
* ddb: new header file db_aout.hMarin Ramesa2013-12-054-7/+61
* ddb/db_aout.c: trivial stylistic fix for consistencyMarin Ramesa2013-12-051-1/+1
* ddb/db_run.c: add comment after endifMarin Ramesa2013-12-051-1/+1
* ddb/db_mp.c: add comment after else and endifMarin Ramesa2013-12-051-3/+3
* ddb/db_input.c: add comment after endifMarin Ramesa2013-12-051-3/+3
* ddb/db_command.c: remove forward declarationsMarin Ramesa2013-12-052-2/+3
* Modify struct db_variableMarin Ramesa2013-11-245-15/+15
* ddb/db_examine.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-241-1/+1
* ddb: move forward declarations into a header fileMarin Ramesa2013-11-242-6/+16
* ddb: move forward declaration into a header fileMarin Ramesa2013-11-242-2/+2
* ddb: create new header file db_mp.hMarin Ramesa2013-11-242-5/+27
* ddb: move forward declarations into a header fileMarin Ramesa2013-11-242-11/+11
* Simplify testSamuel Thibault2013-11-241-4/+2
* Remove leftover register qualifiersMarin Ramesa2013-11-241-1/+1
* ddb/db_break.c: remove duplicate includeMarin Ramesa2013-11-221-1/+0
* ddb/db_sym.c: move assignment outside ifMarin Ramesa2013-11-211-1/+3
* ddb/db_break.c: fix implicit declaration of functionsMarin Ramesa2013-11-211-0/+1
* Fix implicit declaration of functionMarin Ramesa2013-11-202-1/+7
* ddb/db_variables.c: fix initializations from incompatible pointer typeMarin Ramesa2013-11-201-4/+4
* ddb/db_run.c: move declaration of brpc into SOFTWARE_SSTEPMarin Ramesa2013-11-201-1/+2
* ddb/db_run.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-201-1/+1
* ddb/db_run.c: remove set but unused variableMarin Ramesa2013-11-201-3/+2
* ddb: fix implicit declaration of functionMarin Ramesa2013-11-202-3/+2
* ddb/db_examine.c: add missing castMarin Ramesa2013-11-201-2/+2