aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/configure
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-03-12 13:32:15 -0600
committerTom Tromey <tromey@adacore.com>2020-03-12 13:32:15 -0600
commit53807e9f3d83bc0f67b9b9471cc60fb37182e5ab (patch)
treeb2e946a96a9a25df3b438fef2f3d2c7a7ef8b787 /gdbserver/configure
parent64f251023bcbd068861d4cb83b4e925083e0ea35 (diff)
downloadgdb-53807e9f3d83bc0f67b9b9471cc60fb37182e5ab.zip
gdb-53807e9f3d83bc0f67b9b9471cc60fb37182e5ab.tar.gz
gdb-53807e9f3d83bc0f67b9b9471cc60fb37182e5ab.tar.bz2
Don't use sprintf_vma for CORE_ADDR
A few spots in gdb use sprintf_vma to print a CORE_ADDR. This will fail on a 32-bit build once CORE_ADDR is always a 64-bit type. This patch replaces these calls with phex instead. gdb/ChangeLog 2020-03-12 Tom Tromey <tom@tromey.com> * remote.c (remote_target::download_tracepoint) (remote_target::enable_tracepoint) (remote_target::disable_tracepoint): Use phex, not sprintf_vma. * breakpoint.c (print_recreate_masked_watchpoint): Use phex, not sprintf_vma.
Diffstat (limited to 'gdbserver/configure')
0 files changed, 0 insertions, 0 deletions