ddb: Add a command to call the ACPICA debugger if ACPI_DEBUG is specified.
authorSascha Wildner <saw@online.de>
Sun, 19 Jul 2015 11:46:05 +0000 (13:46 +0200)
committerSascha Wildner <saw@online.de>
Sun, 19 Jul 2015 11:48:19 +0000 (13:48 +0200)
commit58cf740c86bd277ef613ff23d88b1907ae737eda
tree11b452549c1243275febf1b036ef178f4b8fb1ad
parent65b983ff368f34321dae0156fef7d798eb041984
ddb: Add a command to call the ACPICA debugger if ACPI_DEBUG is specified.

Code stolen from AcpiDbUserCommands() but it won't AcpiTerminate() upon
"Exit" or "Quit" commands so that we may 'continue' from ddb.
share/man/man4/ddb.4
sys/dev/acpica/Osd/OsdDebug.c
sys/dev/acpica/acpivar.h