Patch by ayuckhulk
Details
Details
- Reviewers
lldb-commits abidh ki.stfu - Commits
- rGa97973ab4e11: Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var…
rLLDB299417: Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var…
rL299417: Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi.
LGTM. Just fix a few minor issues before committing.
Thank you for your contribution to LLDB project!
packages/Python/lldbsuite/test/tools/lldb-mi/lexical-scope/Makefile | ||
---|---|---|
1 | Rename directory to lexical_scope. | |
packages/Python/lldbsuite/test/tools/lldb-mi/lexical-scope/TestLexicalScope.py | ||
1 | Remove please. We don't specify encoding in other files. | |
1 | Rename this to packages/Python/lldbsuite/test/tools/lldb-mi/lexical_scope/TestMiLexicalScope.py. |
Comment Actions
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
Rename directory to lexical_scope.