Skip to content

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

@noneghost

Description

@noneghost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions