We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b45b4 commit dc1a2cbCopy full SHA for dc1a2cb
lldb/scripts/msvc_extract_private_symbols.py
@@ -18,7 +18,7 @@ def extract_symbols(nm_path: str, lib: str):
18
library to extract from."""
19
20
# Matches mangled symbols containing 'lldb_private'.
21
- lldb_sym_re = r"0* [BT] (?P<symbol>[?]+[^?].*lldb_private.*)"
+ lldb_sym_re = r"[0-9a-zA-Z]* [BT] (?P<symbol>[?]+[^?].*lldb_private.*)"
22
23
# '-g' means we only get global symbols.
24
# '-p' do not waste time sorting the symbols.
0 commit comments