7 Aug
2022
7 Aug
'22
6:08 a.m.
here it is about to access 0.10.7 . i'm planning to watch the loose_pos variable across the next iteration. (gdb) n 880 while (iter->loose_pos < iter->loose.length) { (gdb) n 881 const char *path = git_vector_get(&iter->loose, iter->loose_pos++); (gdb) p iter->loose_pos $20 = 1221 (gdb) p (char*)iter->loose.contents[1221] $21 = 0x555555780de8 "refs/tags/0.10.7"