SvcQueryDebugProcessMemory

This commit is contained in:
Michael Scire 2020-07-29 16:21:54 -07:00 committed by SciresM
parent 5de853b662
commit 3f17a34b67
3 changed files with 64 additions and 4 deletions

View file

@ -38,6 +38,8 @@ namespace ams::kern {
void Initialize();
Result Attach(KProcess *process);
Result QueryMemoryInfo(ams::svc::MemoryInfo *out_memory_info, ams::svc::PageInfo *out_page_info, KProcessAddress address);
Result GetDebugEventInfo(ams::svc::lp64::DebugEventInfo *out);
Result GetDebugEventInfo(ams::svc::ilp32::DebugEventInfo *out);