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
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
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
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
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