1 Mar 2007 20:26
[PATCH 24700]
Jose Flavio Aguilar Paulino <jflavio <at> br.ibm.com>
2007-03-01 19:26:38 GMT
2007-03-01 19:26:38 GMT
This patch modifies the <gdb/ppc-linux-tdep.c> file.
It was noticed in GDB for PPC64 that the command "set var" failed when
used to change a string value, the intent of this patch is to solve this
gdb64's problem. Ex:
char *ptr = NULL;
printf("ptr string is %s\n", ptr);
(gdb) set var ptr="def"
---Problem Description---
gdb64: failed to set a string variable's value.
I could not detect any regressions that could be caused by this patch in GDB's testsuite.
-----
José Flávio Aguilar Paulino
Software Engineer
LoP Toolchain Team
IBM
RSS Feed