Re: [lldb-dev] What are the 'rules' to play nice with lldb-9?

2020-03-02 Thread Levo DeLellis via lldb-dev
Thanks this has been very helpful On Mon, Mar 2, 2020 at 4:02 PM Adrian Prantl wrote: > > > > On Feb 25, 2020, at 5:29 PM, Levo DeLellis via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > I'm thoroughly confused so I may say incorrect thing. I don

Re: [lldb-dev] Is bitcast breaking lldb a bug?

2020-03-02 Thread Levo DeLellis via lldb-dev
it is LLDB loosing the variable and not clang? Does > clang produce a location for the variable when you look at the dwarfdump > output? > > -- adrian > > On Feb 26, 2020, at 3:31 AM, Levo DeLellis via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > This feels like

Re: [lldb-dev] Is bitcast breaking lldb a bug?

2020-03-02 Thread Levo DeLellis via lldb-dev
variable when you look at the dwarfdump > output? > > -- adrian > > On Feb 26, 2020, at 3:31 AM, Levo DeLellis via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > This feels like a bug to me. Yesterday I was asking what the rules were > because it felt like thi

[lldb-dev] Is bitcast breaking lldb a bug?

2020-02-26 Thread Levo DeLellis via lldb-dev
This feels like a bug to me. Yesterday I was asking what the rules were because it felt like things change and break randomly. Now I have a good example. (link to my email yesterday http://lists.llvm.org/pipermail/lldb-dev/2020-February/015989.html) Take this example source file int main() {

[lldb-dev] What are the 'rules' to play nice with lldb-9?

2020-02-25 Thread Levo DeLellis via lldb-dev
I'm thoroughly confused so I may say incorrect thing. I don't expect any replies to this entire post but bits would be helpful. I'll double check if you need me to be specific since it's likely I remember or ran something wrong. For my language I output llvm-ir directly so I may generate llvm-ir th

Re: [lldb-dev] [llvm-dev] Have the debugger show an away with a dynamic size?

2020-02-17 Thread Levo DeLellis via lldb-dev
It looks like I wasn't careful and mixed version. I compiled with clang-9 but used lldb-6. Surprisingly this was the only error I notice when mixing these version. I could swear I tried compiling with clang-6. I'd double check but it appears that installing lldb-9 removed lldb(-6) from my system Th

[lldb-dev] Does LLDB work on windows?

2018-04-21 Thread Levo DeLellis via lldb-dev
I had LLDB working without any effort on linux however I can't seem to get it working on windows. On this page titled LLDB Status https://lldb.llvm.org/status.html it says LLDB is working on Windows (i386). I'm unsure if this means win32 apps, release or OS. I executed the below using llvm 64bit b