[Lldb-commits] [PATCH] D86662: Simplify Symbol Status Message to Only Debug Info Size
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 26 14:42:45 PDT 2020
wallace added inline comments.
================
Comment at: lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py:44
+ # symbol_regex = re.compile(r"Symbols loaded. \([0-9]+(\.[0-9]*)?[KMG]?B\)")
+ symbol_regex = re.compile(r"[0-9]+(\.[0-9]*)?[KMG]?B")
return symbol_regex.match(program_module['symbolStatus'])
----------------
@aprantl , this is the part of the code that is testing the field change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86662/new/
https://reviews.llvm.org/D86662
More information about the lldb-commits
mailing list