| Summary: | deprecate --db-attach=yes in favor of --vgdb-error=1 | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | John Reiser <jreiser> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | flo2030 |
| Priority: | NOR | ||
| Version First Reported In: | 3.9.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
John Reiser
2014-07-29 00:22:27 UTC
The word should be "--vgdb-error" as in: +" --db-attach=no|yes deprecated; use --vgdb-error=1 instead\n" I support this. The vgdb machinery is superior and actively maintained. Deprecation of the feature needs to be mentioned in the release notes so we can throw out the code in the release after next. Fixed in r14401. |