Added support for excluding address ranges from read memory events

This commit is contained in:
Nav
2021-12-25 20:57:03 +00:00
parent 9054b17bc7
commit 6f364a7009
10 changed files with 67 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ namespace Bloom::Events
Targets::TargetMemoryType memoryType = Targets::TargetMemoryType::RAM;
std::uint32_t startAddress = 0;
std::uint32_t bytes = 0;
std::set<Targets::TargetMemoryAddressRange> excludedAddressRanges;
[[nodiscard]] EventType getType() const override {
return RetrieveMemoryFromTarget::type;