Re: [lldb-dev] Where "thread until " should set breakpoints?

2018-08-02 Thread Venkata Ramanaiah Nalamothu via lldb-dev
Thanks Jim for the elaborate reply. I knew what is happening in below piece of code and also has a patch ready but now needs a bit of fine tuning based on your below comments. I just wanted to hear from you folks that my understanding is correct and I am not missing something. Also, the code arou

Re: [lldb-dev] Where "thread until " should set breakpoints?

2018-08-05 Thread Venkata Ramanaiah Nalamothu via lldb-dev
I have created https://reviews.llvm.org/D50304. BTW, I almost forgot the fact that the error message changes were already covered in my other patch https://reviews.llvm.org/D48865. On Fri, Aug 3, 2018 at 11:41 PM, Jim Ingham wrote: > Thanks! I look forward to the patch. > > Jim > > > > On Aug

[lldb-dev] [LLD] How to get rid of debug info of sections deleted by garbage collector

2018-09-19 Thread Venkata Ramanaiah Nalamothu via lldb-dev
Hi, After compiling an example.cpp file with "-c -ffunction-sections" and linking with "--gc-sections" (used ld.lld), I am still seeing debug info for the sections deleted by garbage collector in the generated executable. Are there any compiler/linker options and/or other tools in LLVM to get rid

Re: [lldb-dev] [llvm-dev] [LLD] How to get rid of debug info of sections deleted by garbage collector

2018-09-20 Thread Venkata Ramanaiah Nalamothu via lldb-dev
m-dev; LLDB >> > Subject: Re: [llvm-dev] [lldb-dev] [LLD] How to get rid of debug info of >> > sections deleted by garbage collector >> > >> > On Wed, Sep 19, 2018 at 8:35 PM Venkata Ramanaiah Nalamothu via >> > lldb-dev wrote: >> > > >>