summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbxface.c
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Convert some mechanisms to OSPM specificLv Zheng2016-11-031-50/+20
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using different stub ...Lv Zheng2015-11-201-0/+34
* Debugger: Add thread ID support so that single step mode can only apply to th...Lv Zheng2015-10-201-1/+34
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-10-201-0/+22
* Revert "Debugger: Fix "quit/exit" command by cleaning up user commands termin...Robert Moore2015-09-301-20/+0
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-09-251-0/+20
* Debugger: Remove obsolete AcpiDbMethodEnd()Lv Zheng2015-09-251-30/+0
* 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/+8
* Remove unnecessary conditional compilation.Robert Moore2015-08-141-7/+0
* Disassembler: Cleanup AcpiGbl_DbOpt_Verbose acpiexec usage.Lv Zheng2015-08-141-1/+0
* Disassembler: Cleanup AcpiGbl_DbOpt_Disasm.Lv Zheng2015-08-141-1/+0
* Debugger: Split debugger initialization/termination APIs.Lv Zheng2015-08-141-5/+9
* Debugger: Finish cleanup, no functional change.Robert Moore2015-08-111-4/+7
* Disassembler: Update for new listing mode.Robert Moore2015-07-311-5/+0
* Disassembler: Update prototype "listing" mode.Robert Moore2015-07-241-1/+1
* Debugger: Move debugger specific APIs to debugger component.Lv Zheng2015-07-071-0/+4
* Parser: Cleanup AmlOffset in ACPI_OPERAND_OBJECT.Lv Zheng2015-06-101-4/+8
* De-macroize calls to standard C library functions.Robert Moore2015-06-091-1/+1
* Update AML Debugger global variables.Robert Moore2015-02-271-8/+5
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-617/+617
* source and test: update copyright notices to 2015David E. Box2015-01-231-617/+617
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Debugger: Ensure that debug output is immediately disabled on termination.Robert Moore2013-08-231-0/+4
* Debugger: Update an initialization error message.Robert Moore2013-05-161-6/+9
* ACPICA termination: Clear debug buffer global.Robert Moore2013-05-091-0/+1
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+2
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Eliminate some small unnecessary pathname functions.Robert Moore2012-11-151-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* Remove extra spaces after periods within comments.Robert Moore2012-09-261-1/+1
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Debugger: Add max buffer length argument to AcpiOsGetLine.Robert Moore2011-05-171-1/+7
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Allow OS override of all ACPI tables.Robert Moore2008-12-091-4/+0
* Restructure includes into public/private.Robert Moore2008-10-221-0/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Replace OsQueueForExecution with OsExecutermoore12006-05-111-2/+2
* Add 2006 copyrightrmoore12006-01-091-43/+67
* Overhaul of the NATIVE* types. renamed to ACPI_NATIVE*, eliminatedaystarik2005-06-291-5/+3
* Split out command loop, added method termination xfaceaystarik2005-06-291-53/+111