Hi,
I am trying to implement the expression evaluation for PPC64le using JIT.
But the LLDB is failling to allocate memory when it tries to evaluate an
expression.
A Thread Plan is being interrupted before LLDB tries to allocate memory.
How could I check why this plan is not finishing?
What functi
On linux, we allocate memory by setting up the inferior registers to appear
as if the inferior called mmap(2) upon resume. This is done in
InferiorCallMmap. You should check whether this function sets up the
context correctly. Things to look at are:
- did it find the mmap address correctly?
- are t
LLDB should be changed to error out if we don't get any register information
from the remote GDB server and have the error message tell us that we need to
add register definition file. Then this would be clear. Maybe a message like:
error: GDB server doesn't vend register information. You must s
I was/am running gdbserver 7.11.1 (Ubuntu 7.11.1-0ubuntu1~16.5).
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
> On Dec 5, 2017, at 12:45 PM, Pedro Alves wrote:
>
> On 12/05/2017 06:49 PM, Greg Clayton via lldb-dev wrote:
>
>> Though it does seem to be a bug that the "gdbserver" you were using doesn't
>> support the Target XML packets that the GDB remote protocol defines? Is this
>> some old version o
Is there a user accessible setting to force on XML target descriptions
in new-gdbsever?
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
We'll be at Tied House as usual, starting on Thursday the 7th at 7pm!
If you can, help us plan and RSVP here:
https://www.meetup.com/LLVM-Bay-Area-Social/events/kncsjlywqbkb/
See everyone there!
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://l