TCF Context Proxy
conf_object, log_object, symdebug, run_control
- cell-change
- Notifier that is triggered after the object's cell was changed.
- object-delete
- Notifier that is triggered just before Simics object is deleted.
- queue-change
- Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.
-
down
– deprecated go down N stack frames
-
finish-function
– deprecated finish the current function
-
frame
– deprecated change current stack frame
-
list
– deprecated list source and/or disassemble
-
next-instruction
– deprecated run to the next instruction, skipping subroutine calls
-
next-line
– deprecated run to the next source line, skipping subroutine calls
-
reverse-next-instruction
– deprecated reverse to the previous instruction, skipping subroutine calls
-
reverse-next-line
– deprecated reverse to the previous source line, skipping subroutine calls
-
reverse-step-instruction
– deprecated reverse to the previous instruction
-
reverse-step-line
– deprecated reverse to the previous source line
-
stack-trace
– deprecated display stack trace
-
step-instruction
– deprecated run to the next instruction
-
step-line
– deprecated run to the next source line
-
sym-address
– deprecated return the address of expression or source line
-
sym-file
– deprecated return source file for function or address
-
sym-function
– deprecated return function at a given address
-
sym-line
– deprecated return source line for function or address
-
sym-list
– deprecated list symbols
-
sym-source
– deprecated print source location for function or address
-
sym-string
– deprecated evaluate symbolic expression
-
sym-type
– deprecated return the type of a symbolic expression
-
sym-value
– deprecated evaluate symbolic expression
-
sym-write
– deprecated write value to variable
-
uncall-function
– deprecated reverse to when the current function was called
-
up
– deprecated go up N stack frames
-
agent
-
Required attribute;
read/write access; type:
o
The TCF agent owning the TCF context this object is a proxy for
-
cid
-
Required attribute;
read/write access; type:
s
The TCF context ID for the context this object is a proxy for
-
desc
-
Required attribute;
read/write access; type:
[so]|[soi]
Description of what this object is a proxy for. Either ["simobj", object] or ["sw-node", software object, node ID].
tcf-agent