The 'memory region' command is at the moment not tested at all by our test suite.
This patch just adds a basic test that at least provides some basic testing.
Details
Details
- Reviewers
davide - Group Reviewers
Restricted Project - Commits
- rG10fb67728593: Add a basic test for 'memory region'
rLLDB342042: Add a basic test for 'memory region'
rL342042: Add a basic test for 'memory region'
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I thought Vedant added an harness utility to test memory a bit ago. Have you looked into whether that's extensible for your purposes, Raphael?
Comment Actions
Yeah, that's the revision I had in mind. Can't you extend lldb-test to do what you need?
Comment Actions
I think it'd be useful to test the driver output specifically. The kind of testing lldb-test facilitates might not be a good fit here (too low-level).