Convert wrap_here to use integer parameter
authorTom Tromey <tom@tromey.com>
Thu, 30 Dec 2021 16:46:02 +0000 (09:46 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 26 Jan 2022 22:19:13 +0000 (15:19 -0700)
commit6c92c339539ec87dc12783e9c8f1688a4a370c03
tree5f3d0621646cae14436ab8e63edcf3542c236f86
parentbbea68079781ac4c2fc941867ee9888585cafb77
Convert wrap_here to use integer parameter

I think it only really makes sense to call wrap_here with an argument
consisting solely of spaces.  Given this, it seemed better to me that
the argument be an int, rather than a string.  This patch is the
result.  Much of it was written by a script.
37 files changed:
gdb/ada-typeprint.c
gdb/ada-valprint.c
gdb/breakpoint.c
gdb/c-typeprint.c
gdb/cli-out.c
gdb/cli-out.h
gdb/cli/cli-cmds.c
gdb/cli/cli-decode.c
gdb/cp-valprint.c
gdb/disasm.c
gdb/exceptions.c
gdb/exec.c
gdb/f-typeprint.c
gdb/guile/scm-pretty-print.c
gdb/m2-typeprint.c
gdb/main.c
gdb/maint.c
gdb/mi/mi-out.c
gdb/mi/mi-out.h
gdb/p-typeprint.c
gdb/p-valprint.c
gdb/printcmd.c
gdb/psymtab.c
gdb/python/py-framefilter.c
gdb/python/py-prettyprint.c
gdb/source.c
gdb/stack.c
gdb/symfile.c
gdb/symmisc.c
gdb/symtab.c
gdb/top.c
gdb/tracepoint.c
gdb/ui-out.c
gdb/ui-out.h
gdb/utils.c
gdb/utils.h
gdb/valprint.c