microsoft / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818 stars 218 forks source link

Align use of sendInvalidate request arguments #1402

Closed iAbadia closed 1 year ago

iAbadia commented 1 year ago

Using the sendInvalidate request I realised that I was forced to provide a single Area as an argument. This PR aligns the behaviour of sendInvalidate request with the invalidate event.

Thanks to @sbobko for his original contribution, I only hope this patch doesn't contradict the original intent of the behaviour of sendInvalidate

iAbadia commented 1 year ago

Tagging @WardenGnaw since they reviewed the original sendInvalidate request pr.

WardenGnaw commented 1 year ago

@iAbadia Thank you for contributing this PR.