Re: [lldb-dev] fate of TimeValue

2016-10-12 Thread Pavel Labath via lldb-dev
My current plan is to first clean up the usage of llvm::TimeValue and replace it with std::chrono, then proceed on to LLDB. I have the llvm stuff mostly done locally, I just need to find a bit of time to test it out on windows. Will update when that is done. pl On 11 October 2016 at 19:36, Greg C

Re: [lldb-dev] get function name from dwarf info

2016-10-12 Thread Greg Clayton via lldb-dev
> On Oct 7, 2016, at 7:32 AM, Carlo Kok via lldb-dev > wrote: > > >>> How do I get the dw_at_name field? I don't need lldb to decypher the >>> mangling I use, I just want access to the linkage name and real encoded >>> name? >>> >>> Also how do I get the type this is contained in (presuming t