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


> 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.

-- 
Joel


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