https://bugs.kde.org/show_bug.cgi?id=508093
Bug ID: 508093
Summary: VALGRIND_CLO_CHANGE does not update vex_control
Classification: Developer tools
Product: valgrind
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 183941
--> https://bugs.kde.org/attachment.cgi?id=183941&action=edit
add LibVEX_set_VexControl
VALGRIND_CLO_CHANGE("--vex-iropt-verbosity=5"); has no effect on
vex_control.iropt_verbosity
Attached patch adds function LibVEX_set_VexControl and calls it at the end of
process_dynamic_option.
The alternative would have been to expose the declaration of vex_control to
libvex.h. However, until now, VEX global variables are not exposed so I chose
to keep it that way.
--
You are receiving this mail because:
You are watching all bug changes.