This patch updates the regular expression matching stackframes in
crashlog to allow addresses that are 7 characters long and more (vs. 8
characters previously).
It changes the 0x[0-9a-fA-F]{7}[0-9a-fA-F]+ by 0x[0-9a-fA-F]{7,}.
rdar://97684839
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Can it be simplified to using {7,}, for "7 or more"?
Ex: r'(0x[0-9a-fA-F]{7,}