| Summary: | Support for gdb watchpoint option -location | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Peifeng Yu <pfyu817> |
| Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | niko.sams, simonandric5, svn |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peifeng Yu
2017-09-04 22:57:17 UTC
A workaround is to disable them until the program is running. GDB supports break-watchpoint in the linked interface, so 2 is easier now. https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Breakpoint-Commands.html#The-_002dbreak_002dwatch-Command |