[lldb-dev] Allocation memory is failing in PPC64le

2017-12-05 Thread Alexandre Yukio Yamashita via lldb-dev
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

Re: [lldb-dev] Allocation memory is failing in PPC64le

2017-12-05 Thread Pavel Labath via lldb-dev
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

Re: [lldb-dev] gdb-remote incompatibility with gdbserver?

2017-12-05 Thread Greg Clayton via lldb-dev
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

Re: [lldb-dev] gdb-remote incompatibility with gdbserver?

2017-12-05 Thread David Manouchehri via lldb-dev
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

Re: [lldb-dev] gdb-remote incompatibility with gdbserver?

2017-12-05 Thread Greg Clayton via 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

Re: [lldb-dev] gdb-remote incompatibility with gdbserver?

2017-12-05 Thread David Manouchehri via lldb-dev
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

[lldb-dev] December LLVM bay-area social is this Thursday!

2017-12-05 Thread George Burgess IV via 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