Home
last modified time | relevance | path

Searched defs:DebugContext (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.h58 struct DebugContext { struct
60 DebugConfig const *config = nullptr;
63 Synchronized<PandaUnorderedMap<Method::UniqId, PandaUnorderedSet<uint32_t>>> breakpoint;
66 struct {
71 } whitelist;
76 void SetConfig(DebugConfig const *cfg) in SetConfig()
83 bool SkipVerification(Method::UniqId id) const in SkipVerification()
88 bool SkipVerificationOfCall(Method::UniqId id) const in SkipVerificationOfCall()