(gdb) frame 0

#0  0x00007f21b5cdb42d in update_dialog_vars_dbinfo (cell=0x7f21ba5f6348, var=0x7574617473706973) at dlg_db_handler.c:755
755             SET_STR_VALUE(values+2, var->key);

(gdb) set var $it = cell->vars
empty

(gdb) while $it

p *$it
set var $it = $it->next
end

$4 = {key = {s = 0x7f21bb24a6a8 "activeExt", len = 9}, value = {s = 0x7f21bd46e928 "101", len = 11}, vflags = 0, next = 0x7f21ba644a58}
$5 = {key = {s = 0x7f21bb597a40 "log", len = 3}, value = {s = 0x7f21bb639cb0 "1", len = 1}, vflags = 0, next = 0x7f21bcf42548}
$6 = {key = {s = 0x7f21bcf67f40 "cfg_version", len = 11}, value = {s = 0x7f21bd733ab0 "17.5.4.8", len = 8}, vflags = 2, next = 0x0}


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.