[lldb-dev] Ability to load core dumps through python	interface	on maci64
    Prabhat Verma 
    Prabhat.Verma at mathworks.com
       
    Mon Mar 25 15:35:28 PDT 2013
    
    
  
That makes sense. Thank you Greg!
We are really looking forward to this functionality esp. on maci64 but would rather have this in-product than a local patch. Should we post separately on Apple dev forum? 
Thanks and Regards,
Prabhat
-----Original Message-----
From: Greg Clayton [mailto:gclayton at apple.com] 
Sent: Monday, March 25, 2013 6:20 PM
To: Prabhat Verma
Cc: lldb-dev at cs.uiuc.edu
Subject: Re: [lldb-dev] Ability to load core dumps through python interface on maci64
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