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.h59 struct DebugContext { struct
61 DebugConfig const *config = nullptr;
64 Synchronized<PandaUnorderedMap<Method::UniqId, PandaUnorderedSet<uint32_t>>> breakpoint;
67 struct {
72 } whitelist;
77 void SetConfig(DebugConfig const *cfg) in SetConfig()
84 bool SkipVerification(Method::UniqId id) const in SkipVerification()
89 bool SkipVerificationOfCall(Method::UniqId id) const in SkipVerificationOfCall()