summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/ddb/db_interface.c
AgeCommit message (Expand)Author
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-01-28Give ddb more access to registers on macppc, powerpc64George Koehler
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-03-23Use the debugger mutex for `ddb_mp_mutex'. This should prevent a raceVisa Hankala
2018-03-20Do not panic from ddb(4) when a lock requirement isn't fulfilled.Martin Pieuchot
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2016-03-06DDB_REGS -> ddb_regsMartin Pieuchot
2016-03-05One ddb interface is enough for ppc.Martin Pieuchot