[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 - `MiEn

[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 packages/Python/lldbsu

[Lldb-commits] [PATCH] D28155: Force the installation of lldb-server and lldb-argdumper

2016-12-29 Thread Sylvestre Ledru via Phabricator via lldb-commits
sylvestre.ledru created this revision. sylvestre.ledru added a reviewer: beanz. sylvestre.ledru added a subscriber: LLDB. Herald added a subscriber: mgorny. For some reasons, the usage of add_lldb_tool instead of add_lldb_executable causes these two binaries not be installed. This patch fixes the

[Lldb-commits] [PATCH] D28155: Force the installation of lldb-server and lldb-argdumper

2016-12-29 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Wouldn't it be better to either fix add_lldb_tool or switch to add_lldb_executable? https://reviews.llvm.org/D28155 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lld

[Lldb-commits] [PATCH] D26249: [unittests] Split DWARF tests out of PDB, fix standalone build

2016-12-29 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 82676. mgorny marked an inline comment as done. Herald added a subscriber: aprantl. https://reviews.llvm.org/D26249 Files: unittests/SymbolFile/CMakeLists.txt unittests/SymbolFile/DWARF/CMakeLists.txt unittests/SymbolFile/DWARF/Inputs/test-dwarf.cpp un