Home | History | Annotate | Download | only in gdb

Lines Matching defs:headings

357   /* `headings' refers to the names of the columns when printing `info
361 std::vector<struct info_probe_column> headings
364 for (const info_probe_column &column : headings)
379 gdb_assert (probe_fields.size () == headings.size ());
404 std::vector<struct info_probe_column> headings
407 for (const info_probe_column &column : headings)
418 of `info probe'. `headings' refers to the names of each new field. */
420 std::vector<struct info_probe_column> headings
425 gdb_assert (headings.size () == values.size ());
427 for (int ix = 0; ix < headings.size (); ++ix)
429 struct info_probe_column column = headings[ix];