Re: [lldb-dev] [RFC] lldb integration with (user mode) qemu

2021-11-04 Thread Jessica Clarke via lldb-dev
On Fri, Oct 29, 2021 at 05:55:02AM +, David Spickett via lldb-dev wrote: >> I don't think it does. Or at least I'm not sure how do you propose to solve >> them (who is "you" in the paragraph above?). > > I tend to use "you" meaning "you or I" in hypotheticals. Same thing as > "if I had" but

Re: [lldb-dev] Some API test failures are really opaque/could be improved

2021-11-04 Thread David Blaikie via lldb-dev
I haven't made any further progress on it - I think the actual git diff I posted, changing config.llvm_libs_dir wouldn't quite be shippable as-is, because it's only correct to add the "/@LLVM_DEFAULT_TARGET_TRIPLE@" if the runtimes were built with LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON (which is

[lldb-dev] [Bug 52393] LLDB crashes while printing optional member from parent class

2021-11-04 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=52393 Raphael Isemann changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [lldb-dev] Some API test failures are really opaque/could be improved

2021-11-04 Thread Raphael Isemann via lldb-dev
Is someone currently working on fixing this? FWIW, I think David's change seems to go in the right direction (when I originally looked at this I also ended up on the wrong rpath but I thought it was some other code that set the wrong value. Didn't realize we have two places where this happens). I