Bypass cache flag in ReadMemory TC command
This commit is contained in:
@@ -183,6 +183,7 @@ namespace Services
|
||||
TargetMemoryType memoryType,
|
||||
TargetMemoryAddress startAddress,
|
||||
TargetMemorySize bytes,
|
||||
bool bypassCache,
|
||||
const std::set<TargetMemoryAddressRange>& excludedAddressRanges
|
||||
) const {
|
||||
return this->commandManager.sendCommandAndWaitForResponse(
|
||||
@@ -190,6 +191,7 @@ namespace Services
|
||||
memoryType,
|
||||
startAddress,
|
||||
bytes,
|
||||
bypassCache,
|
||||
excludedAddressRanges
|
||||
),
|
||||
this->defaultTimeout,
|
||||
|
||||
@@ -109,6 +109,7 @@ namespace Services
|
||||
* @param memoryType
|
||||
* @param startAddress
|
||||
* @param bytes
|
||||
* @param bypassCache
|
||||
* @param excludedAddressRanges
|
||||
* @return
|
||||
*/
|
||||
@@ -116,6 +117,7 @@ namespace Services
|
||||
Targets::TargetMemoryType memoryType,
|
||||
Targets::TargetMemoryAddress startAddress,
|
||||
Targets::TargetMemorySize bytes,
|
||||
bool bypassCache = false,
|
||||
const std::set<Targets::TargetMemoryAddressRange>& excludedAddressRanges = {}
|
||||
) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user