summaryrefslogtreecommitdiff
path: root/source/components/debugger
Commit message (Expand)AuthorAgeFilesLines
...
* acpiexec: enhance local signal handlerRobert Moore2017-05-231-0/+12
* Debugger/acpiexec: Cleanup error messagesRobert Moore2017-03-301-3/+3
* Update legal header in all source modulesRobert Moore2017-03-0214-0/+504
* Cleanup AML opcode definitions, no functional changeRobert Moore2017-02-231-1/+1
* Merge pull request #208 from zetalog/acpica-debuggerRobert Moore2017-02-231-0/+3
|\
| * Debugger: Add interpreter blocking mark for single-step modeLv Zheng2017-02-231-0/+3
* | debugger: fix memory leak on PathnameColin Ian King2017-02-221-0/+1
|/
* Source tree: Update copyright notices to 2017Robert Moore2017-01-0614-14/+14
* Revert "Acpica trivial"revert-196-acpica-trivialRobert Moore2016-12-213-50/+50
* Utilities: Fix format string type mistakesEmese Revfy2016-12-213-50/+50
* Debugger: Convert some mechanisms to OSPM specificLv Zheng2016-11-032-141/+40
* Cleanup for all string-to-integer conversionsRobert Moore2016-08-121-1/+2
* Debugger: Add subcommand for predefined name executionRobert Moore2016-08-103-29/+182
* Debugger: Fix wrong inclusions in dbfileio.cLv Zheng2016-07-221-13/+6
* Debugger: Extend some max line lengthsRobert Moore2016-05-201-2/+2
* Move all ASCII utilities to a common fileRobert Moore2016-04-191-1/+1
* All: const keyword changes across the ACPICA sourceRobert Moore2016-03-102-9/+10
* Utilities: Update for strtoul64 mergerRobert Moore2016-03-081-1/+2
* Remove unnecessary arguments to ACPI_INFORobert Moore2016-01-261-1/+1
* debugger: dbconvert: free pld_info on error return pathColin Ian King2016-01-261-2/+3
* Silence a -Wbad-function-cast warning when ACPI_UINTPTR_T is 'uintptr_t'.Sascha Wildner2016-01-071-1/+3
* Source tree: Update copyright notices to 2016Robert Moore2016-01-0614-14/+14
* iASL/AcpiExec: Update input file handling and verification.Robert Moore2015-12-171-1/+1
* Events: Uses CommonNotify for address space handlersLv Zheng2015-12-081-3/+3
* Events: Deploys AcpiEvFindRegionHandler()Lv Zheng2015-12-081-14/+10
* Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using different stub ...Lv Zheng2015-11-202-0/+48
* Revert "AcpiGetObjectInfo: Add support for ACPI 5.0 _SUB method."Robert Moore2015-11-061-33/+17
* Debugger: Remove some unecessary NULL checksRobert Moore2015-11-062-13/+3
* Disassembler/tools: Support for multiple ACPI tables in one fileRobert Moore2015-11-052-121/+28
* Debugger: Add thread ID support so that single step mode can only apply to th...Lv Zheng2015-10-202-2/+35
* 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-202-12/+26
* Merge pull request #101 from zetalog/acpica-pathRobert Moore2015-10-144-4/+4
|\
| * Debugger: reduce old external path formatLv Zheng2015-10-094-4/+4
* | Core: Major update for code formatting, no functional changesRobert Moore2015-10-0911-30/+35
|/
* 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-302-24/+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-252-12/+24
* Debugger: Fix dead lock issue ocurred in single stepping modeLv Zheng2015-09-251-0/+12
* Debugger: allow "predefined" command to be executed in OSPM kernelsLv Zheng2015-09-251-2/+2
* Debugger: Remove obsolete AcpiDbMethodEnd()Lv Zheng2015-09-251-30/+0
* Update source file permissions (2)Robert Moore2015-09-2314-0/+0
* Update source file permissions (1)Robert Moore2015-09-2314-0/+0
* Debugger: Update mutexes used for multithreaded debuggerRobert Moore2015-08-272-16/+14
* Debugger: Limit display of locals and argumentsRobert Moore2015-08-271-12/+63
* Remove unnecessary conditional compilation.Robert Moore2015-08-1414-58/+0
* Debugger: Cleanup debugging outputs to dump name path without trailing unders...Lv Zheng2015-08-142-5/+5
* Disassembler: Cleanup AcpiGbl_DbOpt_Verbose acpiexec usage.Lv Zheng2015-08-142-3/+2