class Twib::Switch::Debug::Event::AttachThread
Constants
- TYPE
Attributes
entrypoint[R]
thread_id[R]
tls[R]
Public Instance Methods
event_type()
click to toggle source
# File lib/twib/switch/debug.rb, line 48 def event_type :attach_thread end
unpack_specific(pack)
click to toggle source
# File lib/twib/switch/debug.rb, line 45 def unpack_specific(pack) @thread_id, @tls, @entrypoint = pack.unpack("Q<Q<Q<") end