Skip to content

Commit 12b576f

Browse files
author
jarkad
committed
Esp32ExceptionDecoder: decode stack overflow backtraces
1 parent ec69109 commit 12b576f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/filter_exception_decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class Esp32ExceptionDecoder(DeviceMonitorFilterBase):
3333
NAME = "esp32_exception_decoder"
3434

35-
ADDR_PATTERN = re.compile(r"((?:0x[0-9a-fA-F]{8}[: ]?)+)\s?$")
35+
ADDR_PATTERN = re.compile(r"((?:0x[0-9a-fA-F]{8}[: ]?)+)")
3636
ADDR_SPLIT = re.compile(r"[ :]")
3737
PREFIX_RE = re.compile(r"^ *")
3838

0 commit comments

Comments
 (0)