Skip to content

DataBreakpoint hitCondition property unknow option when senb gdb command break-watch -t i #1120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
noneghost opened this issue Apr 22, 2025 · 0 comments

Comments

@noneghost
Copy link

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.

@noneghost noneghost changed the title hitCondition unknow option when senb gdb command break-watch -t i DataBreakpoint hitCondition property unknow option when senb gdb command break-watch -t i Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant