https://bugs.kde.org/show_bug.cgi?id=470830
Bug ID: 470830
Summary: Don't print actions vgdb me ... continue for vgdb
--multi mode
Classification: Developer tools
Product: valgrind
Version: 3.21.0
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
Created attachment 159565
--> https://bugs.kde.org/attachment.cgi?id=159565&action=edit
Don't print action vgdb me and continuing in vgdb --multi mode
When in vgdb --multi mode we know gdb is already attached and most likely
running inside gdb already. So it doesn't really add much information to print
"(action) vgdb me ..." and "Continuing ..." before/after each gdb prompt.
Guard each printing with if (!(VG_(clo_launched_with_multi)))
--
You are receiving this mail because:
You are watching all bug changes.