Standardise spelling of debug info
authorAntoine Busque <abusque@efficios.com>
Thu, 19 May 2016 16:21:29 +0000 (12:21 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 25 May 2016 14:31:51 +0000 (10:31 -0400)
commiteb75a494900f763d9daca6a9bab5a8f01ffe552f
tree1f55586d7686df493c63527cc9e6be17e45bb9dc
parentf17fda39ab4c00d560e524e1003cc5de4ab134d4
Standardise spelling of debug info

Debug info being short for debugging information is two separate
words. Therefore, the debuginfo spelling is erroneous. Variables and
defines throughout the code and build system should therefore use
'debug_info' or 'DEBUG_INFO', whereas command-line options and file
names should use the 'debug-info' form. In free form text
(i.e. comments and documentation), 'debug info' should be used, or the
long form 'debugging information'.

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
46 files changed:
configure.ac
converter/Makefile.am
converter/babeltrace.c
doc/debug-info.txt [new file with mode: 0644]
doc/debuginfo.txt [deleted file]
formats/ctf-text/Makefile.am
formats/ctf-text/ctf-text.c
formats/ctf-text/types/integer.c
formats/ctf/Makefile.am
formats/ctf/ctf.c
include/Makefile.am
include/babeltrace/ctf-ir/metadata.h
include/babeltrace/debug-info.h [new file with mode: 0644]
include/babeltrace/debuginfo.h [deleted file]
include/babeltrace/trace-debug-info.h [new file with mode: 0644]
include/babeltrace/trace-debuginfo.h [deleted file]
include/babeltrace/types.h
lib/Makefile.am
lib/debug-info.c [new file with mode: 0644]
lib/debuginfo.c [deleted file]
tests/Makefile.am
tests/debug-info-data/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug [new file with mode: 0644]
tests/debug-info-data/README.md [new file with mode: 0644]
tests/debug-info-data/libhello.c [new file with mode: 0644]
tests/debug-info-data/libhello.h [new file with mode: 0644]
tests/debug-info-data/libhello_build_id_so [new file with mode: 0644]
tests/debug-info-data/libhello_debug_link_so [new file with mode: 0644]
tests/debug-info-data/libhello_debug_link_so.debug [new file with mode: 0644]
tests/debug-info-data/libhello_elf_so [new file with mode: 0644]
tests/debug-info-data/libhello_so [new file with mode: 0644]
tests/debug-info-data/tp.c [new file with mode: 0644]
tests/debug-info-data/tp.h [new file with mode: 0644]
tests/debuginfo-data/.build-id/cd/d98cdd87f7fe64c13b6daad553987eafd40cbb.debug [deleted file]
tests/debuginfo-data/README.md [deleted file]
tests/debuginfo-data/libhello.c [deleted file]
tests/debuginfo-data/libhello.h [deleted file]
tests/debuginfo-data/libhello_build_id_so [deleted file]
tests/debuginfo-data/libhello_debug_link_so [deleted file]
tests/debuginfo-data/libhello_debug_link_so.debug [deleted file]
tests/debuginfo-data/libhello_elf_so [deleted file]
tests/debuginfo-data/libhello_so [deleted file]
tests/debuginfo-data/tp.c [deleted file]
tests/debuginfo-data/tp.h [deleted file]
tests/lib/Makefile.am
tests/lib/test_bin_info_complete.in
tests/lib/test_dwarf_complete.in
This page took 0.027998 seconds and 4 git commands to generate.