[Lldb-commits] [PATCH] D74255: [LLDB] Add support for AVR breakpoints
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 7 14:53:05 PST 2020
labath added a comment.
We have infrastructure to "mock" a gdb-remote server (see packages/Python/lldbsuite/test/functionalities/gdb_remote_client/) to test lldb's interaction with it.
For a simple patch like this, I don't think a test is really required (especially as they are not the easiest tests to write), but OTOH, you are going to need this sooner or later, so now may be a good time to try it out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74255/new/
https://reviews.llvm.org/D74255
More information about the lldb-commits
mailing list