On Thu, Apr 25, 2013 at 2:43 PM, Greg Clayton <[email protected]> wrote:
>> Greg, Sean,
>>
>> Is there a way to rework the lldb interpreter to read variables after a 
>> crash?
>
> Is this a problem because the expression parser can't allocate memory after 
> you have crashed?
>
> LLDB does like to place a copy of the result in the program memory, but it 
> doesn't have to. We could change that.

Yes please change that. In case of coredumps the program is already
crashed and lldb cant allocate memory from it.

Thanks
Samuel
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to