353084 arm64 doesn't support sigpending system call
353370 don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine
353398 WARNING: unhandled amd64-solaris syscall: 207
+353660 XML in auxwhat tag not escaping reserved symbols properly
353680 s390x: Crash with certain glibc versions due to non-implemented TBEGIN
353891 Assert 'bad_scanned_addr < VG_ROUNDDN(start+len, sizeof(Addr))' failed
353917 unhandled amd64-solaris syscall fchdir(120)
hasfn = VG_(get_fnname)(ai->Addr.Stack.IP, &fn);
if (hasfn || hasfile)
- VG_(emit)( "%sin frame #%d, created by %s (%s:%s)%s\n",
+ VG_(emit)( "%sin frame #%d, created by %ps (%ps:%s)%s\n",
xpre,
ai->Addr.Stack.frameNo,
hasfn ? fn : "???",
case Addr_DataSym:
VG_(emit)( "%sAddress 0x%lx is %llu bytes "
- "inside data symbol \"%pS\"%s\n",
+ "inside data symbol \"%ps\"%s\n",
xpre, a,
(ULong)ai->Addr.DataSym.offset,
ai->Addr.DataSym.name,
break;
case Addr_SectKind:
- VG_(emit)( "%sAddress 0x%lx is in the %pS segment of %pS%s\n",
+ VG_(emit)( "%sAddress 0x%lx is in the %ps segment of %ps%s\n",
xpre, a,
VG_(pp_SectKind)(ai->Addr.SectKind.kind),
ai->Addr.SectKind.objname,
case Addr_SegmentKind:
VG_(emit)( "%sAddress 0x%lx is in "
- "a %s%s%s %s%s%pS segment%s\n",
+ "a %s%s%s %s%s%ps segment%s\n",
xpre,
a,
ai->Addr.SegmentKind.hasR ? "r" : "-",