This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 49/66] Separate out execution-info window
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> 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. */
Pedro> This "Allocate" here reads odd. Did you mean "Get" instead of "Allocate"?
>> + const tui_exec_info_content *get_content () const
>> + {
Yes, thanks. I've fixed this.
Tom