This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 08/12] Remove value::next and value::released


On 04/05/2018 10:15 PM, Tom Tromey wrote:
>  value_release_to_mark (const struct value *mark)
>  {

...

> +  std::reverse (result.begin (), result.end ());
>    return result;
>  }

Is there a comment somewhere mentioning the order of the
returned values?

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]