win: Fix generating symbols.
This commit is contained in:
parent
b9fc5474c5
commit
a04cb08715
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def GenerateSymbols(options, binaries):
|
||||||
print "Generating symbols for %s" % binary
|
print "Generating symbols for %s" % binary
|
||||||
|
|
||||||
syms = GetCommandOutput([DUMP_SYMS, binary])
|
syms = GetCommandOutput([DUMP_SYMS, binary])
|
||||||
module_line = re.match("MODULE [^ ]+ [^ ]+ ([0-9A-F]+) (.*)\r\n", syms)
|
module_line = re.match("MODULE [^ ]+ [^ ]+ ([0-9A-Fa-f]+) (.*)\r\n", syms)
|
||||||
if module_line == None:
|
if module_line == None:
|
||||||
with print_lock:
|
with print_lock:
|
||||||
print "Failed to get symbols for %s" % binary
|
print "Failed to get symbols for %s" % binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue