This patch adds support for emitting custom range list content.
We are able to handcraft a custom range list via the following syntax.
debug_rnglists:
- Lists:
- Entries:
- Operator: DW_RLE_startx_endx
Values: [ 0x1234, 0x1234 ]
- Content: '1234567890abcdef'
- Content: 'abcdef1234567890'
I'm not sure if there's anything wrong with this, but the docs seem to recommend using a validate method to do this kind of thing...