summaryrefslogtreecommitdiff
path: root/source/components/debugger
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix dangling pointer warning for AcpiUtInitStackPtrTrace"revert-776-dangling-pointerRobert Moore2023-02-071-2/+2
* Merge pull request #776 from t-8ch/dangling-pointerRobert Moore2023-02-071-2/+2
|\
| * debug: use UINT_PTR_T to store stack boundariesThomas Weißschuh2022-05-211-2/+2
* | Update all copyrights/signons to 2023Robert Moore2023-02-0714-14/+14
|/
* Update copyright notices to the year 2022Robert Moore2022-02-1714-14/+14
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-0514-14/+14
* Merge pull request #640 from qzed/fix-ae-class-macrosRobert Moore2020-11-191-1/+1
|\
| * Clean up exception code class checksMaximilian Luz2020-10-181-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-183-36/+199
* Tree-wide: fix various typos and spelling mistakesColin Ian King2020-07-301-1/+1
* iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda2020-05-271-0/+2
* Move AcpiGbl_NextCmdNum definition to acglobal.hErik Kaneda2020-04-061-1/+0
* Fixes for AcpiExec namespace init fileRobert Moore2020-03-251-11/+8
* acpiexec: remove redeclaration of AcpiGbl_DbOpt_NoRegionSupportErik Kaneda2020-03-031-0/+1
* All acpica: Update copyrights to 2020Robert Moore2020-01-0914-14/+14
* acpisrc: add unix line ending support for non-windows buildErik Schmauss2019-11-141-1/+0
* debugger: fix spelling mistake "adress" -> "address"Colin Ian King2019-11-051-1/+1
* debugger: remove leading whitespaces when converting a string to a bufferErik Schmauss2019-10-151-0/+4
* debugger: add field unit support for AcpiDbGetNextTokenErik Schmauss2019-10-151-0/+16
* debugger: surround field unit output with braces '{'Erik Schmauss2019-10-151-1/+6
* Debugger: Fix a format string for output of a 64-bit integer.Robert Moore2019-10-101-2/+2
* debugger: add command to dump all fields of a particular subtypeErik Schmauss2019-10-092-0/+136
* make acpi_load_table() return table indexNikolaus Voss2019-09-261-1/+1
* Results from Clang changes/fixesRobert Moore2019-08-214-4/+5
* Fully deploy ACPI_PRINTF_LIKE macroRobert Moore2019-08-142-51/+51
* Fix some coverity-found issuesRobert Moore2019-07-313-14/+12
* Increase total number of possible Owner IDsRobert Moore2019-07-251-0/+5
* Debugger: remove redundant assignment on ObjDescColin Ian King2019-07-041-1/+0
* Rename nameseg length macro/define for clarityRobert Moore2019-02-221-1/+1
* Rename nameseg compare macro for clarityRobert Moore2019-02-221-1/+1
* Trivial: fix spelling mistakesErik Schmauss2019-02-143-4/+4
* Update/clarify messages for control method failuresRobert Moore2019-01-231-2/+2
* Debugger: Fix possible fault with the "test objects" commandRobert Moore2019-01-181-66/+97
* All acpica: Update copyrights to 2019Robert Moore2019-01-0814-14/+14
* Debugger: refactor to fix unused variable warningErik Schmauss2018-10-031-46/+76
* Debugger: Remove extraneous semicolonRobert Moore2018-08-131-1/+1
* Debugger: Cleanup interface to the AML disassemblerRobert Moore2018-08-073-7/+20
* Debugger: Reduce verbosity for module-level code errors.Robert Moore2018-05-231-1/+25
* Debugger: Add count of namespace nodes after namespace dumpRobert Moore2018-05-111-0/+1
* Debugger: Removed direct support for EC address space in "Test Objects"Robert Moore2018-04-271-2/+1
* Debugger: Add Package support for "test objects" commandRobert Moore2018-04-271-2/+62
* Improve error messages for the namespace root nodeRobert Moore2018-04-191-2/+11
* Remove calling of _STA from AcpiGetObjectInfo()Hans de Goede2018-02-261-3/+2
* All acpica: Update copyrights to 2018Robert Moore2018-01-0414-14/+14
* Create and deploy safe version of strncpy. No functional changeRobert Moore2017-12-081-1/+1
* Debugger: add "background" command for method executionRobert Moore2017-10-182-92/+237
* Restructure/cleanup all string-to-integer conversion functionsRobert Moore2017-08-181-3/+1
* Debugger: Improve support for Alias objectsRobert Moore2017-07-271-4/+29
* Update a couple of debug output messagesRobert Moore2017-05-241-1/+1