[lldb-dev] Is it possible to get core dump on Linux?

Greg Clayton via lldb-dev lldb-dev at lists.llvm.org
Mon Aug 10 10:09:15 PDT 2015


Someone will need to implement the core file saving in the ObjectFileELF.cpp if you want to do this. It currently isn't implemented.

Greg

> On Aug 7, 2015, at 1:49 PM, Eugene Birukov via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> Hi,
>  
> Is there a way to create process dump on Linux using LLDB? I am using Ubuntu 14.04 and LLDB 3.7 that I built from sources a while ago.
> I tried "process save-core" and it doesn’t work:
>  
> (lldb) process save-core ~/xxx
> error: Failed to save core file for process: no ObjectFile plugins were able to save a core for this process
> (lldb)
>  
> Thanks,
> Eugene
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev



More information about the lldb-dev mailing list