[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2017-01-06 Thread Ilia K via Phabricator via lldb-commits
ki.stfu added a comment. lgtm Repository: rL LLVM https://reviews.llvm.org/D24711 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2017-01-05 Thread Hafiz Abid Qadeer via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL291104: [lldb-mi] Fix implementation for a few mi commands (authored by abidh). Changed prior to commit: https://reviews.llvm.org/D24711?vs=82654=83225#toc Repository: rL LLVM

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2017-01-04 Thread Hafiz Abid Qadeer via Phabricator via lldb-commits
abidh added a comment. > What do I do next? Could you help me commit and push this? since I don't have > write access. I will commit it for you. https://reviews.llvm.org/D24711 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2017-01-04 Thread Aetf via Phabricator via lldb-commits
aetf marked 2 inline comments as done. aetf added a comment. What do I do next? Could you help me commit and push this? since I don't have write access. Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/main.cpp:22 { -int a = 10; +int a = 10; +

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2017-01-03 Thread Hafiz Abid Qadeer via Phabricator via lldb-commits
abidh accepted this revision. abidh added a comment. Looks good. Comment at: packages/Python/lldbsuite/test/tools/lldb-mi/main.cpp:22 { -int a = 10; +int a = 10; + This declaration looks redundant. Comment at:

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2016-12-29 Thread Aetf via Phabricator via lldb-commits
aetf added a comment. Hi, sorry for the long delay. It has been a busy semester. Added unit tests are - `MiGdbSetShowTestCase.test_lldbmi_gdb_set_disassembly_flavor` for disassembly flavor settings. Note this one doesn't pass currently due to https://llvm.org/bugs/show_bug.cgi?id=31485 -

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2016-12-29 Thread Aetf via Phabricator via lldb-commits
aetf updated this revision to Diff 82654. aetf marked an inline comment as done. aetf added a comment. Add unit tests, add error checking for SetInternalVariable https://reviews.llvm.org/D24711 Files: packages/Python/lldbsuite/test/tools/lldb-mi/TestMiEnvironmentCd.py

Re: [Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2016-09-21 Thread Hafiz Abid Qadeer via lldb-commits
abidh added a comment. Changes looks mostly Ok to me apart from some comments. Please address them and add testcases as mentioned by ilia. Also try to do one review for one fix. This review is for 3 fixes. When the changes are approved, please commit them in 3 separate commits (one per fix).

Re: [Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2016-09-20 Thread Ilia K via lldb-commits
ki.stfu added a comment. yes Repository: rL LLVM https://reviews.llvm.org/D24711 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2016-09-19 Thread Aetf via lldb-commits
aetf created this revision. aetf added a reviewer: ki.stfu. aetf added a subscriber: lldb-commits. Herald added a subscriber: ki.stfu. Some of the mi commands implemented in lldb-mi are incomplete/not confirming to the spec. - `gdb-show` and `gdb-set` doesn't support getting/setting

Re: [Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2016-09-19 Thread Aetf via lldb-commits
aetf added a comment. Okay, tests should go to `packages/Python/lldbsuite/test/tools/lldb-mi`, right? I need to get familiar with them first. Repository: rL LLVM https://reviews.llvm.org/D24711 ___ lldb-commits mailing list

Re: [Lldb-commits] [PATCH] D24711: [lldb-mi] Fix implementation for a few mi commands

2016-09-18 Thread Ilia K via lldb-commits
ki.stfu requested changes to this revision. ki.stfu added a comment. This revision now requires changes to proceed. Hi! Please add tests for commands that you fixed. I'll take a look later this week. Repository: rL LLVM https://reviews.llvm.org/D24711