[lldb-dev] Understanding debugger launch events sequence
via lldb-dev
lldb-dev at lists.llvm.org
Mon Feb 1 11:50:47 PST 2016
Great, thanks for the confirmation.
Sent from my iPhone
> On Feb 1, 2016, at 1:32 AM, Pavel Labath <labath at google.com> wrote:
>
>> On 29 January 2016 at 18:43, Jeffrey Tan <jeffrey.fudan at gmail.com> wrote:
>> Thanks Jim. Is this true for other platforms? Our IDE is going to support
>> Mac and Linux and may extend to Windows some time later.
>
> AFAIK, windows spawns a separate thread to do the actual debugging,
> but this is hidden from you, and you can carry on debugging normally.
> On Linux/OSX we even spawn a separate process.
>
> In short, there should be no noticeable user-facing differences
> between the platforms. If you find any, then we'd like to know about
> them.
>
> pl
More information about the lldb-dev
mailing list