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:26:25 +0000 (10:26 -0400)
commit2748fb3b919e397e5a17ac7b33d3b2027c00ba1f
tree71462f4e5edfee0d537a95bc4adc4396ac263ba4
parent5c47fba0fde7ee49e1a0e3f465646643a31afafa
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.027339 seconds and 4 git commands to generate.