[Lldb-commits] [PATCH] D93951: [vscode] Improve runInTerminal and support linux
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 11 14:53:16 PST 2021
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Just one rename of an instance variable and this is good to go! Much cleaner without the directory and multiple files.
================
Comment at: lldb/tools/lldb-vscode/FifoFiles.h:26
+
+ std::string path;
+};
----------------
rename to "m_path" since this is an instance variable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93951/new/
https://reviews.llvm.org/D93951
More information about the lldb-commits
mailing list