Hello
I am debugging an program which depends a huge set of shared libs. For
performance i like to skip shlib load on lldb if possible.
Is there any way to do it?
BR,
Lee
나의 iPhone에서 보냄
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.l
Hello,
I am running lldb-3.8 on rpi2.
When I load coredump file, lldb exited with seg fault.
After digging into this issue, I found that loading core file for 32bit arch
does not work well.
Last commit for 32bit arch corefile is
" From 109a39c9709dbc2bd689469f1ba15efee098ee41 Mon Sep 17 00:00:0
e, there is a setting to determine how much symbol information to read in
> from libraries loaded from memory (since in device debugging this can be
> quite slow.) That is the target.memory-module-load-level setting. You might
> look at that for some hints as to how to proceed.
>
&
Hello.
In gdb, I can toggle auto symbol loading using "set auto-solib-add off" command.
I wonder that lldb has similar command for disabling auto shared library symbol
loading?
If not, where is the good starting point to review the source code to implement
this feature?
BR,
Chunseok Lee__
Hello.
I am working on running lldb-server on tizen x86 emulator platform.
I got the following error when I start to run lldb with any binary.
Here is an example log :
---
sh-3.2# file lldb-server-3.8.1
lldb-se
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:
Is there any MI command for connecting remote target ?
Using platform and target command with lldb, It works fine as follows:
-host log--
twoflower@js1-desktop ~/local-hello> ls
a.out* hello.cpp
twoflower@js1-desktop ~/local-hello> lldb-3.8.1
(lldb) platform select remote-linux
Pla
Thank you for kind help.
It seems to work nicely(from lldb4.0(win) to lldbserver3.8) for me.
나의 iPhone에서 보냄
2016. 9. 22. 오후 7:45 Pavel Labath 작성:
> On 22 September 2016 at 04:51, Chunseok Lee via lldb-dev
> wrote:
>> Actually, I am trying to remote-debug from lldb(win host
ldn't matter as long as you are Win7 or higher.
> No vista.
>
>> On Wed, Sep 21, 2016 at 8:22 PM Chunseok Lee via lldb-dev
>> wrote:
>> Is there any prebuilt lldb binary for windows7?
>> I tried snapshot llvm binary 3.8, but it does not include lldb. Note that
Is there any prebuilt lldb binary for windows7?
I tried snapshot llvm binary 3.8, but it does not include lldb. Note that
latest prebuilt(4.0) contains lldb.
나의 iPhone에서 보냄
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin
giving the wrong output?
>
> Regards,
> Abid
>
> From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Chunseok
> Lee via lldb-dev
> Sent: 21 September 2016 03:15
> To: Ilia K
> Cc: lldb-dev@lists.llvm.org
> Subject: Re: [lldb-dev] running lldb-mi w
Do you have any idea about regression after applying workaround 1 ? (For
example, wrong output in some cases)
2016-09-20 21:37 GMT+09:00 Ilia K :
> Hi!
>
> Please see possible workarounds in https://llvm.org/bugs/show_
> bug.cgi?id=28253.
>
> On Tue, Sep 20, 2016 at 10:57 AM
Dear lldb dev team,
I am working on running lldb-mi on arm32 device(like rpi) for remote
debugging usage.
Is there any way to run lldb-mi with python disabled ?
When building lldb with LLDB_DISABLE_PYTHON, it seems that dataformatter
initialization is failed due to the following code in
MICmnLLDBD
13 matches
Mail list logo