[PATCH v4] gdb: ADI support

Wei-min Pan weimin.pan@oracle.com
Tue Aug 1 17:41:00 GMT 2017


Thanks for your suggestions. There are 3 failures however.


On 8/1/2017 7:10 AM, Yao Qi wrote:
> Wei-min Pan <weimin.pan@oracle.com> writes:
>
>> (gdb) PASS: gdb.arch/sparc64-adi.exp: continue to breakpoint: continue
>> to line breakpoint in main
>> adi x shmaddr^M
>> 0xfff800010002c000:     0 ^M
> gdb_test "adi x shmaddr" "${hex}00:\t0" "examine ADI"

It will pass if changed to

gdb_test "adi x shmaddr" "${hex}00:.*\t0.*" "examine ADI"


> gdb_test "adi x/100 shmaddr" "${hex}00:\t${newadi} ${newadi}" \
>           "examine new ADI"

It will pass if changed to:

gdb_test "adi x/100 shmaddr" "${hex}00:.*\t${newadi} ${newadi}.*" \
          "examine new ADI"

>> (gdb) PASS: gdb.arch/sparc64-adi.exp: reset ADI
>> continue^M
>> Continuing.^M
>> ^M
>> Program received signal SIGSEGV, Segmentation fault^M
>> ADI precise mismatch while accessing address 0xfff8000100048000.^M
>> 0xfff8000100129f38 in adi_set_version () from /usr/lib64/libadi.so^M
> gdb_test "continue" \
>           [multi_line "Program received signal SIGSEGV, Segmentation fault" \
>                       "ADI precise mismatch while accessing address $hex" ] \
> 	"continue to sigsegv"

And it will pass if changed to

gdb_test "continue" \
          [multi_line ".*Program received signal SIGSEGV, Segmentation 
fault.*" \
                      ".*ADI precise mismatch while accessing address 
$hex.*" ] \
         "continue to sigsegv"

>> (gdb) PASS: gdb.arch/sparc64-adi.exp: continue to sigsegv



More information about the Gdb-patches mailing list