[lldb-dev] Regenerating public API reference documentation

2016-10-14 Thread Tamas Berghammer via lldb-dev
Hi All, The current LLDB API reference documentation available at http://lldb.llvm.org/python_reference/ and at http://lldb.llvm.org/cpp_reference/html/ but it haven't been updated since July 2013. I am planning to regenerate it next week using "

Re: [lldb-dev] Regenerating public API reference documentation

2016-10-14 Thread Mehdi Amini via lldb-dev
> On Oct 14, 2016, at 6:44 AM, Tamas Berghammer via lldb-dev > wrote: > > Hi All, > > The current LLDB API reference documentation available at > http://lldb.llvm.org/python_reference/ > and at > http://lldb.llvm.org/cpp_reference/html/ >

Re: [lldb-dev] LLDB can't find source...but it can?

2016-10-14 Thread Ted Woodward via lldb-dev
> Probably a debug info problem. Before we know to look for addresses within > a compile unit, the compile unit must claim it has a function that contains > this > address. So check the DWARF in the compile unit that contains 0x114720 (not > sure if there is a lookup by address in llmv-dwarfdump?)