> 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.
> >>
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
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
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
Hi everyone,
I am currently implementing the support for the Intel MPX registers in LLDB.
This register set includes 2 registers, BNDSTATUS and BNDCFGU, which store
information about the status and configuration of the MPX feature in several
fields.
I think that it would be useful for the user