You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb/crashlog] Use raw strings to silence escape sequence warnings
This patch silences from escapte sequence warnings from the crashlog
script that were mostly due to regular expression strings.
This is addresses by using raw strings so the escape character isn't
interpreted by python and gets passed straight to the regular expression
engine.
Signed-off-by: Med Ismail Bennani <[email protected]>
0 commit comments