microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
702 stars 118 forks source link

Added a XML attribute to configure waiting on OK string for GDB monitor command #98

Closed alexsmendez closed 7 months ago

alexsmendez commented 7 months ago

This PR is to fix the issue reported by Chris Fernald that caused waiting for the "OK" response string at the end of the custom GDB response monitor command. This PR defines a new XML Server attribute to configure this functionality (enable/disable "not" waiting on "OK" string).

PaeturPetersenMsft commented 7 months ago

@alexsmendez, you mentioned an issue being reported. Was that issue reported here in GitHub? Which one was it?