We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f8ba5 commit 23a137fCopy full SHA for 23a137f
monitor/filter_exception_decoder.py
@@ -31,7 +31,7 @@
31
class Esp32ExceptionDecoder(DeviceMonitorFilterBase):
32
NAME = "esp32_exception_decoder"
33
34
- ADDR_PATTERN = re.compile(r"((?:0x[0-9a-fA-F]{8}[: ]?)+)")
+ ADDR_PATTERN = re.compile(r"((?:0x[0-9a-fA-F]{8}:0x[0-9a-fA-F]{8}(?: |$))+)")
35
ADDR_SPLIT = re.compile(r"[ :]")
36
PREFIX_RE = re.compile(r"^ *")
37
0 commit comments