Home
last modified time | relevance | path

Searched refs:snaps_json (Results 1 – 1 of 1) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddsession.c618 const RJson *snaps_json = r_json_get (chkpt_json, "snaps"); in deserialize_checkpoints_cb() local
619 if (!snaps_json || snaps_json->type != R_JSON_ARRAY) { in deserialize_checkpoints_cb()
622 for (child = snaps_json->children.first; child; child = child->next) { in deserialize_checkpoints_cb()