forked from Imagelibrary/binutils-gdb
* infcmd.c (program_info): Use paddress instead of casting stop_pc
to unsigned long.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-01-25 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* infcmd.c (program_info): Use paddress instead of casting stop_pc
|
||||||
|
to unsigned long.
|
||||||
|
|
||||||
2009-01-24 Pedro Alves <pedro@codesourcery.com>
|
2009-01-24 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* infrun.c (normal_stop): Don't call
|
* infrun.c (normal_stop): Don't call
|
||||||
|
|||||||
@@ -1583,8 +1583,7 @@ program_info (char *args, int from_tty)
|
|||||||
stat = bpstat_num (&bs, &num);
|
stat = bpstat_num (&bs, &num);
|
||||||
|
|
||||||
target_files_info ();
|
target_files_info ();
|
||||||
printf_filtered (_("Program stopped at %s.\n"),
|
printf_filtered (_("Program stopped at %s.\n"), paddress (stop_pc));
|
||||||
hex_string ((unsigned long) stop_pc));
|
|
||||||
if (tp->stop_step)
|
if (tp->stop_step)
|
||||||
printf_filtered (_("It stopped after being stepped.\n"));
|
printf_filtered (_("It stopped after being stepped.\n"));
|
||||||
else if (stat != 0)
|
else if (stat != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user