MCPcopy Create free account
hub / github.com/baldurk/renderdoc / SetLocalValue

Method SetLocalValue

renderdoc/android/jdwp_connection.cpp:555–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void Connection::SetLocalValue(threadID thread, frameID frame, int32_t slot, value val)
556{
557 Command cmd(CommandSet::StackFrame, 2);
558 // set one value
559 cmd.GetData().Write(thread).Write(frame).Write<int32_t>(1).Write(slot).Write(val);
560
561 SendReceive(cmd);
562}
563
564value Connection::InvokeInstance(threadID thread, classID clazz, methodID method, objectID object,
565 const rdcarray<value> &arguments, InvokeOptions options)

Callers 1

Calls 2

WriteMethod · 0.45
GetDataMethod · 0.45

Tested by

no test coverage detected