aboutsummaryrefslogtreecommitdiff
path: root/ddb
Commit message (Expand)AuthorAgeFilesLines
* kdb: Fix TODO for multiprocessorDamien Zammit2022-10-251-0/+1
* db: Add show vmstat commandSamuel Thibault2021-08-211-0/+2
* SMP: Fix warningsSamuel Thibault2021-04-042-0/+5
* ddb: Add 64bit support to memory examinationSamuel Thibault2020-04-061-4/+8
* Fix build warningSamuel Thibault2019-11-101-0/+1
* ddb: More gracefully handle address errorsSamuel Thibault2017-08-272-2/+6
* ddb: Add magic variable $mapXX.Justus Winter2017-08-123-0/+33
* ddb: debug traps and port referencesJustus Winter2017-08-051-0/+46
* ddb: Print scheduling information.Justus Winter2017-08-051-5/+38
* VM: rework map entry wiringRichard Braun2016-12-241-1/+2
* Fix getting ELF symbol bind and typeSamuel Thibault2016-05-231-5/+5
* Fix gcc-6 warningsSamuel Thibault2016-05-181-1/+1
* Revert "Fix getting ELF symbol bind and type"Samuel Thibault2016-05-171-5/+5
* Fix warningRichard Braun2016-05-152-2/+3
* Fix getting ELF symbol bind and typeSamuel Thibault2016-03-191-5/+5
* ddb: fix line formattingJustus Winter2015-09-291-1/+1
* ddb: add new command `show slabinfo'Justus Winter2015-09-291-0/+2
* kern: disable the simple lock checks while debuggingJustus Winter2015-08-171-0/+4
* ddb: automatically display stack tracesJustus Winter2015-06-281-0/+4
* ipc: replace the IPC table with a radix treeJustus Winter2015-05-201-14/+6
* ddb: Fix typos in comments (found by codespell)Stefan Weil2015-01-022-2/+2
* ddb: add support for ELF symbol tablesJustus Winter2014-09-174-1/+306
* 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