mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* valprint.c (print_longest): Clarify comment about use_local.
* printcmd.c, defs.h (print_address_numeric), callers in symmisc.c, symfile.c, stack.c, source.c, remote.c, infcmd.c, cp-valprint.c, core.c, ch-valprint.c, c-valprint.c, breakpoint.c, exec.c: New argument use_local. * source.c (identify_source_line): Use filtered output. Use print_address_numeric.
This commit is contained in:
@@ -411,7 +411,7 @@ cplus_print_value (type, valaddr, stream, format, recurse, pretty, dont_print)
|
||||
if (err != 0)
|
||||
{
|
||||
fprintf_filtered (stream, "<invalid address ");
|
||||
print_address_numeric ((CORE_ADDR) baddr, stream);
|
||||
print_address_numeric ((CORE_ADDR) baddr, 1, stream);
|
||||
fprintf_filtered (stream, ">");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user