summaryrefslogtreecommitdiff
path: root/ddb
AgeCommit message (Expand)Author
2024-02-19ddb: Use _irq variants of locks to satisfy LDEBUG assertsDamien Zammit
2024-02-12Add thread_set_name RPC.Flavio Cruz
2024-02-12Replace kernel header includes in include/mach/mach_types.h with forward decl...Flavio Cruz
2024-02-11ddb: Make show all runqs iterate over psets.Damien Zammit
2023-10-01ddb: Make whatis print copy/pastable textSamuel Thibault
2023-10-01ddb: Add whatis commandSamuel Thibault
2023-09-29kdb: Add "show all runqs" debug commandDamien Zammit
2023-08-12x86_64: Fix loading ELF symbolsSamuel Thibault
2023-03-07kern: Fix MACH_LOCK_MON lock monitoring debugDamien Zammit
2023-02-09Remove a.out support for ddbFlavio Cruz
2023-02-08slock: Fix initialization of statically-allocated slocksSamuel Thibault
2023-01-29Enable -Wmissing-prototypes.Flavio Cruz
2023-01-25ddb/db_mp.c: re-introduce remote_db_enterSamuel Thibault
2023-01-24ddb: Add prototype for remote_db_enterSamuel Thibault
2023-01-24Fix several warnings for -Wmissing-prototypesFlavio Cruz
2023-01-19Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz
2023-01-19Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz
2023-01-16add missing argument namesLuca Dariz
2023-01-10Preemptively fix warnings that will be caused by -Wmissing-prototypesFlavio Cruz
2023-01-09Remove unused db_set_variableFlavio Cruz
2023-01-09Remove unused db_lookup_portFlavio Cruz
2023-01-05Fix ddb warnings introduced with -Wstrict-prototypesFlavio Cruz
2023-01-01fix warning from -Wstrict-prototypesGuy-Fleury Iteriteka
2023-01-01convert K&R into ansiGuy-Fleury Iteriteka
2022-12-27Fix some warnings with -Wmissing-prototypes.Flavio Cruz
2022-12-11db: Add support for CSI-based arrowsSamuel Thibault
2022-12-07Use mach_port_name in db_lookup_portFlavio Cruz
2022-10-25kdb: Fix TODO for multiprocessorDamien Zammit
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