Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

4.3.6.  OpenRISC 1000 Target Functions to Control Execution

When the run command is used to start execution with GDB it needs to establish the executable on the inferior, and then start execution. This is done using the to_create_inferior and to_resume functions of the target respectively.

Once execution has started, GDB waits until the target to_wait function returns control.

In addition the target provides operations to stop execution.

Embecosm divider strip