[lldb-dev] lldb-mi stopped after '-target-select remote'

Ilia K via lldb-dev lldb-dev at lists.llvm.org
Wed Oct 19 02:33:02 PDT 2016


Hi!

I think it's okay that remote target is stopped when you connect to it.
Just skip it.

On Wed, Oct 19, 2016 at 8:14 AM, Chunseok Lee via lldb-dev <
lldb-dev at lists.llvm.org> wrote:

> I have noticed that lldb-mi stopped after executing "-target-select
> remote".
> My execution step is like:
> ---------------------------------------------
> $ lldb-server g --platform=remote-linux "*:1234"
>
> $ lldb-mi
> (gdb)
> -file-exec-and-symbols /home/twoflower/a.out
> (gdb)
> -target-select remote localhost:1234
> .....
> (gdb)
> *stopped,reason="signal-received",signal-name="
> SIGSTOP",signal-meaning="Stop",frame={level="0",addr="
> 0x00007f4bdf53e2d0",func="??",file="??",fullname="??",line="
> -1"},thread-id="1",stopped-threads="all"
> -------------------------------------------------
>
> In my project, I dont want to stop there.
> Where is a good point to investigate the code triggering SIGSTOP ?
>
>
> BR,
> Chunseok Lee
>
> --
> Where Do We come from? What Are We? Where Are We Going?
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
>


-- 
- Ilia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20161019/611c2da0/attachment.html>


More information about the lldb-dev mailing list