[Lldb-commits] [PATCH] LLDB ARM Register context support

Tamas Berghammer tberghammer at google.com
Tue Apr 7 03:19:55 PDT 2015


About the frame pointer on arm, I tested it with arm instruction set so this is why I seen it in r11 (I haven't known it is different with thumb). If it is located in different register based on the instruction set then we will have to find a way to handle it but it should be done later.

It looks good as a first step for getting arm32 working.  There is a lot of things left before it will actually work properly but I prefer to do those changes as separate patches so we don't have 1 huge patch.

I added Greg Clayton as a reviewer (global LLDB lead) and if he approves it then I will happily help you committing it in.


http://reviews.llvm.org/D8719

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list