Home
last modified time | relevance | path

Searched refs:pDllInfo (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_Break.h145 Result NotifyDllLoadedToDebugger(const void* pDllInfo, size_t size);
146 Result NotifyDllUnloadingToDebugger(const void* pDllInfo, size_t size);
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Break.cpp171 Result NotifyDllLoadedToDebugger(const void* pDllInfo, size_t size) in NotifyDllLoadedToDebugger() argument
173 return nn::svc::Break(BREAK_REASON_LOAD_RO, pDllInfo, size); in NotifyDllLoadedToDebugger()
176 Result NotifyDllUnloadingToDebugger(const void* pDllInfo, size_t size) in NotifyDllUnloadingToDebugger() argument
178 return nn::svc::Break(BREAK_REASON_UNLOAD_RO, pDllInfo, size); in NotifyDllUnloadingToDebugger()