Enum valgrind_request::ClientRequest [] [src]

pub enum ClientRequest {
    RunningOnValgrind,
    DiscardTranslations,
    ClientCall0,
    ClientCall1,
    ClientCall2,
    ClientCall3,
    CountErrors,
    GdbMonitorCommand,
    MallocLikeBlock,
    ResizeInPlaceBlock,
    FreeLikeBlock,
    CreateMemPool,
    DestroyMemPool,
    MemPoolAlloc,
    MemPoolFree,
    MemPoolTrim,
    MoveMemPool,
    MemPoolChange,
    MemPoolExists,
    Printf,
    PrintfBacktrace,
    PrintfVaListByRef,
    PrintfBacktraceVaListByRef,
    StackRegister,
    StackDeregister,
    StackChange,
    LoadPdbDebugInfo,
    MapIpToSourceLoc,
    ChangeErrDisablement,
    VexInitForIri,
}

Variants