This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix mi "-var-create" regression


On 11/29/2012 07:07 PM, Joel Brobecker wrote:
Expecting: ^(-var-create sp1 \* \$sp[
]+)?(\^done,name="sp1",numchild="0",value="0x[0-9A-Fa-f]+",type="void \*",has_more="0"[
]+[(]gdb[)]
[ ]*)
-var-create sp1 * $sp
^done,name="sp1",numchild="0",value="70368744167200",type="uint64_t",has_more="0"
(gdb)
FAIL: gdb.mi/mi-var-create-rtti.exp: -var-create sp1 * $sp

Ah yes, the type of $sp isn't guaranteed to be a "void *". Seems obvious in retrospect, but easy to overlook. And easy to fix, depending on what the testcase was really trying to do.


True. Is this m68k?


I'll have to find a register that is of type (void *) for all the architectures.

Luis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]