soc: fix backtraces containing ROM functions

esp_ptr_executable would return false for pointers to ROM, which would
interrupt the backtrace. This makes ROM ranges recognized as
executable.
This commit is contained in:
Ivan Grokhotkov
2019-11-15 14:59:14 +01:00
parent 97c8b90083
commit d9534b3d6a
3 changed files with 4 additions and 1 deletions

View File

@@ -240,7 +240,7 @@
#define SOC_IROM_LOW 0x400D0000
#define SOC_IROM_HIGH 0x40400000
#define SOC_IROM_MASK_LOW 0x40000000
#define SOC_IROM_MASK_HIGH 0x40070000
#define SOC_IROM_MASK_HIGH 0x40064F00
#define SOC_CACHE_PRO_LOW 0x40070000
#define SOC_CACHE_PRO_HIGH 0x40078000
#define SOC_CACHE_APP_LOW 0x40078000