xref: /freebsd/sys/contrib/dev/acpica/include/acdebug.h (revision d6dd1baec023a9afde47949fbeb56fda4092145a)
1a9f12690SJung-uk Kim /******************************************************************************
2a9f12690SJung-uk Kim  *
3a9f12690SJung-uk Kim  * Name: acdebug.h - ACPI/AML debugger
4a9f12690SJung-uk Kim  *
5a9f12690SJung-uk Kim  *****************************************************************************/
6a9f12690SJung-uk Kim 
7a9f12690SJung-uk Kim /******************************************************************************
8a9f12690SJung-uk Kim  *
9a9f12690SJung-uk Kim  * 1. Copyright Notice
10a9f12690SJung-uk Kim  *
11a9f12690SJung-uk Kim  * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
12a9f12690SJung-uk Kim  * All rights reserved.
13a9f12690SJung-uk Kim  *
14a9f12690SJung-uk Kim  * 2. License
15a9f12690SJung-uk Kim  *
16a9f12690SJung-uk Kim  * 2.1. This is your license from Intel Corp. under its intellectual property
17a9f12690SJung-uk Kim  * rights.  You may have additional license terms from the party that provided
18a9f12690SJung-uk Kim  * you this software, covering your right to use that party's intellectual
19a9f12690SJung-uk Kim  * property rights.
20a9f12690SJung-uk Kim  *
21a9f12690SJung-uk Kim  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22a9f12690SJung-uk Kim  * copy of the source code appearing in this file ("Covered Code") an
23a9f12690SJung-uk Kim  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24a9f12690SJung-uk Kim  * base code distributed originally by Intel ("Original Intel Code") to copy,
25a9f12690SJung-uk Kim  * make derivatives, distribute, use and display any portion of the Covered
26a9f12690SJung-uk Kim  * Code in any form, with the right to sublicense such rights; and
27a9f12690SJung-uk Kim  *
28a9f12690SJung-uk Kim  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29a9f12690SJung-uk Kim  * license (with the right to sublicense), under only those claims of Intel
30a9f12690SJung-uk Kim  * patents that are infringed by the Original Intel Code, to make, use, sell,
31a9f12690SJung-uk Kim  * offer to sell, and import the Covered Code and derivative works thereof
32a9f12690SJung-uk Kim  * solely to the minimum extent necessary to exercise the above copyright
33a9f12690SJung-uk Kim  * license, and in no event shall the patent license extend to any additions
34a9f12690SJung-uk Kim  * to or modifications of the Original Intel Code.  No other license or right
35a9f12690SJung-uk Kim  * is granted directly or by implication, estoppel or otherwise;
36a9f12690SJung-uk Kim  *
37a9f12690SJung-uk Kim  * The above copyright and patent license is granted only if the following
38a9f12690SJung-uk Kim  * conditions are met:
39a9f12690SJung-uk Kim  *
40a9f12690SJung-uk Kim  * 3. Conditions
41a9f12690SJung-uk Kim  *
42a9f12690SJung-uk Kim  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43a9f12690SJung-uk Kim  * Redistribution of source code of any substantial portion of the Covered
44a9f12690SJung-uk Kim  * Code or modification with rights to further distribute source must include
45a9f12690SJung-uk Kim  * the above Copyright Notice, the above License, this list of Conditions,
46a9f12690SJung-uk Kim  * and the following Disclaimer and Export Compliance provision.  In addition,
47a9f12690SJung-uk Kim  * Licensee must cause all Covered Code to which Licensee contributes to
48a9f12690SJung-uk Kim  * contain a file documenting the changes Licensee made to create that Covered
49a9f12690SJung-uk Kim  * Code and the date of any change.  Licensee must include in that file the
50a9f12690SJung-uk Kim  * documentation of any changes made by any predecessor Licensee.  Licensee
51a9f12690SJung-uk Kim  * must include a prominent statement that the modification is derived,
52a9f12690SJung-uk Kim  * directly or indirectly, from Original Intel Code.
53a9f12690SJung-uk Kim  *
54a9f12690SJung-uk Kim  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55a9f12690SJung-uk Kim  * Redistribution of source code of any substantial portion of the Covered
56a9f12690SJung-uk Kim  * Code or modification without rights to further distribute source must
57a9f12690SJung-uk Kim  * include the following Disclaimer and Export Compliance provision in the
58a9f12690SJung-uk Kim  * documentation and/or other materials provided with distribution.  In
59a9f12690SJung-uk Kim  * addition, Licensee may not authorize further sublicense of source of any
60a9f12690SJung-uk Kim  * portion of the Covered Code, and must include terms to the effect that the
61a9f12690SJung-uk Kim  * license from Licensee to its licensee is limited to the intellectual
62a9f12690SJung-uk Kim  * property embodied in the software Licensee provides to its licensee, and
63a9f12690SJung-uk Kim  * not to intellectual property embodied in modifications its licensee may
64a9f12690SJung-uk Kim  * make.
65a9f12690SJung-uk Kim  *
66a9f12690SJung-uk Kim  * 3.3. Redistribution of Executable. Redistribution in executable form of any
67a9f12690SJung-uk Kim  * substantial portion of the Covered Code or modification must reproduce the
68a9f12690SJung-uk Kim  * above Copyright Notice, and the following Disclaimer and Export Compliance
69a9f12690SJung-uk Kim  * provision in the documentation and/or other materials provided with the
70a9f12690SJung-uk Kim  * distribution.
71a9f12690SJung-uk Kim  *
72a9f12690SJung-uk Kim  * 3.4. Intel retains all right, title, and interest in and to the Original
73a9f12690SJung-uk Kim  * Intel Code.
74a9f12690SJung-uk Kim  *
75a9f12690SJung-uk Kim  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76a9f12690SJung-uk Kim  * Intel shall be used in advertising or otherwise to promote the sale, use or
77a9f12690SJung-uk Kim  * other dealings in products derived from or relating to the Covered Code
78a9f12690SJung-uk Kim  * without prior written authorization from Intel.
79a9f12690SJung-uk Kim  *
80a9f12690SJung-uk Kim  * 4. Disclaimer and Export Compliance
81a9f12690SJung-uk Kim  *
82a9f12690SJung-uk Kim  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83a9f12690SJung-uk Kim  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84a9f12690SJung-uk Kim  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
85a9f12690SJung-uk Kim  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
86a9f12690SJung-uk Kim  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
87a9f12690SJung-uk Kim  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
88a9f12690SJung-uk Kim  * PARTICULAR PURPOSE.
89a9f12690SJung-uk Kim  *
90a9f12690SJung-uk Kim  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91a9f12690SJung-uk Kim  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92a9f12690SJung-uk Kim  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93a9f12690SJung-uk Kim  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94a9f12690SJung-uk Kim  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95a9f12690SJung-uk Kim  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
96a9f12690SJung-uk Kim  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
97a9f12690SJung-uk Kim  * LIMITED REMEDY.
98a9f12690SJung-uk Kim  *
99a9f12690SJung-uk Kim  * 4.3. Licensee shall not export, either directly or indirectly, any of this
100a9f12690SJung-uk Kim  * software or system incorporating such software without first obtaining any
101a9f12690SJung-uk Kim  * required license or other approval from the U. S. Department of Commerce or
102a9f12690SJung-uk Kim  * any other agency or department of the United States Government.  In the
103a9f12690SJung-uk Kim  * event Licensee exports any such software from the United States or
104a9f12690SJung-uk Kim  * re-exports any such software from a foreign destination, Licensee shall
105a9f12690SJung-uk Kim  * ensure that the distribution and export/re-export of the software is in
106a9f12690SJung-uk Kim  * compliance with all laws, regulations, orders, or other restrictions of the
107a9f12690SJung-uk Kim  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108a9f12690SJung-uk Kim  * any of its subsidiaries will export/re-export any technical data, process,
109a9f12690SJung-uk Kim  * software, or service, directly or indirectly, to any country for which the
110a9f12690SJung-uk Kim  * United States government or any agency thereof requires an export license,
111a9f12690SJung-uk Kim  * other governmental approval, or letter of assurance, without first obtaining
112a9f12690SJung-uk Kim  * such license, approval or letter.
113a9f12690SJung-uk Kim  *
114a9f12690SJung-uk Kim  *****************************************************************************/
115a9f12690SJung-uk Kim 
116a9f12690SJung-uk Kim #ifndef __ACDEBUG_H__
117a9f12690SJung-uk Kim #define __ACDEBUG_H__
118a9f12690SJung-uk Kim 
119a9f12690SJung-uk Kim 
120a9f12690SJung-uk Kim #define ACPI_DEBUG_BUFFER_SIZE  4196
121a9f12690SJung-uk Kim 
122a9f12690SJung-uk Kim typedef struct CommandInfo
123a9f12690SJung-uk Kim {
124a9f12690SJung-uk Kim     char                    *Name;          /* Command Name */
125a9f12690SJung-uk Kim     UINT8                   MinArgs;        /* Minimum arguments required */
126a9f12690SJung-uk Kim 
127a9f12690SJung-uk Kim } COMMAND_INFO;
128a9f12690SJung-uk Kim 
129a9f12690SJung-uk Kim 
130a9f12690SJung-uk Kim typedef struct ArgumentInfo
131a9f12690SJung-uk Kim {
132a9f12690SJung-uk Kim     char                    *Name;          /* Argument Name */
133a9f12690SJung-uk Kim 
134a9f12690SJung-uk Kim } ARGUMENT_INFO;
135a9f12690SJung-uk Kim 
136a9f12690SJung-uk Kim 
137a9f12690SJung-uk Kim #define PARAM_LIST(pl)                  pl
138a9f12690SJung-uk Kim #define DBTEST_OUTPUT_LEVEL(lvl)        if (AcpiGbl_DbOpt_verbose)
139a9f12690SJung-uk Kim #define VERBOSE_PRINT(fp)               DBTEST_OUTPUT_LEVEL(lvl) {\
140a9f12690SJung-uk Kim                                             AcpiOsPrintf PARAM_LIST(fp);}
141a9f12690SJung-uk Kim 
142a9f12690SJung-uk Kim #define EX_NO_SINGLE_STEP               1
143a9f12690SJung-uk Kim #define EX_SINGLE_STEP                  2
144a9f12690SJung-uk Kim 
145a9f12690SJung-uk Kim 
146a9f12690SJung-uk Kim /*
147a9f12690SJung-uk Kim  * dbxface - external debugger interfaces
148a9f12690SJung-uk Kim  */
149a9f12690SJung-uk Kim ACPI_STATUS
150a9f12690SJung-uk Kim AcpiDbInitialize (
151a9f12690SJung-uk Kim     void);
152a9f12690SJung-uk Kim 
153a9f12690SJung-uk Kim void
154a9f12690SJung-uk Kim AcpiDbTerminate (
155a9f12690SJung-uk Kim     void);
156a9f12690SJung-uk Kim 
157a9f12690SJung-uk Kim ACPI_STATUS
158a9f12690SJung-uk Kim AcpiDbSingleStep (
159a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
160a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op,
161a9f12690SJung-uk Kim     UINT32                  OpType);
162a9f12690SJung-uk Kim 
163a9f12690SJung-uk Kim 
164a9f12690SJung-uk Kim /*
165a9f12690SJung-uk Kim  * dbcmds - debug commands and output routines
166a9f12690SJung-uk Kim  */
167a9f12690SJung-uk Kim ACPI_STATUS
168a9f12690SJung-uk Kim AcpiDbDisassembleMethod (
169a9f12690SJung-uk Kim     char                    *Name);
170a9f12690SJung-uk Kim 
171a9f12690SJung-uk Kim void
172a9f12690SJung-uk Kim AcpiDbDisplayTableInfo (
173a9f12690SJung-uk Kim     char                    *TableArg);
174a9f12690SJung-uk Kim 
175a9f12690SJung-uk Kim void
176a9f12690SJung-uk Kim AcpiDbUnloadAcpiTable (
177a9f12690SJung-uk Kim     char                    *TableArg,
178a9f12690SJung-uk Kim     char                    *InstanceArg);
179a9f12690SJung-uk Kim 
180a9f12690SJung-uk Kim void
181a9f12690SJung-uk Kim AcpiDbSetMethodBreakpoint (
182a9f12690SJung-uk Kim     char                    *Location,
183a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
184a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
185a9f12690SJung-uk Kim 
186a9f12690SJung-uk Kim void
187a9f12690SJung-uk Kim AcpiDbSetMethodCallBreakpoint (
188a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
189a9f12690SJung-uk Kim 
190a9f12690SJung-uk Kim void
191a9f12690SJung-uk Kim AcpiDbGetBusInfo (
192a9f12690SJung-uk Kim     void);
193a9f12690SJung-uk Kim 
194a9f12690SJung-uk Kim void
195a9f12690SJung-uk Kim AcpiDbDisassembleAml (
196a9f12690SJung-uk Kim     char                    *Statements,
197a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
198a9f12690SJung-uk Kim 
199a9f12690SJung-uk Kim void
200a9f12690SJung-uk Kim AcpiDbDumpNamespace (
201a9f12690SJung-uk Kim     char                    *StartArg,
202a9f12690SJung-uk Kim     char                    *DepthArg);
203a9f12690SJung-uk Kim 
204a9f12690SJung-uk Kim void
205a9f12690SJung-uk Kim AcpiDbDumpNamespaceByOwner (
206a9f12690SJung-uk Kim     char                    *OwnerArg,
207a9f12690SJung-uk Kim     char                    *DepthArg);
208a9f12690SJung-uk Kim 
209a9f12690SJung-uk Kim void
210a9f12690SJung-uk Kim AcpiDbSendNotify (
211a9f12690SJung-uk Kim     char                    *Name,
212a9f12690SJung-uk Kim     UINT32                  Value);
213a9f12690SJung-uk Kim 
214a9f12690SJung-uk Kim void
215a9f12690SJung-uk Kim AcpiDbSetMethodData (
216a9f12690SJung-uk Kim     char                    *TypeArg,
217a9f12690SJung-uk Kim     char                    *IndexArg,
218a9f12690SJung-uk Kim     char                    *ValueArg);
219a9f12690SJung-uk Kim 
220a9f12690SJung-uk Kim ACPI_STATUS
221a9f12690SJung-uk Kim AcpiDbDisplayObjects (
222a9f12690SJung-uk Kim     char                    *ObjTypeArg,
223a9f12690SJung-uk Kim     char                    *DisplayCountArg);
224a9f12690SJung-uk Kim 
225a9f12690SJung-uk Kim ACPI_STATUS
226a9f12690SJung-uk Kim AcpiDbFindNameInNamespace (
227a9f12690SJung-uk Kim     char                    *NameArg);
228a9f12690SJung-uk Kim 
229a9f12690SJung-uk Kim void
230a9f12690SJung-uk Kim AcpiDbSetScope (
231a9f12690SJung-uk Kim     char                    *Name);
232a9f12690SJung-uk Kim 
233a9f12690SJung-uk Kim ACPI_STATUS
234a9f12690SJung-uk Kim AcpiDbSleep (
235a9f12690SJung-uk Kim     char                    *ObjectArg);
236a9f12690SJung-uk Kim 
237a9f12690SJung-uk Kim void
238a9f12690SJung-uk Kim AcpiDbFindReferences (
239a9f12690SJung-uk Kim     char                    *ObjectArg);
240a9f12690SJung-uk Kim 
241a9f12690SJung-uk Kim void
242a9f12690SJung-uk Kim AcpiDbDisplayLocks (
243a9f12690SJung-uk Kim     void);
244a9f12690SJung-uk Kim 
245a9f12690SJung-uk Kim void
246a9f12690SJung-uk Kim AcpiDbDisplayResources (
247a9f12690SJung-uk Kim     char                    *ObjectArg);
248a9f12690SJung-uk Kim 
249a9f12690SJung-uk Kim void
250a9f12690SJung-uk Kim AcpiDbDisplayGpes (
251a9f12690SJung-uk Kim     void);
252a9f12690SJung-uk Kim 
253a9f12690SJung-uk Kim void
254a9f12690SJung-uk Kim AcpiDbCheckIntegrity (
255a9f12690SJung-uk Kim     void);
256a9f12690SJung-uk Kim 
257a9f12690SJung-uk Kim void
258a9f12690SJung-uk Kim AcpiDbGenerateGpe (
259a9f12690SJung-uk Kim     char                    *GpeArg,
260a9f12690SJung-uk Kim     char                    *BlockArg);
261a9f12690SJung-uk Kim 
262a9f12690SJung-uk Kim void
263a9f12690SJung-uk Kim AcpiDbCheckPredefinedNames (
264a9f12690SJung-uk Kim     void);
265a9f12690SJung-uk Kim 
266a9f12690SJung-uk Kim void
267a9f12690SJung-uk Kim AcpiDbBatchExecute (
268a9f12690SJung-uk Kim     void);
269a9f12690SJung-uk Kim 
270a9f12690SJung-uk Kim /*
271a9f12690SJung-uk Kim  * dbdisply - debug display commands
272a9f12690SJung-uk Kim  */
273a9f12690SJung-uk Kim void
274a9f12690SJung-uk Kim AcpiDbDisplayMethodInfo (
275a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
276a9f12690SJung-uk Kim 
277a9f12690SJung-uk Kim void
278a9f12690SJung-uk Kim AcpiDbDecodeAndDisplayObject (
279a9f12690SJung-uk Kim     char                    *Target,
280a9f12690SJung-uk Kim     char                    *OutputType);
281a9f12690SJung-uk Kim 
282a9f12690SJung-uk Kim void
283a9f12690SJung-uk Kim AcpiDbDisplayResultObject (
284a9f12690SJung-uk Kim     ACPI_OPERAND_OBJECT     *ObjDesc,
285a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState);
286a9f12690SJung-uk Kim 
287a9f12690SJung-uk Kim ACPI_STATUS
288a9f12690SJung-uk Kim AcpiDbDisplayAllMethods (
289a9f12690SJung-uk Kim     char                    *DisplayCountArg);
290a9f12690SJung-uk Kim 
291a9f12690SJung-uk Kim void
292a9f12690SJung-uk Kim AcpiDbDisplayArguments (
293a9f12690SJung-uk Kim     void);
294a9f12690SJung-uk Kim 
295a9f12690SJung-uk Kim void
296a9f12690SJung-uk Kim AcpiDbDisplayLocals (
297a9f12690SJung-uk Kim     void);
298a9f12690SJung-uk Kim 
299a9f12690SJung-uk Kim void
300a9f12690SJung-uk Kim AcpiDbDisplayResults (
301a9f12690SJung-uk Kim     void);
302a9f12690SJung-uk Kim 
303a9f12690SJung-uk Kim void
304a9f12690SJung-uk Kim AcpiDbDisplayCallingTree (
305a9f12690SJung-uk Kim     void);
306a9f12690SJung-uk Kim 
307a9f12690SJung-uk Kim void
308a9f12690SJung-uk Kim AcpiDbDisplayObjectType (
309a9f12690SJung-uk Kim     char                    *ObjectArg);
310a9f12690SJung-uk Kim 
311a9f12690SJung-uk Kim void
312a9f12690SJung-uk Kim AcpiDbDisplayArgumentObject (
313a9f12690SJung-uk Kim     ACPI_OPERAND_OBJECT     *ObjDesc,
314a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState);
315a9f12690SJung-uk Kim 
316d6dd1baeSJung-uk Kim 
317a9f12690SJung-uk Kim /*
318a9f12690SJung-uk Kim  * dbexec - debugger control method execution
319a9f12690SJung-uk Kim  */
320a9f12690SJung-uk Kim void
321a9f12690SJung-uk Kim AcpiDbExecute (
322a9f12690SJung-uk Kim     char                    *Name,
323a9f12690SJung-uk Kim     char                    **Args,
324a9f12690SJung-uk Kim     UINT32                  Flags);
325a9f12690SJung-uk Kim 
326a9f12690SJung-uk Kim void
327a9f12690SJung-uk Kim AcpiDbCreateExecutionThreads (
328a9f12690SJung-uk Kim     char                    *NumThreadsArg,
329a9f12690SJung-uk Kim     char                    *NumLoopsArg,
330a9f12690SJung-uk Kim     char                    *MethodNameArg);
331a9f12690SJung-uk Kim 
332a9f12690SJung-uk Kim #ifdef ACPI_DBG_TRACK_ALLOCATIONS
333a9f12690SJung-uk Kim UINT32
334a9f12690SJung-uk Kim AcpiDbGetCacheInfo (
335a9f12690SJung-uk Kim     ACPI_MEMORY_LIST        *Cache);
336a9f12690SJung-uk Kim #endif
337a9f12690SJung-uk Kim 
338a9f12690SJung-uk Kim 
339a9f12690SJung-uk Kim /*
340a9f12690SJung-uk Kim  * dbfileio - Debugger file I/O commands
341a9f12690SJung-uk Kim  */
342a9f12690SJung-uk Kim ACPI_OBJECT_TYPE
343a9f12690SJung-uk Kim AcpiDbMatchArgument (
344a9f12690SJung-uk Kim     char                    *UserArgument,
345a9f12690SJung-uk Kim     ARGUMENT_INFO           *Arguments);
346a9f12690SJung-uk Kim 
347a9f12690SJung-uk Kim void
348a9f12690SJung-uk Kim AcpiDbCloseDebugFile (
349a9f12690SJung-uk Kim     void);
350a9f12690SJung-uk Kim 
351a9f12690SJung-uk Kim void
352a9f12690SJung-uk Kim AcpiDbOpenDebugFile (
353a9f12690SJung-uk Kim     char                    *Name);
354a9f12690SJung-uk Kim 
355a9f12690SJung-uk Kim ACPI_STATUS
356a9f12690SJung-uk Kim AcpiDbLoadAcpiTable (
357a9f12690SJung-uk Kim     char                    *Filename);
358a9f12690SJung-uk Kim 
359a9f12690SJung-uk Kim ACPI_STATUS
360a9f12690SJung-uk Kim AcpiDbGetTableFromFile (
361a9f12690SJung-uk Kim     char                    *Filename,
362a9f12690SJung-uk Kim     ACPI_TABLE_HEADER       **Table);
363a9f12690SJung-uk Kim 
364a9f12690SJung-uk Kim ACPI_STATUS
365a9f12690SJung-uk Kim AcpiDbReadTableFromFile (
366a9f12690SJung-uk Kim     char                    *Filename,
367a9f12690SJung-uk Kim     ACPI_TABLE_HEADER       **Table);
368a9f12690SJung-uk Kim 
369a9f12690SJung-uk Kim 
370a9f12690SJung-uk Kim /*
371a9f12690SJung-uk Kim  * dbhistry - debugger HISTORY command
372a9f12690SJung-uk Kim  */
373a9f12690SJung-uk Kim void
374a9f12690SJung-uk Kim AcpiDbAddToHistory (
375a9f12690SJung-uk Kim     char                    *CommandLine);
376a9f12690SJung-uk Kim 
377a9f12690SJung-uk Kim void
378a9f12690SJung-uk Kim AcpiDbDisplayHistory (
379a9f12690SJung-uk Kim     void);
380a9f12690SJung-uk Kim 
381a9f12690SJung-uk Kim char *
382a9f12690SJung-uk Kim AcpiDbGetFromHistory (
383a9f12690SJung-uk Kim     char                    *CommandNumArg);
384a9f12690SJung-uk Kim 
385a9f12690SJung-uk Kim 
386a9f12690SJung-uk Kim /*
387a9f12690SJung-uk Kim  * dbinput - user front-end to the AML debugger
388a9f12690SJung-uk Kim  */
389a9f12690SJung-uk Kim ACPI_STATUS
390a9f12690SJung-uk Kim AcpiDbCommandDispatch (
391a9f12690SJung-uk Kim     char                    *InputBuffer,
392a9f12690SJung-uk Kim     ACPI_WALK_STATE         *WalkState,
393a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
394a9f12690SJung-uk Kim 
395a9f12690SJung-uk Kim void ACPI_SYSTEM_XFACE
396a9f12690SJung-uk Kim AcpiDbExecuteThread (
397a9f12690SJung-uk Kim     void                    *Context);
398a9f12690SJung-uk Kim 
399a9f12690SJung-uk Kim ACPI_STATUS
400a9f12690SJung-uk Kim AcpiDbUserCommands (
401a9f12690SJung-uk Kim     char                    Prompt,
402a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Op);
403a9f12690SJung-uk Kim 
404a9f12690SJung-uk Kim 
405a9f12690SJung-uk Kim /*
406a9f12690SJung-uk Kim  * dbstats - Generation and display of ACPI table statistics
407a9f12690SJung-uk Kim  */
408a9f12690SJung-uk Kim void
409a9f12690SJung-uk Kim AcpiDbGenerateStatistics (
410a9f12690SJung-uk Kim     ACPI_PARSE_OBJECT       *Root,
411a9f12690SJung-uk Kim     BOOLEAN                 IsMethod);
412a9f12690SJung-uk Kim 
413a9f12690SJung-uk Kim ACPI_STATUS
414a9f12690SJung-uk Kim AcpiDbDisplayStatistics (
415a9f12690SJung-uk Kim     char                    *TypeArg);
416a9f12690SJung-uk Kim 
417a9f12690SJung-uk Kim 
418a9f12690SJung-uk Kim /*
419a9f12690SJung-uk Kim  * dbutils - AML debugger utilities
420a9f12690SJung-uk Kim  */
421a9f12690SJung-uk Kim void
422a9f12690SJung-uk Kim AcpiDbSetOutputDestination (
423a9f12690SJung-uk Kim     UINT32                  Where);
424a9f12690SJung-uk Kim 
425a9f12690SJung-uk Kim void
426a9f12690SJung-uk Kim AcpiDbDumpExternalObject (
427a9f12690SJung-uk Kim     ACPI_OBJECT             *ObjDesc,
428a9f12690SJung-uk Kim     UINT32                  Level);
429a9f12690SJung-uk Kim 
430a9f12690SJung-uk Kim void
431a9f12690SJung-uk Kim AcpiDbPrepNamestring (
432a9f12690SJung-uk Kim     char                    *Name);
433a9f12690SJung-uk Kim 
434a9f12690SJung-uk Kim ACPI_NAMESPACE_NODE *
435a9f12690SJung-uk Kim AcpiDbLocalNsLookup (
436a9f12690SJung-uk Kim     char                    *Name);
437a9f12690SJung-uk Kim 
438a9f12690SJung-uk Kim void
439a9f12690SJung-uk Kim AcpiDbUInt32ToHexString (
440a9f12690SJung-uk Kim     UINT32                  Value,
441a9f12690SJung-uk Kim     char                    *Buffer);
442a9f12690SJung-uk Kim 
443a9f12690SJung-uk Kim #endif  /* __ACDEBUG_H__ */
444