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