public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Test results for commit 6f9b84910f8cabf565598f499258bbea51cc06d4 on branch master
@ 2015-02-17 18:00 sergiodj
  2015-02-17 18:11 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: sergiodj @ 2015-02-17 18:00 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 6f9b84910f8cabf565598f499258bbea51cc06d4 ***

Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Branch: master
Commit: 6f9b84910f8cabf565598f499258bbea51cc06d4

Adapt `info probes' to support printing probes of different types.
A "probe type" (backend for the probe abstraction implemented in
probe.[ch]) can extend the information printed by `info probes' by
defining additional columns.  This means that when `info probes' is
used to print all the probes regardless of their types, some of the
columns will be "not applicable" to some of the probes (like, say, the
Semaphore column only makes sense for SystemTap probes).  This patch
makes `info probes' fill these slots with "n/a" marks (currently it
breaks the table) and not include headers for which no actual probe
has been found in the list of defined probes.

This patch also adds support for a new generic column "Type", that
displays the type of each probe.  SystemTap probes identify themselves
as "stap" probes.

gdb/ChangeLog:

2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>

	* probe.c (print_ui_out_not_applicables): New function.
	(exists_probe_with_pops): Likewise.
	(info_probes_for_ops): Do not include column headers for probe
	types for which no probe has been actually found on any object.
	Also invoke `print_ui_out_not_applicables' in order to match the
	column rows with the header when probes of several types are
	listed.
	Print the "Type" column.
	* probe.h (probe_ops): Added a new probe operation `type_name'.
	* stap-probe.c (stap_probe_ops): Add `stap_type_name'.
	(stap_type_name): New function.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-02-18  0:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17 18:00 Test results for commit 6f9b84910f8cabf565598f499258bbea51cc06d4 on branch master sergiodj
2015-02-17 18:11 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-17 19:12 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj
2015-02-17 19:52 ` Failures on Fedora-i686, " sergiodj
2015-02-17 20:28 ` Failures on Fedora-x86_64-m32, " sergiodj
2015-02-17 20:35 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj
2015-02-17 20:38 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj
2015-02-17 21:28 ` Failures on Fedora-x86_64-m64, " sergiodj
2015-02-17 21:35 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj
2015-02-17 22:40 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj
2015-02-17 23:21 ` Failures on Debian-i686-cc-with-index, " sergiodj
2015-02-17 23:38 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj
2015-02-18  0:22 ` Failures on Debian-i686-native-gdbserver, " sergiodj
2015-02-18  1:22 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).