Example: marketing

General Commands Reference Guide V - Lauterbach

General Commands Reference Guide V. Release MANUAL. General Commands Reference Guide V. TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents .. General Commands .. General Commands Reference Guide V .. 1. History .. 5. Var .. 6. Var HLL variables and expressions 6. Overview Var 6. Symbol Prefix and Postfix 6. Symbol Paths 7. Search Paths 7. Mangled Names and C++ Classes 8. Function Return Values 8. Special Expressions 8. Calling Functions 11. Display Formats 12. Functions 23. Add variable sticker to source listing window 23.

Pointers to nested C++ classes may be converted into a pointer to the most derived class of the object. If this is not possible the operation returns the regular pointer. The syntax for MODULA2/PASCAL expressions has been extended for type casts and hexadecimal numbers. Var.TYPE %Multiline Tree //displays the layout of class 'Tree' struct

Tags:

  Protein, Lauterbach

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of General Commands Reference Guide V - Lauterbach

1 General Commands Reference Guide V. Release MANUAL. General Commands Reference Guide V. TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents .. General Commands .. General Commands Reference Guide V .. 1. History .. 5. Var .. 6. Var HLL variables and expressions 6. Overview Var 6. Symbol Prefix and Postfix 6. Symbol Paths 7. Search Paths 7. Mangled Names and C++ Classes 8. Function Return Values 8. Special Expressions 8. Calling Functions 11. Display Formats 12. Functions 23. Add variable sticker to source listing window 23.

2 Add variable to window 24. Add variables to window using wildcards 24. Assignment to a variable 25. Breakpoint on variable 26. Delete breakpoint on variable 26. Set temporary breakpoint on HLL expression 28. Define pass condition for breakpoint 29. Set breakpoint to HLL expression 30. Call a new procedure 31. Display linked list 32. Delete variable from watch 33. Graphical variable display 33. Graphical variable display 37. Memory dump 38. Evaluate high-level expression 39. Export variables in CSV format to file 39. Display linked list 41.

3 1989-2021 Lauterbach GmbH General Commands Reference Guide V | 2. Display table 41. Real-time emulation 43. Re-run program backwards until variable access (CTS) 43. Real-time emulation till expression changes 44. Real-time emulation with breakpoint 45. Real-time emulation till expression true 46. PRACTICE conditional branching 47. View information about HLL variable or HLL expression 48. Local variables 49. Log variables 50. Creates a TRACE32-internal variable 52. Creates a global TRACE32-internal variable 53. Creates a local TRACE32-internal variable 54.

4 Pretty printing for C++ objects 56. Display variables allowing wildcards for symbol name and type 58. Display variables 59. Graphical display of variable 60. Referenced variables 61. Modify variable 62. Step 65. Step back till expression changes 65. Step back till expression true 65. Step till expression changes 66. Step till expression true 66. Display table 67. Display variables in the form of a tree structure 68. Display variable types 69. Display variables 70. Open window 72. PRACTICE loop construction 73. Write variables to file 74.

5 VCO .. 75. VCO Clock generator 75. Control bus clock 75. Frequency down 75. Control VCO clock 76. VCO rate 76. VCO reset 77. State display 77. Set the time base clock 77. Frequency up 78. VCU .. 79. VCU VCU registers (Vector Computational Unit) 79. 1989-2021 Lauterbach GmbH General Commands Reference Guide V | 3. Initialize VCU registers 79. Reset VCU registers 79. Set VCU register 80. Display VCU registers 80. VE .. 81. VE Virtual execution mode 81. Turn off virtual execution mode 81. Turn on virtual execution mode 81. VPU .. 82. VPU Vector Processing Unit (VPU) 82.

6 Initialize ALTIVEC registers 82. Modify ALTIVEC registers 82. Display ALTIVEC register window 83. 1989-2021 Lauterbach GmbH General Commands Reference Guide V | 4. General Commands Reference Guide V. Version 04-Nov-2021. History 08-May-20 Description for command 1989-2021 Lauterbach GmbH General Commands Reference Guide V | 5. Var Var HLL variables and expressions See also (). () () () (). () (). 'Var Functions' in ' General Function Reference '. 'Release Information' in 'Release History'. Overview Var Lower and upper case letters are distinguished in symbol names.

7 The command switches off this differentiation. The length of symbol names is limited to 255 characters. The maximum number of symbols depends on the size of the system memory. Symbol Prefix and Postfix Most of the compilers add a special character (for example . or _ ) in front of or behind the users symbol names. The user does not need to enter this character. The symbol management automatically adds the character, if necessary. Example for the processing of prefix/postfix characters. Symbol Table Entry HLL-Windows Assembler windows _vfloat _vfloat or vfloat _vfloat vfloat 1989-2021 Lauterbach GmbH General Commands Reference Guide V | 6.

8 Symbol Paths There are two modes during entry a symbol name: entering a complete symbol path or solely a symbol name. If only a symbol name is used, the access will occur to the symbol valid for the used program part (if symbol names are used more than once, local symbols are preferred to symbols of higher blocks). By specifying a complete symbol path access to any symbol is possible. Each part of the symbol path is separated by a '\'. A complete path has to begin with a '\'. The following path versions are allowed: \modul\global . \modul\modul-local.

9 \\program\modul . If the specified symbol represents a function, the access to local variables of this function and of nested functions will be possible: \function\local \function\function . If using PASCAL, as many functions as chosen will be nested. Line numbers can be specified in the following way: \linenumber \linenumber\columnnumber \module\linenumber \\program\module\linenumber ..\function\relative_linenumber The address of the high level language block containing the specified line number is returned by this operation. Search Paths If no complete path is entered, the symbol will be searched in the following sequence 1.

10 Local symbols (interior block exterior block). 2. Static symbols of block 3. Static symbols of module 4. Global symbols of current program 5. All other static symbols 1989-2021 Lauterbach GmbH General Commands Reference Guide V | 7. Mangled Names and C++ Classes The class of a method can be left out, if this method exists only in one class and the names are ANSI. mangled. The class is always required, if the constructor, destructor or an overloaded operator must be accessed. The quotation marks can help to allow special characters if the C++ name is used in the regular TRACE32 syntax.


Related search queries