]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/contrib/dev/acpica/debugger/dbxface.c
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / contrib / dev / acpica / debugger / dbxface.c
1 /*******************************************************************************
2  *
3  * Module Name: dbxface - AML Debugger external interfaces
4  *
5  ******************************************************************************/
6
7 /******************************************************************************
8  *
9  * 1. Copyright Notice
10  *
11  * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
12  * All rights reserved.
13  *
14  * 2. License
15  *
16  * 2.1. This is your license from Intel Corp. under its intellectual property
17  * rights.  You may have additional license terms from the party that provided
18  * you this software, covering your right to use that party's intellectual
19  * property rights.
20  *
21  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22  * copy of the source code appearing in this file ("Covered Code") an
23  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24  * base code distributed originally by Intel ("Original Intel Code") to copy,
25  * make derivatives, distribute, use and display any portion of the Covered
26  * Code in any form, with the right to sublicense such rights; and
27  *
28  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29  * license (with the right to sublicense), under only those claims of Intel
30  * patents that are infringed by the Original Intel Code, to make, use, sell,
31  * offer to sell, and import the Covered Code and derivative works thereof
32  * solely to the minimum extent necessary to exercise the above copyright
33  * license, and in no event shall the patent license extend to any additions
34  * to or modifications of the Original Intel Code.  No other license or right
35  * is granted directly or by implication, estoppel or otherwise;
36  *
37  * The above copyright and patent license is granted only if the following
38  * conditions are met:
39  *
40  * 3. Conditions
41  *
42  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43  * Redistribution of source code of any substantial portion of the Covered
44  * Code or modification with rights to further distribute source must include
45  * the above Copyright Notice, the above License, this list of Conditions,
46  * and the following Disclaimer and Export Compliance provision.  In addition,
47  * Licensee must cause all Covered Code to which Licensee contributes to
48  * contain a file documenting the changes Licensee made to create that Covered
49  * Code and the date of any change.  Licensee must include in that file the
50  * documentation of any changes made by any predecessor Licensee.  Licensee
51  * must include a prominent statement that the modification is derived,
52  * directly or indirectly, from Original Intel Code.
53  *
54  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55  * Redistribution of source code of any substantial portion of the Covered
56  * Code or modification without rights to further distribute source must
57  * include the following Disclaimer and Export Compliance provision in the
58  * documentation and/or other materials provided with distribution.  In
59  * addition, Licensee may not authorize further sublicense of source of any
60  * portion of the Covered Code, and must include terms to the effect that the
61  * license from Licensee to its licensee is limited to the intellectual
62  * property embodied in the software Licensee provides to its licensee, and
63  * not to intellectual property embodied in modifications its licensee may
64  * make.
65  *
66  * 3.3. Redistribution of Executable. Redistribution in executable form of any
67  * substantial portion of the Covered Code or modification must reproduce the
68  * above Copyright Notice, and the following Disclaimer and Export Compliance
69  * provision in the documentation and/or other materials provided with the
70  * distribution.
71  *
72  * 3.4. Intel retains all right, title, and interest in and to the Original
73  * Intel Code.
74  *
75  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76  * Intel shall be used in advertising or otherwise to promote the sale, use or
77  * other dealings in products derived from or relating to the Covered Code
78  * without prior written authorization from Intel.
79  *
80  * 4. Disclaimer and Export Compliance
81  *
82  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
85  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
86  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
87  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
88  * PARTICULAR PURPOSE.
89  *
90  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
96  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
97  * LIMITED REMEDY.
98  *
99  * 4.3. Licensee shall not export, either directly or indirectly, any of this
100  * software or system incorporating such software without first obtaining any
101  * required license or other approval from the U. S. Department of Commerce or
102  * any other agency or department of the United States Government.  In the
103  * event Licensee exports any such software from the United States or
104  * re-exports any such software from a foreign destination, Licensee shall
105  * ensure that the distribution and export/re-export of the software is in
106  * compliance with all laws, regulations, orders, or other restrictions of the
107  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108  * any of its subsidiaries will export/re-export any technical data, process,
109  * software, or service, directly or indirectly, to any country for which the
110  * United States government or any agency thereof requires an export license,
111  * other governmental approval, or letter of assurance, without first obtaining
112  * such license, approval or letter.
113  *
114  *****************************************************************************/
115
116
117 #include <contrib/dev/acpica/include/acpi.h>
118 #include <contrib/dev/acpica/include/accommon.h>
119 #include <contrib/dev/acpica/include/amlcode.h>
120 #include <contrib/dev/acpica/include/acdebug.h>
121 #include <contrib/dev/acpica/include/acdisasm.h>
122
123
124 #ifdef ACPI_DEBUGGER
125
126 #define _COMPONENT          ACPI_CA_DEBUGGER
127         ACPI_MODULE_NAME    ("dbxface")
128
129
130 /* Local prototypes */
131
132 static ACPI_STATUS
133 AcpiDbStartCommand (
134     ACPI_WALK_STATE         *WalkState,
135     ACPI_PARSE_OBJECT       *Op);
136
137 #ifdef ACPI_OBSOLETE_FUNCTIONS
138 void
139 AcpiDbMethodEnd (
140     ACPI_WALK_STATE         *WalkState);
141 #endif
142
143
144 /*******************************************************************************
145  *
146  * FUNCTION:    AcpiDbStartCommand
147  *
148  * PARAMETERS:  WalkState       - Current walk
149  *              Op              - Current executing Op, from AML interpreter
150  *
151  * RETURN:      Status
152  *
153  * DESCRIPTION: Enter debugger command loop
154  *
155  ******************************************************************************/
156
157 static ACPI_STATUS
158 AcpiDbStartCommand (
159     ACPI_WALK_STATE         *WalkState,
160     ACPI_PARSE_OBJECT       *Op)
161 {
162     ACPI_STATUS             Status;
163
164
165     /* TBD: [Investigate] are there namespace locking issues here? */
166
167     /* AcpiUtReleaseMutex (ACPI_MTX_NAMESPACE); */
168
169     /* Go into the command loop and await next user command */
170
171
172     AcpiGbl_MethodExecuting = TRUE;
173     Status = AE_CTRL_TRUE;
174     while (Status == AE_CTRL_TRUE)
175     {
176         if (AcpiGbl_DebuggerConfiguration == DEBUGGER_MULTI_THREADED)
177         {
178             /* Handshake with the front-end that gets user command lines */
179
180             Status = AcpiUtReleaseMutex (ACPI_MTX_DEBUG_CMD_COMPLETE);
181             if (ACPI_FAILURE (Status))
182             {
183                 return (Status);
184             }
185             Status = AcpiUtAcquireMutex (ACPI_MTX_DEBUG_CMD_READY);
186             if (ACPI_FAILURE (Status))
187             {
188                 return (Status);
189             }
190         }
191         else
192         {
193             /* Single threaded, we must get a command line ourselves */
194
195             /* Force output to console until a command is entered */
196
197             AcpiDbSetOutputDestination (ACPI_DB_CONSOLE_OUTPUT);
198
199             /* Different prompt if method is executing */
200
201             if (!AcpiGbl_MethodExecuting)
202             {
203                 AcpiOsPrintf ("%1c ", ACPI_DEBUGGER_COMMAND_PROMPT);
204             }
205             else
206             {
207                 AcpiOsPrintf ("%1c ", ACPI_DEBUGGER_EXECUTE_PROMPT);
208             }
209
210             /* Get the user input line */
211
212             (void) AcpiOsGetLine (AcpiGbl_DbLineBuf);
213         }
214
215         Status = AcpiDbCommandDispatch (AcpiGbl_DbLineBuf, WalkState, Op);
216     }
217
218     /* AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE); */
219
220     return (Status);
221 }
222
223
224 /*******************************************************************************
225  *
226  * FUNCTION:    AcpiDbSingleStep
227  *
228  * PARAMETERS:  WalkState       - Current walk
229  *              Op              - Current executing op (from aml interpreter)
230  *              OpcodeClass     - Class of the current AML Opcode
231  *
232  * RETURN:      Status
233  *
234  * DESCRIPTION: Called just before execution of an AML opcode.
235  *
236  ******************************************************************************/
237
238 ACPI_STATUS
239 AcpiDbSingleStep (
240     ACPI_WALK_STATE         *WalkState,
241     ACPI_PARSE_OBJECT       *Op,
242     UINT32                  OpcodeClass)
243 {
244     ACPI_PARSE_OBJECT       *Next;
245     ACPI_STATUS             Status = AE_OK;
246     UINT32                  OriginalDebugLevel;
247     ACPI_PARSE_OBJECT       *DisplayOp;
248     ACPI_PARSE_OBJECT       *ParentOp;
249
250
251     ACPI_FUNCTION_ENTRY ();
252
253
254     /* Check the abort flag */
255
256     if (AcpiGbl_AbortMethod)
257     {
258         AcpiGbl_AbortMethod = FALSE;
259         return (AE_ABORT_METHOD);
260     }
261
262     /* Check for single-step breakpoint */
263
264     if (WalkState->MethodBreakpoint &&
265        (WalkState->MethodBreakpoint <= Op->Common.AmlOffset))
266     {
267         /* Check if the breakpoint has been reached or passed */
268         /* Hit the breakpoint, resume single step, reset breakpoint */
269
270         AcpiOsPrintf ("***Break*** at AML offset %X\n", Op->Common.AmlOffset);
271         AcpiGbl_CmSingleStep = TRUE;
272         AcpiGbl_StepToNextCall = FALSE;
273         WalkState->MethodBreakpoint = 0;
274     }
275
276     /* Check for user breakpoint (Must be on exact Aml offset) */
277
278     else if (WalkState->UserBreakpoint &&
279             (WalkState->UserBreakpoint == Op->Common.AmlOffset))
280     {
281         AcpiOsPrintf ("***UserBreakpoint*** at AML offset %X\n",
282             Op->Common.AmlOffset);
283         AcpiGbl_CmSingleStep = TRUE;
284         AcpiGbl_StepToNextCall = FALSE;
285         WalkState->MethodBreakpoint = 0;
286     }
287
288     /*
289      * Check if this is an opcode that we are interested in --
290      * namely, opcodes that have arguments
291      */
292     if (Op->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP)
293     {
294         return (AE_OK);
295     }
296
297     switch (OpcodeClass)
298     {
299     case AML_CLASS_UNKNOWN:
300     case AML_CLASS_ARGUMENT:    /* constants, literals, etc.  do nothing */
301         return (AE_OK);
302
303     default:
304         /* All other opcodes -- continue */
305         break;
306     }
307
308     /*
309      * Under certain debug conditions, display this opcode and its operands
310      */
311     if ((AcpiGbl_DbOutputToFile)            ||
312         (AcpiGbl_CmSingleStep)              ||
313         (AcpiDbgLevel & ACPI_LV_PARSE))
314     {
315         if ((AcpiGbl_DbOutputToFile)        ||
316             (AcpiDbgLevel & ACPI_LV_PARSE))
317         {
318             AcpiOsPrintf ("\n[AmlDebug] Next AML Opcode to execute:\n");
319         }
320
321         /*
322          * Display this op (and only this op - zero out the NEXT field
323          * temporarily, and disable parser trace output for the duration of
324          * the display because we don't want the extraneous debug output)
325          */
326         OriginalDebugLevel = AcpiDbgLevel;
327         AcpiDbgLevel &= ~(ACPI_LV_PARSE | ACPI_LV_FUNCTIONS);
328         Next = Op->Common.Next;
329         Op->Common.Next = NULL;
330
331
332         DisplayOp = Op;
333         ParentOp = Op->Common.Parent;
334         if (ParentOp)
335         {
336             if ((WalkState->ControlState) &&
337                 (WalkState->ControlState->Common.State ==
338                     ACPI_CONTROL_PREDICATE_EXECUTING))
339             {
340                 /*
341                  * We are executing the predicate of an IF or WHILE statement
342                  * Search upwards for the containing IF or WHILE so that the
343                  * entire predicate can be displayed.
344                  */
345                 while (ParentOp)
346                 {
347                     if ((ParentOp->Common.AmlOpcode == AML_IF_OP) ||
348                         (ParentOp->Common.AmlOpcode == AML_WHILE_OP))
349                     {
350                         DisplayOp = ParentOp;
351                         break;
352                     }
353                     ParentOp = ParentOp->Common.Parent;
354                 }
355             }
356             else
357             {
358                 while (ParentOp)
359                 {
360                     if ((ParentOp->Common.AmlOpcode == AML_IF_OP)     ||
361                         (ParentOp->Common.AmlOpcode == AML_ELSE_OP)   ||
362                         (ParentOp->Common.AmlOpcode == AML_SCOPE_OP)  ||
363                         (ParentOp->Common.AmlOpcode == AML_METHOD_OP) ||
364                         (ParentOp->Common.AmlOpcode == AML_WHILE_OP))
365                     {
366                         break;
367                     }
368                     DisplayOp = ParentOp;
369                     ParentOp = ParentOp->Common.Parent;
370                 }
371             }
372         }
373
374         /* Now we can display it */
375
376 #ifdef ACPI_DISASSEMBLER
377         AcpiDmDisassemble (WalkState, DisplayOp, ACPI_UINT32_MAX);
378 #endif
379
380         if ((Op->Common.AmlOpcode == AML_IF_OP) ||
381             (Op->Common.AmlOpcode == AML_WHILE_OP))
382         {
383             if (WalkState->ControlState->Common.Value)
384             {
385                 AcpiOsPrintf ("Predicate = [True], IF block was executed\n");
386             }
387             else
388             {
389                 AcpiOsPrintf ("Predicate = [False], Skipping IF block\n");
390             }
391         }
392         else if (Op->Common.AmlOpcode == AML_ELSE_OP)
393         {
394             AcpiOsPrintf ("Predicate = [False], ELSE block was executed\n");
395         }
396
397         /* Restore everything */
398
399         Op->Common.Next = Next;
400         AcpiOsPrintf ("\n");
401         if ((AcpiGbl_DbOutputToFile)        ||
402             (AcpiDbgLevel & ACPI_LV_PARSE))
403         {
404             AcpiOsPrintf ("\n");
405         }
406         AcpiDbgLevel = OriginalDebugLevel;
407     }
408
409     /* If we are not single stepping, just continue executing the method */
410
411     if (!AcpiGbl_CmSingleStep)
412     {
413         return (AE_OK);
414     }
415
416     /*
417      * If we are executing a step-to-call command,
418      * Check if this is a method call.
419      */
420     if (AcpiGbl_StepToNextCall)
421     {
422         if (Op->Common.AmlOpcode != AML_INT_METHODCALL_OP)
423         {
424             /* Not a method call, just keep executing */
425
426             return (AE_OK);
427         }
428
429         /* Found a method call, stop executing */
430
431         AcpiGbl_StepToNextCall = FALSE;
432     }
433
434     /*
435      * If the next opcode is a method call, we will "step over" it
436      * by default.
437      */
438     if (Op->Common.AmlOpcode == AML_INT_METHODCALL_OP)
439     {
440         /* Force no more single stepping while executing called method */
441
442         AcpiGbl_CmSingleStep = FALSE;
443
444         /*
445          * Set the breakpoint on/before the call, it will stop execution
446          * as soon as we return
447          */
448         WalkState->MethodBreakpoint = 1;  /* Must be non-zero! */
449     }
450
451
452     Status = AcpiDbStartCommand (WalkState, Op);
453
454     /* User commands complete, continue execution of the interrupted method */
455
456     return (Status);
457 }
458
459
460 /*******************************************************************************
461  *
462  * FUNCTION:    AcpiDbInitialize
463  *
464  * PARAMETERS:  None
465  *
466  * RETURN:      Status
467  *
468  * DESCRIPTION: Init and start debugger
469  *
470  ******************************************************************************/
471
472 ACPI_STATUS
473 AcpiDbInitialize (
474     void)
475 {
476     ACPI_STATUS             Status;
477
478
479     /* Init globals */
480
481     AcpiGbl_DbBuffer            = NULL;
482     AcpiGbl_DbFilename          = NULL;
483     AcpiGbl_DbOutputToFile      = FALSE;
484
485     AcpiGbl_DbDebugLevel        = ACPI_LV_VERBOSITY2;
486     AcpiGbl_DbConsoleDebugLevel = ACPI_NORMAL_DEFAULT | ACPI_LV_TABLES;
487     AcpiGbl_DbOutputFlags       = ACPI_DB_CONSOLE_OUTPUT;
488
489     AcpiGbl_DbOpt_tables        = FALSE;
490     AcpiGbl_DbOpt_stats         = FALSE;
491 #ifdef ACPI_DISASSEMBLER
492     AcpiGbl_DbOpt_disasm        = FALSE;
493     AcpiGbl_DbOpt_verbose       = TRUE;
494 #endif
495     AcpiGbl_DbOpt_ini_methods   = TRUE;
496
497     AcpiGbl_DbBuffer = AcpiOsAllocate (ACPI_DEBUG_BUFFER_SIZE);
498     if (!AcpiGbl_DbBuffer)
499     {
500         return (AE_NO_MEMORY);
501     }
502     ACPI_MEMSET (AcpiGbl_DbBuffer, 0, ACPI_DEBUG_BUFFER_SIZE);
503
504     /* Initial scope is the root */
505
506     AcpiGbl_DbScopeBuf [0] = '\\';
507     AcpiGbl_DbScopeBuf [1] =  0;
508     AcpiGbl_DbScopeNode = AcpiGbl_RootNode;
509
510     /*
511      * If configured for multi-thread support, the debug executor runs in
512      * a separate thread so that the front end can be in another address
513      * space, environment, or even another machine.
514      */
515     if (AcpiGbl_DebuggerConfiguration & DEBUGGER_MULTI_THREADED)
516     {
517         /* These were created with one unit, grab it */
518
519         Status = AcpiUtAcquireMutex (ACPI_MTX_DEBUG_CMD_COMPLETE);
520         if (ACPI_FAILURE (Status))
521         {
522             AcpiOsPrintf ("Could not get debugger mutex\n");
523             return (Status);
524         }
525
526         Status = AcpiUtAcquireMutex (ACPI_MTX_DEBUG_CMD_READY);
527         if (ACPI_FAILURE (Status))
528         {
529             AcpiOsPrintf ("Could not get debugger mutex\n");
530             return (Status);
531         }
532
533         /* Create the debug execution thread to execute commands */
534
535         Status = AcpiOsExecute (OSL_DEBUGGER_THREAD, AcpiDbExecuteThread, NULL);
536         if (ACPI_FAILURE (Status))
537         {
538             AcpiOsPrintf ("Could not start debugger thread\n");
539             return (Status);
540         }
541     }
542
543 #ifdef ACPI_DISASSEMBLER
544     if (!AcpiGbl_DbOpt_verbose)
545     {
546         AcpiGbl_DbOpt_disasm = TRUE;
547         AcpiGbl_DbOpt_stats = FALSE;
548     }
549 #endif
550
551     return (AE_OK);
552 }
553
554
555 /*******************************************************************************
556  *
557  * FUNCTION:    AcpiDbTerminate
558  *
559  * PARAMETERS:  None
560  *
561  * RETURN:      None
562  *
563  * DESCRIPTION: Stop debugger
564  *
565  ******************************************************************************/
566
567 void
568 AcpiDbTerminate (
569     void)
570 {
571
572     if (AcpiGbl_DbBuffer)
573     {
574         AcpiOsFree (AcpiGbl_DbBuffer);
575     }
576 }
577
578
579 #ifdef ACPI_OBSOLETE_FUNCTIONS
580 /*******************************************************************************
581  *
582  * FUNCTION:    AcpiDbMethodEnd
583  *
584  * PARAMETERS:  WalkState       - Current walk
585  *
586  * RETURN:      Status
587  *
588  * DESCRIPTION: Called at method termination
589  *
590  ******************************************************************************/
591
592 void
593 AcpiDbMethodEnd (
594     ACPI_WALK_STATE         *WalkState)
595 {
596
597     if (!AcpiGbl_CmSingleStep)
598     {
599         return;
600     }
601
602     AcpiOsPrintf ("<Method Terminating>\n");
603
604     AcpiDbStartCommand (WalkState, NULL);
605 }
606 #endif
607
608 #endif /* ACPI_DEBUGGER */