[lldb-dev] lldb fails to examine any variable with the message - Interpreting the expression locally failed: Interpreter couldn't write to memory

Samuel Jacob samueldotj at gmail.com
Thu Apr 25 15:49:44 PDT 2013


On Thu, Apr 25, 2013 at 2:43 PM, Greg Clayton <gclayton at apple.com> 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



More information about the lldb-dev mailing list