Hey guys,

In the local MacOSX debugging case when PlatformDarwin::Attach () is
eventually called, what is this piece of code really doing?

                ListenerSP listener_sp (new
Listener("lldb.PlatformDarwin.attach.hijack"));
                attach_info.SetHijackListener(listener_sp);
                process_sp->HijackProcessEvents(listener_sp.get());

What will be that hijacker's responsibility?

Thanks!
-- 
Todd Fiala | Software Engineer | [email protected] | 650-943-3180
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to