[Lldb-commits] [PATCH] D31073: Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-create to work only with variables in scope
Ilia K via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 28 23:28:23 PDT 2017
ki.stfu requested changes to this revision.
ki.stfu added a comment.
This revision now requires changes to proceed.
Hi.
LGTM. Just fix a few minor issues before committing.
Thank you for your contribution to LLDB project!
================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/lexical-scope/Makefile:1
+LEVEL = ../../../make
+
----------------
Rename directory to lexical**_**scope.
================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/lexical-scope/TestLexicalScope.py:1
+# coding=utf8
+"""
----------------
Remove please. We don't specify encoding in other files.
================
Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/lexical-scope/TestLexicalScope.py:1
+# coding=utf8
+"""
----------------
ki.stfu wrote:
> Remove please. We don't specify encoding in other files.
Rename this to packages/Python/lldbsuite/test/tools/lldb-mi/lexical**_**scope/Test**Mi**LexicalScope.py.
https://reviews.llvm.org/D31073
More information about the lldb-commits
mailing list