[Lldb-commits] [PATCH] D75537: Clear all settings during a test's setUp
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 12 08:08:41 PDT 2020
teemperor added a comment.
I guess now all the shady hacks are coming out. The following settings change their value after calling settings clear after startup in the test:
target.process.thread.step-avoid-regexp (regex) -> from '^std::' to empty string
platform.module-cache-directory (file) -> from '"/Users/teemperor/.lldb/module_cache"' to empty string
script-lang (enum) -> from 'default' to 'python'
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75537/new/
https://reviews.llvm.org/D75537
More information about the lldb-commits
mailing list