HP Ski Simulator, IA-64 manual Help Unknown command %s

Page 106

Ski IA-64 Simulator Reference Manual 1.0L

help: Unknown command: %s

You asked Ski to tell you about a particular command but the command you asked for doesn’t exist. Try the help command alone to get a list of all of the commands Ski understands. See “Command Entry” on page 4-1.

IA-32 program terminated

An IA-32 application-mode program finished executing and invoked an MS-DOS system function to terminate itself. The function it used doesn’t provide a way for the program to return a completion status. See “Application-Mode IA- 32 Programs” on page 6-1.

IA-32 program terminated with status %d

Your IA-32 application-mode program finished execution in the normal fashion and invoked an MS-DOS system function to terminate itself and indicate a completion status. See “Application-ModeIA-32 Programs” on page 6-1.

Ignored attempt to write a Read-Only symbol

Some registers and symbols recognized by Ski are read-only. You tried to modify one of them. See “Symbolic Argu- ments” on page 4-4and “Changing Registers and Memory with Assignment Commands” on page 8-1.

Illegal expression: %s

You used an expression that can’t be parsed. Check parentheses, variable names, and the matching of operands and operators. See “Expressions” on page 4-2.

%s: Illegal number of arguments < %d >:

You passed too few or too many operands with a Ski command. The command appears in the %s field on the left and the number of operands you passed appears in the %d field on the right. Use the help command for information about the command of interest or see Appendix A, “Command Reference”.

Illegal operation fault

An attempt was made to execute an invalid instruction; probably a wild pointer in a jump table caused a wild branch. This can only happen for application-mode programs; system-mode programs handle this fault through the interrup- tion mechanism. See Chapter 6, “Program Simulation”.

Illegal slot field in breakpoint address

You used the bs command to set an IA-64 breakpoint, but you specified an address in the last four bytes of a bundle. Because the IA-64 architecture provides for bundle-level, but not instruction-level, addressing, Ski “pretends” that the first instruction of the bundle is in the first four bytes, the second instruction is in the second four bytes, and the third instruction is in the third four bytes. You specified a location in the fourth four bytes of a bundle and that isn’t allowed by Ski. See “Setting Program Breakpoints” on page 8-4and “How Ski Implements Breakpoints” on page 8-6.

Interrupting simulation

Ski received a SIGINT signal while simulating, probably because you hit control-C (or whatever key you have con- figured to interrupt a running program.) This is a status message, not an error message. See “Interruptions” on page 7-1and the first few paragraphs of Chapter 9, “Command Files”.

missing command

You used the “ if expression true_command : false_command” command. Either you left the true_command blank and the expression evaluated to a non-zero value, or you left the false_command blank and the expression evaluated to zero. See “The if Command” on page 9-2.

D-4 Simulator Status and Error Messages

Copyright © 2000 Hewlett-Packard Co.

Image 106
Contents Ski IA-64 Simulator Reference Manual Copyright 2000 Hewlett-Packard CoPrinting History TrademarksFont Conventions How to Use This ManualPreface Syntax ConventionsItalic+ Table of Contents Ski IA-64 Simulator Reference Manual Vii Ski IA-64 Simulator Reference Manual Viii Table of Contents List of Figures Ski IA-64 Simulator Reference Manual 1.0L List of Tables Ski IA-64 Simulator Reference Manual 1.0L Xii List of Tables Ski Simulator How to Run an IA-64 Application ProgramGetting Started a Ski Tutorial Starting xskiStarting xski From the Command Line Exiting Ski Loading Your ProgramLoading the hello Program Inspecting Data Xski Data WindowChanging the Data Window Display Data Window Showing argv and envp Strings in Hexadecimal Viewing Data in Ascii Looking at CodeViewing Source Code Mixed In with Assembly Code 12. Jumping the Program Window to the Beginning of mainControlling Breakpoints 14. The Program Window Showing a Breakpoint at mainRunning a Program 15. The Breakpoint List WindowSingle-stepping a Program 16. The Terminal Window After the hello Program is RunChanging Registers and Memory 18. The Main Window After Reaching the Breakpoint at main+10Ski IA-64 Simulator Reference Manual 1.0L 20. The xski Register Window After Changing the ip Register 21. The xski Data Window Widened to Show Ascii Getting Help Next StepsCopyright 2000 Hewlett-Packard Co What You Need to Know to Use This Manual OverviewIntroduction Defects and Defect ReportingUsing bski for Batch Simulations Ski VariationsX Window System, Motif-based xski Interface Command Line Flags Starting SkiXSki File 1.1 Summary of FlagsQuitting Ski Summary of the Quit CommandQuit expression Ski’s Use of Windows Screen PresentationRegister Window User Registers Pane Register Window in xskiGeneral Registers Pane Floating Point Registers PaneSystem Registers Pane IA-32 Registers PaneResizing Register Window Panes with xski Register Window and skiProgram Window 1 IA-64 Instruction DisplaySki IA-64 Simulator Reference Manual 1.0L 2 IA-32 Instruction Display Changing the Range of Locations Shown in the Program Window Invalid Code and the Program WindowData Window 12. xski’s Program Window Showing Illegal InstructionsChanging the Range of Locations Shown in the Data Window Invalid Code and the Data Window Command/Main WindowXski Main Window Ski Command Window 16. xski’s Main Command Window17. ski’s Command Window at Bottom Other Windows18. xski’s Symbol List Window Copyright 2000 Hewlett-Packard Co Command Arguments Command LanguageCommand Entry Command Sequences, Repetition, and AbbreviationNumbers and Counts Argument SpecificationNumeric Arguments ExpressionsSki Simulator Arithmetic and Logic Operators Xski Evaluating ExpressionsProgram-Defined Symbols Symbolic ArgumentsAddresses Labels Resolving Ambiguous Symbols and NumbersInternal Variables FilenamesSki IA-64 Simulator Reference Manual 1.0L Summary of Register Window Commands Screen Manipulation CommandsRegister Window Commands Xski Register Window CommandsProgram Window Commands Summary of Program Window CommandsXski’s Program Window Showing IA-64 Assembly Language Code Xski’s Assembly Language Dump Window Pd startingaddress endingaddress filenameDj address Data Window CommandsSummary of Data Window Commands Df countXski Showing Data in Raw Hexadecimal and Ascii Dd startingaddress endingaddress filenameSki Support for Application-Mode Programs Program SimulationApplication-Mode and System-Mode Simulation Ski Support for System-Mode ProgramsSystem-Mode IA-32 Programs Summary of TLB Display CommandsSystem-Mode IA-64 Programs System-Mode TLB SimulationHow to Load a Program Misaligned Data Access TrapProgram Loading Adding Information after Loading Summary of Program Loading CommandsLoad filename args+ Creating the argc, argv, and envp ParametersSummary of Program Execution Commands Program ExecutionSki IA-64 Simulator Reference Manual 1.0L Program Simulation Interruptions Linux and MS-DOS ABI EmulationLinux Application Environment Linux System Calls Supported by Ski Linux System Calls Accepted but Ignored by SkiProgram I/O MS-DOS Application EnvironmentMS-DOS System Calls in Hexadecimal Supported by Ski Copyright 2000 Hewlett-Packard Co Examples of Assignment Commands Changing Registers and Memory with Assignment CommandsSummary of Assignment Commands DebuggingOriginal Program Loaded in ski Bit-encoded Registers AllocationEvaluating Formulas and Formatting Data Summary of The eval CommandSetting Program Breakpoints Program BreakpointsDeleting Program Breakpoints Listing Program BreakpointsUnexpected Breakpoints Summary of Program Breakpoint CommandsBs address Data Breakpoints Setting Data BreakpointsSummary of Data Breakpoint Commands Deleting Data BreakpointsSummary of Symbol Commands Symbol Table CommandsSummary of Save and Restore Commands Dumping Registers and Memory to a FileSymlist Output from xski Isyms filenameSki IA-64 Simulator Reference Manual 1.0L Debugging Goto Command and Labels Command FilesLabels and Control Flow in Command Files Initialization FileAn Example Command File Comments in Command FilesIf Command # comment Summary of Command File Commandsfilename LabelSki IA-64 Simulator Reference Manual 1.0L Command Files Command Reference =s address stringwithoutspacesDbs address length rwrw Dbd breakpointnumberHelp commandname Eval expressionwithoutspaces+Quit returnvalueforshell Rest filenameStep until expressionwithoutspaces Ski IA-64 Simulator Reference Manual 1.0L Register Names IA-64 RegistersRegister Names Copyright 2000 Hewlett-Packard Co Register Names B-3 Ski IA-64 Simulator Reference Manual 1.0L Copyright 2000 Hewlett-Packard Co Register Names B-5 Ski IA-64 Simulator Reference Manual 1.0L Register Names Internal Variable Names Internal VariablesCopyright 2000 Hewlett-Packard Co Simulator Status and Error Messages All breakpoints deletedSimulator Status and Error Messages Expression Help Unknown command %s Missing ELF header Not an IA-64 file Stopping at %s due to unimplemented instruction Usage %s options file args