mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Suppress stack-switching message in XML mode.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8012
This commit is contained in:
parent
35695d8b1a
commit
c2de8fa58b
@ -301,7 +301,7 @@ void VG_(unknown_SP_update)( Addr old_SP, Addr new_SP, UInt ecu )
|
||||
permissions. Seems to work well with Netscape 4.X. Really the
|
||||
only remaining difficulty is knowing exactly when a stack switch is
|
||||
happening. */
|
||||
if (VG_(clo_verbosity) > 0 && moans > 0) {
|
||||
if (VG_(clo_verbosity) > 0 && moans > 0 && !VG_(clo_xml)) {
|
||||
moans--;
|
||||
VG_(message)(Vg_UserMsg,
|
||||
"Warning: client switching stacks? "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user