Re: [lldb-dev] [Lldb-commits] [lldb] r360757 - Group forward declarations in one namespace lldb_private {}

2019-05-16 Thread Jim Ingham via lldb-dev
> On May 16, 2019, at 2:24 AM, Pavel Labath wrote: > > On 16/05/2019 01:10, Jim Ingham via lldb-dev wrote: >> When you add to them you are often adding some larger feature which would >> have required a rebuild anyway, and they go long times with no change... I >> have never found the rebuil

[lldb-dev] [Bug 41885] Variable with end part that is optimized out is printed incorrectly

2019-05-16 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=41885 Paul Robinson changed: What|Removed |Added Assignee|unassignedb...@nondot.org |lldb-dev@lists.llvm.org Product|libr

Re: [lldb-dev] [Lldb-commits] [lldb] r360757 - Group forward declarations in one namespace lldb_private {}

2019-05-16 Thread Pavel Labath via lldb-dev
On 16/05/2019 01:10, Jim Ingham via lldb-dev wrote: When you add to them you are often adding some larger feature which would have required a rebuild anyway, and they go long times with no change... I have never found the rebuild required when these files are touched to be a drag on my produc

Re: [lldb-dev] Access to TLS variables on GNU/Linux

2019-05-16 Thread Florian Weimer via lldb-dev
* Jan Kratochvil: > On Tue, 14 May 2019 13:38:57 +0200, Florian Weimer via lldb-dev wrote: >> The target process has loaded libpthread.so.0, so it's not the usual >> problem of libthread_db not working without libpthread. >> >> On the other hand, I realize now that the lldb command cannot access