aboutsummaryrefslogtreecommitdiff
path: root/ddb
Commit message (Expand)AuthorAgeFilesLines
* Fix various function pointer typesSergey Bugaev2024-12-101-1/+1
* ddb: Use _irq variants of locks to satisfy LDEBUG assertsDamien Zammit2024-02-192-14/+18
* Add thread_set_name RPC.Flavio Cruz2024-02-121-4/+5
* Replace kernel header includes in include/mach/mach_types.h with forward decl...Flavio Cruz2024-02-121-0/+1
* ddb: Make show all runqs iterate over psets.Damien Zammit2024-02-111-3/+7
* ddb: Make whatis print copy/pastable textSamuel Thibault2023-10-011-8/+9
* ddb: Add whatis commandSamuel Thibault2023-10-015-1/+167
* kdb: Add "show all runqs" debug commandDamien Zammit2023-09-293-0/+34
* x86_64: Fix loading ELF symbolsSamuel Thibault2023-08-121-13/+13
* kern: Fix MACH_LOCK_MON lock monitoring debugDamien Zammit2023-03-071-4/+4
* Remove a.out support for ddbFlavio Cruz2023-02-094-571/+2
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-1/+1
* Enable -Wmissing-prototypes.Flavio Cruz2023-01-292-0/+4
* ddb/db_mp.c: re-introduce remote_db_enterSamuel Thibault2023-01-251-0/+11
* ddb: Add prototype for remote_db_enterSamuel Thibault2023-01-241-0/+1
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-11/+0
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-192-6/+2
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-194-8/+8
* add missing argument namesLuca Dariz2023-01-165-32/+32
* Preemptively fix warnings that will be caused by -Wmissing-prototypesFlavio Cruz2023-01-101-0/+1
* Remove unused db_set_variableFlavio Cruz2023-01-091-16/+0
* Remove unused db_lookup_portFlavio Cruz2023-01-091-17/+0
* Fix ddb warnings introduced with -Wstrict-prototypesFlavio Cruz2023-01-0517-54/+120
* fix warning from -Wstrict-prototypesGuy-Fleury Iteriteka2023-01-012-2/+2
* convert K&R into ansiGuy-Fleury Iteriteka2023-01-0113-226/+191
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-2711-34/+35
* db: Add support for CSI-based arrowsSamuel Thibault2022-12-111-0/+40
* Use mach_port_name in db_lookup_portFlavio Cruz2022-12-071-1/+1
* 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