summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbinput.c
Commit message (Expand)AuthorAgeFilesLines
* Add interrupt command to acpiexecJose Marinho2023-05-091-0/+8
* Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
* Update copyright notices to the year 2022Robert Moore2022-02-171-1/+1
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* iASL/AcpiExec/AcpiHelp: Additional changes for gcc 10.2.0.Robert Moore2020-11-181-2/+2
* Debugger: Add a new command, "ALL <NameSeg>"Robert Moore2020-09-181-0/+10
* Tree-wide: fix various typos and spelling mistakesColin Ian King2020-07-301-1/+1
* Fixes for AcpiExec namespace init fileRobert Moore2020-03-251-11/+8
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* debugger: fix spelling mistake "adress" -> "address"Colin Ian King2019-11-051-1/+1
* debugger: add field unit support for AcpiDbGetNextTokenErik Schmauss2019-10-151-0/+16
* debugger: add command to dump all fields of a particular subtypeErik Schmauss2019-10-091-0/+19
* Results from Clang changes/fixesRobert Moore2019-08-211-1/+0
* Fully deploy ACPI_PRINTF_LIKE macroRobert Moore2019-08-141-4/+4
* Fix some coverity-found issuesRobert Moore2019-07-311-1/+1
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* Debugger: Remove extraneous semicolonRobert Moore2018-08-131-1/+1
* Debugger: Cleanup interface to the AML disassemblerRobert Moore2018-08-071-1/+9
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Debugger: add "background" command for method executionRobert Moore2017-10-181-91/+114
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Revert "Acpica trivial"revert-196-acpica-trivialRobert Moore2016-12-211-5/+5
* Utilities: Fix format string type mistakesEmese Revfy2016-12-211-5/+5
* Debugger: Convert some mechanisms to OSPM specificLv Zheng2016-11-031-91/+20
* Debugger: Add subcommand for predefined name executionRobert Moore2016-08-101-0/+1
* All: const keyword changes across the ACPICA sourceRobert Moore2016-03-101-5/+6
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* iASL/AcpiExec: Update input file handling and verification.Robert Moore2015-12-171-1/+1
* Debugger: Remove some unecessary NULL checksRobert Moore2015-11-061-4/+1
* Disassembler/tools: Support for multiple ACPI tables in one fileRobert Moore2015-11-051-1/+12
* Debugger: Fix "terminate" command by cleaning up subsystem shutdown logicLv Zheng2015-10-201-1/+2
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-10-201-12/+4
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-091-2/+2
* Debugger: Remove unnecessary status checkRobert Moore2015-10-071-4/+0
* Revert "Debugger: Fix "quit/exit" command by cleaning up user commands termin...Robert Moore2015-09-301-4/+12
* Revert "Debugger: Fix "terminate" command by cleaning up subsystem shutdown l...Robert Moore2015-09-301-2/+1
* Debugger: Fix "terminate" command by cleaning up subsystem shutdown logicLv Zheng2015-09-251-1/+2
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-09-251-12/+4
* Debugger: allow "predefined" command to be executed in OSPM kernelsLv Zheng2015-09-251-2/+2
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Debugger: Update mutexes used for multithreaded debuggerRobert Moore2015-08-271-8/+6
* Remove unnecessary conditional compilation.Robert Moore2015-08-141-4/+0
* Debugger: Make simulater related command to be compiled only for acpiexec.Lv Zheng2015-08-141-103/+130
* Debugger: Split debugger initialization/termination APIs.Lv Zheng2015-08-141-0/+4
* Debugger: Add option to display namespace summary/counts.Robert Moore2015-08-121-2/+2
* Debugger: Finish cleanup, no functional change.Robert Moore2015-08-111-5/+10
* Debugger: Update help screen.Robert Moore2015-07-161-5/+5
* Debugger: Correct help messages.Lv Zheng2015-07-091-1/+1