[Lldb-commits] [PATCH] D146965: [lldb] Add support for MSP430 in LLDB.
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 3 02:07:24 PDT 2023
DavidSpickett added a comment.
> One concern I have is that there are no tests. I can understand that it may be difficult to get automated tests running testing the debugging of an architecture like MSP430 but there are things we can test to sanity test MSP430 support
Two things come to mind:
- Core files (though it is embedded so is that even a thing?)
- Mocking an msp430 remote, as we do for example in Target XML tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146965/new/
https://reviews.llvm.org/D146965
More information about the lldb-commits
mailing list