[Lldb-commits] [PATCH] D13201: Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Sun Sep 27 23:26:47 PDT 2015


brucem added a comment.

Talking to Vadim (enlight) offline, this happened when debugging an inferior on a Linux target from a Windows host. He had only copied the executable back to the Windows host, so the shared libraries involved weren't present on his system.

I'm not sure if this is the right place for this fix or if it should be somewhere else prior to this point.


Repository:
  rL LLVM

http://reviews.llvm.org/D13201





More information about the lldb-commits mailing list