Synopsis
#define LIBMEM_RPC_LOADER_FLAG_PRESERVE_STATE (1 << 31)
Description

LIBMEM loader flag used to indicate that a loader should preserve target state.

If this flag is set in R0 on entry to an RPC loader then the loader should attempt to preserve any existing target state. This is typically set when a loader is used to modify memory while a target program is running which would happen when a software breakpoint is set in ROM during a debug session. If this is functionality is not required then this flag can be ignored.