Mercurial > hg > Papers > 2021 > anatofuz-master
annotate paper/src/stackStack3.sh @ 131:988b3024d685
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Feb 2021 05:49:37 +0900 |
parents | 39001ece437e |
children |
rev | line source |
---|---|
100 | 1 (gdb) p context->data[D_StackTest] |
2 $26 = (union Data *) 0x7fff2f806444 | |
3 (gdb) p context->data[D_StackTest]->StackTest | |
4 $27 = {stackTest = 0x7fff2f806b50, stack = 0x0, data = 0x0, data1 = 0x0, insertTest1 = C_checkAndSetAtomicReference, | |
5 insertTest2 = C_checkAndSetAtomicReference, insertTest3 = C_checkAndSetAtomicReference, insertTest4 = C_checkAndSetAtomicReference, | |
6 pop2Test = C_checkAndSetAtomicReference, pop2Test1 = C_checkAndSetAtomicReference, next = C_checkAndSetAtomicReference} | |
7 (gdb) p context->data[D_StackTest]->StackTest.stackTest | |
8 $28 = (union Data *) 0x7fff2f806b50 |