Re: [lldb-dev] add custom vendor commands

2016-10-19 Thread Giusti, Valentina via lldb-dev
> On Oct 18, 2016, at 6:43 PM, Clayton, Greg wrote: > > > On Oct 18, 2016, at 7:48 AM, Giusti, Valentina > wrote: > > > > Hi Greg, > > > > Thanks a lot for your reply, please find below my answers. > > > >> You can install new python commands that

Re: [lldb-dev] add custom vendor commands

2016-10-18 Thread Giusti, Valentina via lldb-dev
Hi Greg, Thanks a lot for your reply, please find below my answers. > You can install new python commands that can do the job to work out the > details. > > http://lldb.llvm.org/python-reference.html > > See the section named "CREATE A NEW LLDB COMMAND USING A PYTHON > FUNCTION". > > You can

[lldb-dev] add custom vendor commands

2016-10-13 Thread Giusti, Valentina via lldb-dev
Hello all, Background: Intel CPUs that support MPX have a limited number of bound registers. For any program that has more objects than fit into these registers, the bounds must be kept elsewhere. For this purpose, Bounds Tables (BT) are stored in application memory: for each pointer there is

Re: [lldb-dev] showing CPU register flags

2016-08-18 Thread Giusti, Valentina via lldb-dev
Thanks for your replies! @Greg, I think I will start by trying your approach and then I will get back to you with some feedback in a couple of days. Cheers, - Valentina > -Original Message- > > I am currently implementing the support for the Intel MPX registers in LLDB. > This register