summaryrefslogtreecommitdiff
path: root/ddb
AgeCommit message (Expand)Author
2021-08-21db: Add show vmstat commandSamuel Thibault
2021-04-04SMP: Fix warningsSamuel Thibault
2020-04-06ddb: Add 64bit support to memory examinationSamuel Thibault
2019-11-10Fix build warningSamuel Thibault
2017-08-27ddb: More gracefully handle address errorsSamuel Thibault
2017-08-12ddb: Add magic variable $mapXX.Justus Winter
2017-08-05ddb: debug traps and port referencesJustus Winter
2017-08-05ddb: Print scheduling information.Justus Winter
2016-12-24VM: rework map entry wiringRichard Braun
2016-05-23Fix getting ELF symbol bind and typeSamuel Thibault
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-05-17Revert "Fix getting ELF symbol bind and type"Samuel Thibault
2016-05-15Fix warningRichard Braun
2016-03-19Fix getting ELF symbol bind and typeSamuel Thibault
2015-09-29ddb: fix line formattingJustus Winter
2015-09-29ddb: add new command `show slabinfo'Justus Winter
2015-08-17kern: disable the simple lock checks while debuggingJustus Winter
2015-06-28ddb: automatically display stack tracesJustus Winter
2015-05-20ipc: replace the IPC table with a radix treeJustus Winter
2015-01-02ddb: Fix typos in comments (found by codespell)Stefan Weil
2014-09-17ddb: add support for ELF symbol tablesJustus Winter
2014-09-17ddb: add `show all tasks' commandJustus Winter
2014-06-11ddb: use db_thread_stat to format the flagsJustus Winter
2014-06-11ddb: print task names if availableJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-02-04ddb: safely copy symbol names into the symtab structureJustus Winter
2013-12-20Mark pure functions with attribute pureMarin Ramesa
2013-12-20ddb/db_watch.c (db_watchpoint_cmd): remove forward declarationMarin Ramesa
2013-12-20Declare void argument lists (part 2)Marin Ramesa
2013-12-16Quiet GCC warning about uninitialized variableMarin Ramesa
2013-12-15ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15ddb/db_expr.c (db_mult_expr): initialize lhsMarin Ramesa
2013-12-15ddb/db_break.c (db_delete_cmd): remove unnecessary initializationMarin Ramesa
2013-12-15ddb/db_break.c (db_find_breakpoint_here): remove unnecessary castsMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-09ddb/db_trap.c (db_task_trap): remove forward declarationsMarin Ramesa
2013-12-09Use db_addr_t instead of db_expr_tMarin Ramesa
2013-12-09ddb/db_print.c: use unsigned long instead of an unsigned intMarin Ramesa
2013-12-09ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTERMarin Ramesa
2013-12-09ddb/db_mp.c: use boolean instead of an intMarin Ramesa
2013-12-09ddb/db_examine.c: trivial stylistic fix for consistencyMarin Ramesa
2013-12-09ddb/db_examine.c (db_examine_cmd): remove forward declarationMarin Ramesa
2013-12-09ddb/db_command.c (db_command): remove forward declarationMarin Ramesa
2013-12-09ddb/db_command.c: use boolean valuesMarin Ramesa
2013-12-09ddb/db_break.c (db_find_thread_breakpoint_here): remove unnecessary castMarin Ramesa
2013-12-09ddb/db_break.c (db_add_thread_breakpoint): fix argument listMarin Ramesa
2013-12-09ddb/db_aout.c (aout_db_lookup): remove forward declarationMarin Ramesa
2013-12-09ddb/db_aout.c (aout_db_qualified_search): use DB_SYM_NULL as return valueMarin Ramesa
2013-12-09ddb/db_output.c: remove forward declarationMarin Ramesa