mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
kern: SvcCreateSession, KDebug finalization
This commit is contained in:
parent
36eb78a3ce
commit
94f9cc1626
5 changed files with 151 additions and 8 deletions
|
@ -175,6 +175,8 @@ namespace ams::kern {
|
|||
const ThreadList &GetThreadList() const { return this->thread_list; }
|
||||
|
||||
KProcess::State SetDebugObject(void *debug_object);
|
||||
void ClearDebugObject(KProcess::State state);
|
||||
|
||||
KEventInfo *GetJitDebugInfo();
|
||||
|
||||
bool EnterUserException();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue