[Lldb-commits] [PATCH] D146965: [lldb] Add support for MSP430 in LLDB.

Ilia Kuklin via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 6 12:08:34 PDT 2023


kuilpd added a comment.

In D146965#4240075 <https://reviews.llvm.org/D146965#4240075>, @DavidSpickett wrote:

> Two things come to mind:
>
> - Core files (though it is embedded so is that even a thing?)

Looked into core dumping in LLDB a bit, I think it pretty much requires that there is an OS, and there needs to be an explicit support for the architecture in question.
Plus, mspdebug doesn't actually support core files, there is no use for it now even if LLDB can generate it.

> - Mocking an msp430 remote, as we do for example in Target XML tests.

Did this, I put the same packets mspdebug sends into the mockup.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146965/new/

https://reviews.llvm.org/D146965



More information about the lldb-commits mailing list