pub unsafe extern "C" fn svcGetDebugThreadParam(
    unused: *mut s64,
    out: *mut u32_,
    debug: Handle,
    threadId: u32_,
    parameter: DebugThreadParameter
) -> Result
Expand description

Gets a debugged thread’s parameter.

§Arguments

  • unused (direction out) - Unused.
  • out (direction out) - Output value.
  • debug - Debug handle of the process.
  • threadId - ID of the thread
  • parameter - Parameter to fetch, see DebugThreadParameter.