On Tue, Aug 25, 2020 at 01:31:46PM +0100, Julien Thierry wrote:
> > > > The call to update_cfi_state_regs() is really regs-specific, not
> > > > sp-specific.
> > > >
> > >
> > > I must admit I don't really understand what "regs" is and why exactly such
> > > an exception in stack state tracking i
On 8/3/20 10:35 PM, Josh Poimboeuf wrote:
On Mon, Aug 03, 2020 at 01:13:14PM +0100, Julien Thierry wrote:
On 7/31/20 3:04 PM, Josh Poimboeuf wrote:
On Fri, Jul 31, 2020 at 08:00:58AM +0100, Julien Thierry wrote:
+ cfa->offset = hint->sp_offset;
+ insn->cfi.hint_type = hint->ty
On Mon, Aug 03, 2020 at 01:13:14PM +0100, Julien Thierry wrote:
>
>
> On 7/31/20 3:04 PM, Josh Poimboeuf wrote:
> > On Fri, Jul 31, 2020 at 08:00:58AM +0100, Julien Thierry wrote:
> > > > > + cfa->offset = hint->sp_offset;
> > > > > + insn->cfi.hint_type = hint->type;
> > > > > + insn
On 7/31/20 3:04 PM, Josh Poimboeuf wrote:
On Fri, Jul 31, 2020 at 08:00:58AM +0100, Julien Thierry wrote:
+ cfa->offset = hint->sp_offset;
+ insn->cfi.hint_type = hint->type;
+ insn->cfi.end = hint->end;
+
+ insn->cfi.sp_only = hint->type == ORC_TYPE_REGS || hint->type
On Fri, Jul 31, 2020 at 08:00:58AM +0100, Julien Thierry wrote:
> > > + cfa->offset = hint->sp_offset;
> > > + insn->cfi.hint_type = hint->type;
> > > + insn->cfi.end = hint->end;
> > > +
> > > + insn->cfi.sp_only = hint->type == ORC_TYPE_REGS || hint->type ==
> > > ORC_TYPE_REGS_IRET;
> >
> > Wh
On 7/30/20 4:03 PM, Josh Poimboeuf wrote:
On Thu, Jul 30, 2020 at 10:46:52AM +0100, Julien Thierry wrote:
The type of unwind hints and the semantics associated with them depend
on the architecture. Let arch specific code convert unwind hints into
objtool stack state descriptions.
Signed-off-
On Thu, Jul 30, 2020 at 10:46:52AM +0100, Julien Thierry wrote:
> The type of unwind hints and the semantics associated with them depend
> on the architecture. Let arch specific code convert unwind hints into
> objtool stack state descriptions.
>
> Signed-off-by: Julien Thierry
> ---
> tools/obj
The type of unwind hints and the semantics associated with them depend
on the architecture. Let arch specific code convert unwind hints into
objtool stack state descriptions.
Signed-off-by: Julien Thierry
---
tools/objtool/arch.h| 5 +--
tools/objtool/arch/x86/decode.c | 54
8 matches
Mail list logo