aboutsummaryrefslogtreecommitdiff
path: root/ddb
Commit message (Expand)AuthorAgeFilesLines
...
* ddb: add `show all tasks' commandJustus Winter2014-09-173-0/+31
* ddb: use db_thread_stat to format the flagsJustus Winter2014-06-111-6/+2
* ddb: print task names if availableJustus Winter2014-06-111-1/+6
* ddb: add "halt" commandJustus Winter2014-05-031-0/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-0420-228/+206
* ddb: safely copy symbol names into the symtab structureJustus Winter2014-02-041-1/+2
* Mark pure functions with attribute pureMarin Ramesa2013-12-209-11/+11
* ddb/db_watch.c (db_watchpoint_cmd): remove forward declarationMarin Ramesa2013-12-201-1/+0
* Declare void argument lists (part 2)Marin Ramesa2013-12-202-3/+3
* Quiet GCC warning about uninitialized variableMarin Ramesa2013-12-161-1/+1
* ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-1529-134/+135
* ddb/db_expr.c (db_mult_expr): initialize lhsMarin Ramesa2013-12-151-1/+1
* ddb/db_break.c (db_delete_cmd): remove unnecessary initializationMarin Ramesa2013-12-151-1/+1
* ddb/db_break.c (db_find_breakpoint_here): remove unnecessary castsMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-1514-28/+28
* 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