gdb_regno_cacheable() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

gdb_regno_cacheable() function

If write is true: return true iff we are guaranteed that the register will contain exactly the value we just wrote when it's read. If write is false: return true iff we are guaranteed that the register will read the same value in the future as the value we just read.

Syntax

static bool gdb_regno_cacheable(enum gdb_regno regno,     bool write);

Arguments

regno

write