Home
last modified time | relevance | path

Searched defs:DebugContext (Results 1 – 3 of 3) 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()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug.py81 class DebugContext: class
Dwalker.py91 def from_context(cls, context: DebugContext, sync_capture_timeout: float) -> Self: