[PATCH v2 1/3] [gdb/symtab] Add dwarf_expr_piece.op

Tom de Vries tdevries@suse.de
Wed Jan 15 16:03:22 GMT 2025


On 1/14/25 21:36, Tom Tromey wrote:
>>>>>> "Tom" == Tom de Vries <tdevries@suse.de> writes:
> 
> Tom>  struct dwarf_expr_piece
> Tom>  {
> Tom> +  enum dwarf_location_atom op;
> 
> I would appreciate a small explanatory comment before the new field.
> 

I've pushed this with this comment added:
...
   /* The DWARF operation for which the piece was created.  */
   enum dwarf_location_atom op;
...

Thanks,
- Tom


> thanks,
> Tom



More information about the Gdb-patches mailing list