Re: [Dwarf-discuss] Proposal: Error: DW_OP_entry_value description and examples

2023-08-08 Thread Kyle Huey via Dwarf-discuss
On Tue, Aug 8, 2023 at 9:22 AM Metzger, Markus T via Dwarf-discuss < dwarf-discuss@lists.dwarfstd.org> wrote: > >### Section 2.5.1.7 Special Operations, p.37 > > > >The first sentence of the description of DW_OP_entry_value reads: > > > >The DW_OP_entry_value operation pushes the value that th

Re: [Dwarf-discuss] Proposal: Error: DW_OP_entry_value description and examples

2023-08-08 Thread Jakub Jelinek via Dwarf-discuss
On Tue, Aug 08, 2023 at 04:21:57PM +, Metzger, Markus T via Dwarf-discuss wrote: > >### Section 2.5.1.7 Special Operations, p.37 > > > >The first sentence of the description of DW_OP_entry_value reads: > > > >The DW_OP_entry_value operation pushes the value that the described > >locati

Re: [Dwarf-discuss] Proposal: Error: DW_OP_entry_value description and examples

2023-08-08 Thread Metzger, Markus T via Dwarf-discuss
>### Section 2.5.1.7 Special Operations, p.37 > >The first sentence of the description of DW_OP_entry_value reads: > >The DW_OP_entry_value operation pushes the value that the described >location held upon entering the current subprogram. > >A DWARF expression does not describe a location,

[Dwarf-discuss] Proposal: Error: DW_OP_entry_value description and examples

2023-08-08 Thread Robinson, Paul via Dwarf-discuss
# Error: DW_OP_entry_value description and examples ## Overview DW_OP_entry_value provides a way to compute a value as if the value had been computed on entry to the current subprogram. Its operand is either a DWARF expression, which assumes nothing is already on the DWARF stack and leaves one va