[PATCH] D73539: [AVR] Basic support for remote debugging
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 04:41:22 PST 2020
labath added a comment.
Thanks for the patch, and in particular for starting with a small increment instead of a giant implement-all patch.
Could you please add a simple test case that runs `yaml2obj | lldb-test object-file` and verifies that the avr object file is parsed properly. (The architecture is the most important part, but you might as well check the sections while you're at it.) You can look at the existing tests in `test/Shell/ObjectFile` for inspiration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73539/new/
https://reviews.llvm.org/D73539
More information about the llvm-commits
mailing list