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 can do the job to work out > >> the details. > >>

Re: [lldb-dev] add custom vendor commands

2016-10-18 Thread Greg Clayton via lldb-dev
> 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 can do the job to work out the >> details. >> >> http://lldb.llvm.org/python-reference.html >> >> See the secti

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 b

Re: [lldb-dev] add custom vendor commands

2016-10-17 Thread Greg Clayton via lldb-dev
> On Oct 13, 2016, at 2:24 AM, Giusti, Valentina via lldb-dev > wrote: > > 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