Hi Pavel
> I can't say what's the situation in the rest of llvm, but right now lldb
> has zero test coverage for the flow you are using, so the fact that this
> has worked until now was pretty much an accident.
It was a pleasant surprise that it worked at all, since flat memory
maps have become n
Hi Zdenek
In an ideal world LLVM and LLDB would support a common approach for
address spaces. Currently our LLVM backend doesn't yet support address
spaces anyway, e.g. access to a variable declared as constant data:
const int my_val __attribute__((section (".crom"))) = { 42 };
is only possible
We'll be at Tied House as usual, starting on Thursday the 6th at 7pm!
If you can, help us plan and RSVP here:
https://www.meetup.com/LLVM-Bay-Area-Social/events/kncsjlyzjbjb/
See everyone there!
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://
https://bugs.llvm.org/show_bug.cgi?id=41965
sguel...@redhat.com changed:
What|Removed |Added
Resolution|--- |FIXED
Status|CONFIRMED