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: [PATCH 49/66] Separate out execution-info window


On 6/23/19 11:43 PM, Tom Tromey wrote:
> +  /* Get or allocate contents.  */
> +  tui_exec_info_content *maybe_allocate_content (int n_elements);
> +
> +  /* Allocate contents.  */

This "Allocate" here reads odd.  Did you mean "Get" instead of "Allocate"?

> +  const tui_exec_info_content *get_content () const
> +  {

Thanks,
Pedro Alves


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