Re: [lldb-dev] LLDB + UE4 on Android

2016-03-10 Thread Mikhail Filimonov via lldb-dev
Well, after I've added .gnu_debuglink section to stripped libUE4.so LLDB managed to resolve the symbols. But sometimes it asserts with the following message: --- Microsoft Visual C++ Runtime Library --- Assertion failed! Program:

Re: [lldb-dev] lldb-server stripped binary size: AArch64 ~16Mb vs ARM ~9 Mb

2016-03-01 Thread Mikhail Filimonov via lldb-dev
ffects the size of the resulting binary. help that helps, pl On 29 February 2016 at 20:15, Mikhail Filimonov via lldb-dev <lldb-dev@lists.llvm.org> wrote: > Hello, fellow developers and congratulations with long awaited 3.8 Release. > > I wonder why AArch64 stripped binary of l

Re: [lldb-dev] Invalid iterator dereference in TypeMap::ForEach when it's invoked with TypeMaptoList callback

2015-11-17 Thread Mikhail Filimonov via lldb-dev
db-dev] Invalid iterator dereference in TypeMap::ForEach when it's invoked with TypeMaptoList callback Thanks for the heads-up Mikhail. Ravi, this looks like your code. Could you take a look at this? pl On 16 November 2015 at 16:24, Mikhail Filimonov via lldb-dev <lldb-dev@lists.llvm.org&

[lldb-dev] Invalid iterator dereference in TypeMap::ForEach when it's invoked with TypeMaptoList callback

2015-11-16 Thread Mikhail Filimonov via lldb-dev
Hi guys and thank you for the excellent community project! Recently I've stumbled on a pesky, but trivial Invalid iterator dereference bug in SymbolContext and TypeMap implementations at revisions