mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
Bug 914253 patch 6 - Linux stacks are lowercase hexidecimal (although this was temporarily not true due to bug 939610, which is probably when mccr8 started fix_linux_stack.py). No review.
This commit is contained in:
parent
d67e757dc8
commit
e71c46556e
@ -227,7 +227,7 @@ def addressToSymbol(file, address):
|
||||
cache[address] = result
|
||||
return result
|
||||
|
||||
line_re = re.compile("^(.*) ?\[([^ ]*) \+(0x[0-9a-f]{1,8})\](.*)$")
|
||||
line_re = re.compile("^(.*) ?\[([^ ]*) \+(0x[0-9A-F]{1,8})\](.*)$")
|
||||
balance_tree_re = re.compile("^([ \|0-9-]*)")
|
||||
|
||||
def fixSymbols(line):
|
||||
|
Loading…
x
Reference in New Issue
Block a user