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't expect any > replies to this entire post

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

2020-03-02 Thread Levo DeLellis via lldb-dev
I took a moment to look at dwarfdump and it seems like it's LLVM that's causing the problem. On Mon, Mar 2, 2020 at 4:04 PM Adrian Prantl wrote: > Does this still reproduce with lldb compiled from the current state of the > git repository (ToT)? > > How do you know that it is LLDB loosing the va

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

2020-03-02 Thread Levo DeLellis via lldb-dev
To answer your question, I have no idea. I have limited knowledge of DWARF, LLDB and LLVM. I haven't tried to compile llvm, lldb or anything (meaning I only tried in llvm 9 and lldb 9). I been working on my language far to much to be looking at anything else and this isn't really blocking my progre

Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Jonas Devlieghere via lldb-dev
I removed the version number from the home page. To github.com:llvm/llvm-project.git adc69729ec8..c77fc00eec0 master -> master I'm not sure we should have the banner because (1) the documentation doesn't change as much as llvm/clang and (2) we don't archive the old documentation so there's no

Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Adrian Prantl via lldb-dev
Ah, that's great! We should probably just don't print a version on this variant and/or add a box like the one at the top of http://llvm.org/docs/ . thanks, adrian > On Mar 2, 2020, at 1:43 PM, Jonas Devlieghere wrote: > > Hey Adrian, > > The version is hard-coded in ll

Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Jonas Devlieghere via lldb-dev
Hey Adrian, The version is hard-coded in lldb/docs/conf.py, we just need to update it there. As far as I know the website is being updated nightly. Cheers, Jonas On Mon, Mar 2, 2020 at 1:41 PM Adrian Prantl wrote: > Hello Tanya, > > I just looked at the LLDB website and it still displays the o

Re: [lldb-dev] LLDB Website is not being updated

2020-03-02 Thread Adrian Prantl via lldb-dev
Hello Tanya, I just looked at the LLDB website and it still displays the out-of-date "version 8" page. Did you get a chance to investigate this in the mean time? thanks, adrian > On Nov 24, 2019, at 8:30 AM, Tanya Lattner wrote: > > I’ll have to check the status of moving the scripts over and

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

2020-03-02 Thread Adrian Prantl via lldb-dev
Does this still reproduce with lldb compiled from the current state of the git repository (ToT)? How do you know that 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, Le

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

2020-03-02 Thread Adrian Prantl via lldb-dev
> On Feb 25, 2020, at 5:29 PM, Levo DeLellis via lldb-dev > wrote: > > 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 somet