git: ddb: Add a command to call the ACPICA debugger if ACPI_DEBUG is specified.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Jul 19 04:48:31 PDT 2015


commit 58cf740c86bd277ef613ff23d88b1907ae737eda
Author: Sascha Wildner <saw at online.de>
Date:   Sun Jul 19 13:46:05 2015 +0200

    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.

Summary of changes:
 share/man/man4/ddb.4          |  8 +++++++-
 sys/dev/acpica/Osd/OsdDebug.c | 24 ++++++++++++------------
 sys/dev/acpica/acpivar.h      |  4 ----
 3 files changed, 19 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/58cf740c86bd277ef613ff23d88b1907ae737eda


-- 
DragonFly BSD source repository



More information about the Commits mailing list