Re: [Dwarf-discuss] Request for clarification of handling stack-passed parameters

2024-06-18 Thread Sergey via Dwarf-discuss
Friday, June 14, 2024 1:12 PM > To: dwarf-discuss@lists.dwarfstd.org; Robinson, Paul > Subject: RE: [Dwarf-discuss] Request for clarification of handling > stack-passed parameters > > In that case I shall create appropriate issues for the mentioned compilers in > order to discuss the ma

Re: [Dwarf-discuss] Request for clarification of handling stack-passed parameters

2024-06-14 Thread Robinson, Paul via Dwarf-discuss
iscuss@lists.dwarfstd.org> Subject: [Dwarf-discuss] Request for clarification of handling stack-passed parameters # Request for clarification of handling stack-passed parameters ## Background I came across this while parsing parameters of a variadic function in C. Formal parameters are not s

Re: [Dwarf-discuss] Request for clarification of handling stack-passed parameters

2024-06-14 Thread Sergey via Dwarf-discuss
iption would be evaluated in the > context of the caller. > --paulr > > From: Dwarf-discuss > On Behalf > Of Sergey via Dwarf-discuss > Sent: Wednesday, June 12, 2024 9:57 AM > To: dwarf-discuss@lists.dwarfstd.org > Subject: [Dwarf-discuss] Request for clarification of handling stack-

Re: [Dwarf-discuss] Request for clarification of handling stack-passed parameters

2024-06-14 Thread Robinson, Paul via Dwarf-discuss
for the compiler to do that, the location description would be evaluated in the context of the caller. --paulr From: Dwarf-discuss On Behalf Of Sergey via Dwarf-discuss Sent: Wednesday, June 12, 2024 9:57 AM To: dwarf-discuss@lists.dwarfstd.org Subject: [Dwarf-discuss] Request for clarification

[Dwarf-discuss] Request for clarification of handling stack-passed parameters

2024-06-12 Thread Sergey via Dwarf-discuss
# Request for clarification of handling stack-passed parameters ## Background I came across this while parsing parameters of a variadic function in C. Formal parameters are not sufficient for my case, since all the variadic arguments are described with a single `DW_TAG_unspecified_parameters`,