Please make you search through our existing issues (both open and closed)
In the GDB command used for setting a data breakpoint, the -t option in -break-watch -t -i does not appear to be valid. According to the official GDB documentation, break-after should be used instead to achieve the hitCondition functionality.
|
bkptArgs += '-t -i ' + parseInt(match) + ' '; |
gdb comands document:
https://sourceware.org/gdb/current/onlinedocs/gdb.html/GDB_002fMI-Breakpoint-Commands.html
Additional context
Add any other context about the problem here.