]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Always call the wrap_here method
authorTom Tromey <tom@tromey.com>
Thu, 30 Dec 2021 17:29:03 +0000 (10:29 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 26 Jan 2022 22:19:13 +0000 (15:19 -0700)
commit1285ce8629b37f800bf21731ee7c7a8b1b8d0233
treece4a47e09e9f76c5530378cb9db537ae38a92976
parent7016a382b0dc48001cb5c36e56b42fc41b1303a8
Always call the wrap_here method

This changes all existing calls to wrap_here to call the method on the
appropriate ui_file instead.  The choice of ui_file is determined by
context.
28 files changed:
gdb/ada-typeprint.c
gdb/ada-valprint.c
gdb/c-typeprint.c
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/p-typeprint.c
gdb/p-valprint.c
gdb/printcmd.c
gdb/psymtab.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/utils.c
gdb/valprint.c