[lldb-dev] Ability to load core dumps through python interface on maci64

Greg Clayton gclayton at apple.com
Mon Mar 25 15:20:08 PDT 2013


There is no need for the changes to SBProcess.h and SBProcess.cpp and this can all be done internally (no one would ever use the SBProcess::LoadCore() so this should all be handled internally in SBTarget::LoadCore()). 

I have a cleaned up patch that I will commit soon. 

On Mar 25, 2013, at 2:41 PM, Prabhat Verma <Prabhat.Verma at mathworks.com> wrote:

> Hi,
>  
> Patch to teach lldb to load core files via python interface is attached (thanks Samuel!). From my rudimentary testing on maci64, it appears to work.
> Any chance this functionality can make it to the product?
>  
> Thanks and Regards,
> Prabhat
> <core-python.diff>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list