gdb/
* top.c (print_gdb_configuration): Print configure-time parameter on using libbabeltrace or not.
This commit is contained in:
parent
f51aeeb295
commit
ab11614906
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-04-17 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* top.c (print_gdb_configuration): Print configure-time
|
||||||
|
parameter on using libbabeltrace or not.
|
||||||
|
|
||||||
2013-04-16 Pedro Alves <palves@redhat.com>
|
2013-04-16 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
|
* copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
|
||||||
|
|
|
@ -1242,6 +1242,15 @@ This GDB was configured as follows:\n\
|
||||||
--without-zlib\n\
|
--without-zlib\n\
|
||||||
"));
|
"));
|
||||||
#endif
|
#endif
|
||||||
|
#if HAVE_LIBBABELTRACE
|
||||||
|
fprintf_filtered (stream, _("\
|
||||||
|
--with-babeltrace\n\
|
||||||
|
"));
|
||||||
|
#else
|
||||||
|
fprintf_filtered (stream, _("\
|
||||||
|
--without-babeltrace\n\
|
||||||
|
"));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue