Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_core.h>
Public Attributes | |
ut64 | offset |
Value of core->offset at the given time in history. More... | |
int | cursor |
Position of the cursor at the given time in history. More... | |
bool | is_current |
True if this is the current seek value. More... | |
int | idx |
Position of the item relative to the current seek item (0 current seek, < 0 for undos, > 0 for redos) More... | |
Represent an entry in the seek history. This is the "full state" of that point in time.
int rz_core_seek_undo_t::cursor |
Position of the cursor at the given time in history.
Definition at line 146 of file rz_core.h.
Referenced by add_seek_history(), dup_seek_history_item(), get_current_seek_state(), need_add2history(), rz_seek_history_list_handler(), and set_current_seek_state().
int rz_core_seek_undo_t::idx |
Position of the item relative to the current seek item (0 current seek, < 0 for undos, > 0 for redos)
Definition at line 148 of file rz_core.h.
Referenced by dup_seek_history_item(), get_current_item(), and rz_seek_history_list_handler().
bool rz_core_seek_undo_t::is_current |
True if this is the current seek value.
Definition at line 147 of file rz_core.h.
Referenced by dup_seek_history_item(), get_current_item(), get_current_seek_state(), and rz_seek_history_list_handler().
ut64 rz_core_seek_undo_t::offset |
Value of core->offset at the given time in history.
Definition at line 145 of file rz_core.h.
Referenced by add_seek_history(), dup_seek_history_item(), fill_hist_offset(), get_current_seek_state(), need_add2history(), rz_seek_history_list_handler(), and set_current_seek_state().