Lines Matching full:misc
298 XE_Misc // misc other error (w/ string to describe it)
365 } Misc;
642 xe.XE.Misc.thr = thr;
643 xe.XE.Misc.errstr = string_table_strdup(errstr);
644 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
645 xe.XE.Misc.auxctx = auxctx;
694 return xe1->XE.Misc.thr == xe2->XE.Misc.thr
695 && 0==VG_(strcmp)(xe1->XE.Misc.errstr, xe2->XE.Misc.errstr);
873 announce_one_thread( xe->XE.Misc.thr );
933 tl_assert( HG_(is_sane_Thread)( xe->XE.Misc.thr ) );
939 (Int)xe->XE.Misc.thr->errmsg_index,
940 xe->XE.Misc.errstr );
942 (Int)xe->XE.Misc.thr->errmsg_index );
945 if (xe->XE.Misc.auxstr) {
946 emit(" <auxwhat>%s</auxwhat>\n", xe->XE.Misc.auxstr);
947 if (xe->XE.Misc.auxctx)
948 VG_(pp_ExeContext)( xe->XE.Misc.auxctx );
954 (Int)xe->XE.Misc.thr->errmsg_index,
955 Misc.errstr );
957 if (xe->XE.Misc.auxstr) {
958 emit(" %s\n", xe->XE.Misc.auxstr);
959 if (xe->XE.Misc.auxctx)
960 VG_(pp_ExeContext)( xe->XE.Misc.auxctx );
1323 case XE_Misc: return "Misc";
1342 TRY("Misc", XS_Misc);