Re: [lldb-dev] No breakpoints after update

2016-02-17 Thread Carlo Kok via lldb-dev
Op 2016-02-17 om 00:32 schreef Jason Molenda: log enable lldb dyld Thanks! so apparently I had a call like: Error error = lTarget->GetPlatform()->ResolveExecutable(spe, mod, NULL); if (error.Success()) { mod->GetObjectFile(); lTarget->SetExecutableModule(mod, false); } i

Re: [lldb-dev] Interest in enabling -Werror by default

2016-02-17 Thread Tamas Berghammer via lldb-dev
I think the Linux-x86_64 build using clang is mostly warning free (1 warning on http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake) but it isn't true for most of the other configuration. I think -Werror can be enabled on the buildbots on a case by case bases depending on the decision