JumpToLine just resets the PC, it doesn't continue the process. For an API, it makes more sense to let the API user decide whether they want to do more work before continuing. So you wouldn't expect a "running" event.
We could send a PC-changed event, but we generally only send that sort of event to help a GUI keep sync'ed with changes the CLI does (like the eBroadcastBitSelectedFrameChanged event, etc.) So you wouldn't expect to see that event from the API. Jim > On Jul 18, 2016, at 5:51 AM, Marius Trandafir via lldb-dev > <[email protected]> wrote: > > Hello everyone, > > After calling SBThread::JumpToLine(…) I was expecting that the thread would > broadcast an event but it seems that this doesn’t happen. > Is this the intended behavior? Does the call to JumpToLine comes in pair with > another function call? > > Regards, > Marius > > > > Marius Trandafir > > Staff Software Engineer > National Instruments Romania > > +40 0761 68 65 27 > > > National Instruments Romania S.R.L. > ------------------------------------------------------ > B-dul 21 Decembrie 1989, nr. 77, A2 > Cluj-Napoca 400604, Romania > C.I.F.: RO17961616 | O.R.C.: J12/3337/2005 > Telefon: +40 264 406428 | Fax: +40 264 406429 > E-mail: [email protected] > Web: romania.ni.com > > Vanzari si suport tehnic: > Telefon gratuit : 0800 070071 > E-mail vanzari: [email protected] > E-mail suport tehnic: [email protected] > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
