Example: confidence

MANUAL - Lauterbach

MANUAL Release ListCommand List | 2 1989-2021 Lauterbach GmbH Command List TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents .. Misc .. Command List ..1 Parameters ..4 Operators4 Arithmetic Rules and Operator Precedence7 Functions8 Operation System Commands ..34 PRACTICE Commands ..39 General Emulator/Debugger/Trace Commands ..42 A42 B52 C58 D69 E75 F80 G85 H87 I90 J96 K98 L99 M103 N108 O110 P112 Q115 R115 S117 T131 U145 V145 W147 X147 Co

©1989-2021 Lau terbach GmbH Command List | 4 Command List Version 04-Nov-2021 Parameters Operators White spaces before or after operators are interpreted as separators of consecutive expressions.

Tags:

  Lauterbach, Lau terbach, Terbach

Information

Domain:

Source:

Link to this page:

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

Other abuse

Transcription of MANUAL - Lauterbach

1 MANUAL Release ListCommand List | 2 1989-2021 Lauterbach GmbH Command List TRACE32 Online Help TRACE32 Directory TRACE32 Index TRACE32 Documents .. Misc .. Command List ..1 Parameters ..4 Operators4 Arithmetic Rules and Operator Precedence7 Functions8 Operation System Commands ..34 PRACTICE Commands ..39 General Emulator/Debugger/Trace Commands ..42 A42 B52 C58 D69 E75 F80 G85 H87 I90 J96 K98 L99 M103 N108 O110 P112 Q115 R115 S117 T131 U145 V145 W147 X147 Command List | 3 1989-2021 Lauterbach GmbH Y147 Z147 PowerProbe.

2 148 PowerIntegrator ..152 Command List | 4 1989-2021 Lauterbach GmbH Command ListVersion 04-Nov-2021 ParametersOperatorsWhite spaces before or after operators are interpreted as separators of consecutive can be linked by (main+1)*20 Range (with borders) (-1000.)--(-50.)'a'--'f''a'..'f'or 1000--1 FFFR ange (with offset)0x1000++0x33teststart++0xffor 1000++33or teststart++0 FFNegation-1-0x1-0y10000or -1or -10000!Binary NOT~2e~0x2eor N#2eLogical NOT!(i<20.)!('a'--'z'||'A'--'Z'||0x20||0x9||'0'--'9')!0x10or N:(i<20.)or N:('a'--'z':O:'A'--'Z' :O:20:O:9:O:'0'--'9')or N:10 Command List | 5 1989-2021 Lauterbach GmbH Shift left0x10<< : 0x400x10<<0x2result: 0x400x1000--0x1fff<<0x4result: 0x1000--0x1 FFF0"abc"<< : "abcccc""-"<< : "-----------"or 10<<2or 1000--1fff<<4 Shift right"abc">> : "aaaabc"0x10>> : 0x040x1000--(0x1ffff>>0x2)result: 0x1000--0x7fff0x1000--0x1fff>>0x10result : 0xff0--0x1fefor 10>> 1000--1ffff>> *0x2e1000.

3 *0y10or 1000.*2eor 1000.*10! !AdditionConcatenation0x1000+0x03sieve+0 x33"abc"+"def"or "abc" "def"result: "abcdef"or 1000+3or sieve+ 1000-34or List | 6 1989-2021 Lauterbach GmbH Comparisonssieve>0x1000sieve<0x1000sieve==0x1000sieve!=0x1000sieve>=0x1000sieve<= (my_char)==( 'a'--'z'||'0'||'1')result: TRUE() when value is a lower alphabet character or a binary digit character 0 or 1 Register(PC)!=(P:0x1000|| (func2)|| :0x2ff)result: TRUE() when the actual program counter register value is not covered from the address sieve<>1000or sieve=>1000or sieve=<1000 Binary ANDmask&0x1000or mask#A#1000 Binary XORmask^0x1000or mask#X#1000 Binary ORmask|0x1000or mask#O#1000 Binary Complement~maskor N#maskLogical ANDflag0&&flag1(r(D0)> (i))&&( (x)<=0x0f)or flag0:A:flag1or (r(D0)> (i)):A:( (x)<=0f)Logical XORflag0^^flag1or flag0:X:flag1 Logical ORflag0||flag1'a'--'z'||'0'--'9'||0x20|| flag0:O:flag1or 'a'--'z':O:'0'--'9':O:20:O:9 Logical NOT!

4 FOUND()or List | 7 1989-2021 Lauterbach GmbH Arithmetic Rules and Operator PrecedenceThe arithmetic hierarchy is similar to that found in most other programming languages, whereby a difference is made between boolean and arithmetic operators of logical relations. Expressions of the same priority are evaluated from left to ( ) { }Brackets (highest priority) ++ ..Ranges3.+ - ~ ! N# N:Signs, Binary NOT, Logic NOT4.<< >>Shift operations5.* / %Multiplication, Division, Modulo6.+ - +Addition, Subtraction, != >= .. #A#Binary AND9.

5 ^ #X#Binary XOR10.| #O#Binary :A:Logical AND12.^^ :X:Logical XOR13.|| :O:Logical ORCommand List | 8 1989-2021 Lauterbach GmbH (<x>,<y>) () () () () (<property>) (<property>) ('<module_name>') ('<module_name>') ('<module_name>') (<module_magic>) ('<module_name>') (modpath)TRIMS08 FLL(<frequency_in_KHz>) (<core>) (<core>) (<core>) (<core>) (<core>) (<core>) (<core>) () () () ('<trigger_name>') ('<trigger_name>') () () ()VMX() (<address>) (<address>) (<address>) (<address>) () () (magic | magicsize) (<address>,<cpu>) (<thread_magic>) ('<thread_name>') (<thread_magic>) (<thread_magic>) (<board_magic>) (<board_magic>)

6 ('<board_name>') (<board_magic>) (0) (magic | magicsize | kdata) (magic | magicsize) (magic | magicsize | tcb) (<item>) (magic | magicsize)Command List | 9 1989-2021 Lauterbach GmbH (magic | magicsize) (magic | magicsize) (bottom | pointer, <task_magic>) (magic | magicsize) (magic | magicsize) (magic | magicsize) (qreg) (queue | tcb | timer) (magic | magicsize) () (process | spaceid) () () ('<library_name>', <process_magic>) ('<library_name>', <process_magic>) ('<library_name>', <process_magic>) ('<module_name>') ('<module_name>') ('<module_name>') (<module_magic>) ('<section_name>',<module_magic>) ('<module_name>') ('<process_name>') ('<process_name>') ('<process_name>') ('<process_name>') (<task_magic>) (<magic_value>) ('<process_name>') (<process_magic>) (<process_magic>) ('<process_name>') (<process_magic>) ('<process_name>') (<space_id>) ('<process_name>') (<process_magic>) (<process_magic>) ('<process_name>', <address>) ('<process_name>', <address>) () () (magic | magicsize) (<module_magic>,<section_number>) (<module_magic>,<section_number>) () (magic | magicsize) (<process_name>) (magic | magicsize) ('<driver_name>') ('<driver_name>') ('<driver_name>')

7 ('<driver_name>') (magic | magicsize)Command List | 10 1989-2021 Lauterbach GmbH (<item> | td) (magic | magicsize) (magic | magicsize) ('<process_name>') (magic | magicsize) ('<dyn_pool_name>') (<process_magic>) (magic | magicsize) (magic | magicsize) (magic | magicsize) (<keyword>) (<object>.<attribute>) (<object>.<attribute>[|..]) (magic | magicsize) (<module_name>) (magic | magicsize) (magic | magicsize | kernel) ('<loadmodule>') (<lmmagic>) (<lmmagic>) ('<loadmodule>') ('<loadmodule>', <index>) (<program>, [0|1]) (<program>, [0|1]) (magic | magicsize) (<process_magic>) (<process_magic>,<space_id>) () (<library_magic>) (<library_magic>) (<library_magic>) ('<module_name>') (<module_magic>) (<module_magic>,<index>) (<process_magic>) (magic | magicsize) (<task_magic>) (<task_ID>) ('<task_name>') (<task_magic>) ('<task_name>') ('<task_name>') (magic | magicsize) (magic | magicsize) (magic | magicsize) (process | thread | spaceid)

8 ('<library_name>',<process_magic>) ('<process_name>') (<process_magic>) (<space_id>) ('<process_name>') (<process_magic>,<thread_magic>) (magic | magicms | magicsize | magicss) (<mutex_id>)Command List | 11 1989-2021 Lauterbach GmbH (<mutex_magic>) (<mutex_magic>) (<mutex_magic>) (<mutex_magic>, <task_magic>) (<pipe_id>) (<pipe_magic>) (<pipe_magic>) (<queue_id>) (<queue_magic>) (<queue_magic>) (<queue_magic>) (<queue_magic>, <task_magic>) (<semaphore_magic>) (<semaphore_id>) (<semaphore_magic>) (<semaphore_magic>) (<semaphore_magic>) (<semaphore_magic>) (<semaphore_magic>,<task_magic>) (<task_id>) (<task_magic>) (<task_magic>) (<thread_id>) (<task_magic>) (<thread_magic>) (<item> | cpufamily | date | rtos) (magic | magicsize) (magic | magicsize) (magic | magicsize | tcb) (magic | magicsize) (<task_magic>) () (<task_magic>) (magic | magicsize) (magic | magicsize) (<keyword>) (magic | magicsize | sciopta) () (<pid> | <pcb>) (magic | magicsize) (magic | magicsize) (<pool_name>) (<pool_name>) (magic | magicsize) (<thread_name>) (<id>) (<id>) (magic | magicsize) (magic | magicsize) (magic | magicsize) () () ('<library_name>', <process_magic>)

9 ('<library_name>', <process_magic>)Command List | 12 1989-2021 Lauterbach GmbH (<module_name>) (<module_name>) (<module_name>) (<module_magic>) ('<section_name>','<module_magic>') ('<process_name>') ('<process_name>') ('<process_name>') ('<process_name>') ('<process_name>') (<process_magic>) ('<process_name>') (magic | magicsize) () () (tcb) (magic | magicsize | tcb) (<item>) (magic | magicsize) (magic | magicsize) (<item>) (magic | magic:<core> | magicsize) (<module_magic>) (<module_magic>) ('<module_name>',<segment_id>) ('<rtp_name>') ('<segment_name>',<rtp_id>) ('<segment_name>',<rtp_id>) (<rtp_id>) (<rtp_id>) ('<shl_name>') ('<segment_name>',<shl_id>) ('<segment_name>',<shl_id>) (<task_magic>) (<task_magic>) (magic | magicsize) (vmbase) ('<dll_name>') ('<dll_name>') (<logical_address>,<process_magic>) ('<process_name>') ('<process_name>') ('<process_name>') ('<module_name>',<section>) (<item> | autoload) (magic | magicsize) ('<dll_name>') ('<dll_name>') ('<dll_name>') ('<dll_name>',<process_magic>) (<dll_magic>,<section_id>) (<dllmagic>)

10 (<logical_address>,<process_magic>) ('<process_name>')Command List


Related search queries