old breakpoint system
conf_object, log_object, breakpoint_registration, breakpoint_manager
- 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.
-
delete
– deprecated delete a breakpoint
-
enabled
– deprecated enable or disable breakpoint
-
ignore-count
– deprecated set number of hits of breakpoint to ignore
-
list
– deprecated list breakpoints
-
show
– deprecated show details about a breakpoint
-
temporary
– deprecated should the breakpoint be removed after it is triggered
Simics Core