Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 3.43 KB | None | 0 0
  1. API call "sceDebugAttachProcess(pid)"%*s
  2. API call "sceDebugDetachProcess(process->pid)"%*s
  3. API call "sceDebugCancelCoredump(pid)"%*s
  4. API call "sceDebugCreateScratchDataArea(pid, size, &addr)"%*s
  5. API call "sceDebugCreateScratchExecutableArea(pid, size, &addr)"%*s
  6. API call "sceDebugDestroyScratchDataArea(pid, addr, page->size)"%*s
  7. API call "sceDebugDestroyScratchExecutableArea(pid, addr, page->size)"%*s
  8. API call "sceDebugGetApplicationIdByTitleId(titleId, &appid)"%*s
  9. API call "sceDebugGetApplicationInfo(appIds[i], &info)"%*s
  10. API call "sceDebugGetApplicationList(appIds, maxAppIds, &actualAppIds)"%*s
  11. API call "sceDebugGetEventList(process->pid, sid, (SceKernelEvent*)data_ptr, buffer_size / sizeof(SceKernelEvent), &actual_events)"%*s
  12. API call "sceDebugGetFiberInfo(fiberId, process->pid, &finfo)"%*s
  13. API call "sceDebugGetModuleInfo(pid, mid, &info)"%*s
  14. API call "sceDebugGetModuleList(pid, s_mids, s_num_mids, &actual_mids)"%*s
  15. API call "sceDebugGetModuleMetaData(pid, mid, meta_data, meta_data_size, &actual_meta_data)"%*s
  16. API call "sceDebugGetMonoVMInfo(pids[i], &info)"%*s
  17. API call "sceDebugGetMonoVMList(s_pids, s_num_pids, &actual_pids)"%*s
  18. API call "sceDebugGetProcessInfo(pid, &procInfo)"%*s
  19. API call "sceDebugGetProcessList(s_pids, s_num_pids, &actual_pids)"%*s
  20. API call "sceDebugGetSyncExclusiveWaiterList(process->pid, sid, (SceDeciTid*) data_ptr, buffer_size / sizeof(SceDeciTid), &actual_waiters)"%*s
  21. API call "sceDebugGetSyncObjectData(process->pid, sid, &sinfo)"%*s
  22. API call "sceDebugGetSyncObjectList(process->pid, s_sids, s_num_sids, &actual_sids)"%*s
  23. API call "sceDebugGetSyncWaiterList(process->pid, sid, (SceDeciTid*) data_ptr, buffer_size / sizeof(SceDeciTid), &actual_waiters)"%*s
  24. API call "sceDebugGetThreadInfo(pid, tid, &info)"%*s
  25. API call "sceDebugGetThreadList(pid, s_tids, s_num_tids, &actual_tids)"%*s
  26. API call "sceDebugGetUltCondvarInfo(process->pid, uid, &info.condvar)"%*s
  27. API call "sceDebugGetUltInfo(ultId, process->pid, &info)"%*s
  28. API call "sceDebugGetUltMutexInfo(process->pid, uid, &info.mutex)"%*s
  29. API call "sceDebugGetUltQueueDataResourcePoolInfo(process->pid, uid, &info.qdrp)"%*s
  30. API call "sceDebugGetUltQueueInfo(process->pid, uid, &info.queue)"%*s
  31. API call "sceDebugGetUltRuntimeInfo(runtimeId, process->pid, &rinfo)"%*s
  32. API call "sceDebugGetUltRwlockInfo(process->pid, uid, &info.rwlock)"%*s
  33. API call "sceDebugGetUltSemaphoreInfo(process->pid, uid, &info.sema)"%*s
  34. API call "sceDebugGetUltWaitingQueueResourcePoolInfo(process->pid, uid, &info.wqrp)"%*s
  35. API call "sceDebugKillApplication(context, appid)"%*s
  36. API call "sceDebugKillProcess(pid)"%*s
  37. API call "sceDebugNoStopChildProcesses(process->pid)"%*s
  38. API call "sceDebugNoStopOnDLLoad(process->pid)"%*s
  39. API call "sceDebugProcessSpawn(context, argv, flags, stack_size, workdir)"%*s
  40. API call "sceDebugReadThreadRegister(tid, reg, &reg_value)"%*s
  41. API call "sceDebugResumeApplication(context, appid)"%*s
  42. API call "sceDebugResumeProcess(process->pid, 0)"%*s
  43. API call "sceDebugSpawnApplication(context, titleId, argv, flags)"%*s
  44. API call "sceDebugStopChildProcesses(process->pid)"%*s
  45. API call "sceDebugStopOnDLLoad(process->pid)"%*s
  46. API call "sceDebugSuspendApplication(context, appid)"%*s
  47. API call "sceDebugSuspendProcess(process->pid)"%*s
  48. API call "sceDebugTriggerCoredump(pid, corefile_type, pathname)"%*s
  49. API call "sceDebugWriteProcessMemory(process->pid, address, size, buffer, &size_written)"%*s
  50. API call "sceDebugWriteThreadRegister(tid, reg, &values[i])"%*s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement