Found 109 other functions taking a
reg
argument:
Obtain the registers for GDB. This routine is a wrapper for target->type->get_gdb_reg_list.
Obtain the registers for GDB, but don't read register values from the target. This routine is a wrapper for target->type->get_gdb_reg_list_noread.
Returns generic ARM userspace registers to GDB.
Queue a read for an EmbeddedICE register into the register cache, not checking the value read.
Queue a read for an EmbeddedICE register into the register cache, optionally checking the value read. Note that at this level, all registers are 32 bits wide.
Queue a write for an EmbeddedICE register, bypassing the register cache.
Queue a write for an EmbeddedICE register, using cached value. Uses embeddedice_write_reg().
Queue a write for an EmbeddedICE register, updating the register cache. Uses embeddedice_write_reg().
Write to program counter and switch the core state (arm/thumb) according to the address.
Write an EmbeddedICE register, updating the register cache. Uses embeddedice_set_reg(); not queued.