[Lldb-commits] [PATCH] D31073: Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-create to work only with variables in scope

Igor Kulaychuk via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 29 07:00:21 PDT 2017


ayuckhulk updated this revision to Diff 93369.
ayuckhulk added a comment.

Thank you for the review! I've updated the patch with requested changes:

- renamed `lexical-scope` to `lexical_scope`,
- renamed `TestLexicalScope.py` to `TestMiLexicalScope.py`
- removed utf8 encoding string


https://reviews.llvm.org/D31073

Files:
  packages/Python/lldbsuite/test/tools/lldb-mi/lexical_scope/Makefile
  packages/Python/lldbsuite/test/tools/lldb-mi/lexical_scope/TestMiLexicalScope.py
  packages/Python/lldbsuite/test/tools/lldb-mi/lexical_scope/main.cpp
  tools/lldb-mi/MICmdCmdStack.cpp
  tools/lldb-mi/MICmdCmdVar.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31073.93369.patch
Type: text/x-patch
Size: 6218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170329/d2376f18/attachment-0001.bin>


More information about the lldb-commits mailing list