Home
last modified time | relevance | path

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

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Drecord.c323 target_goto_record (insn); in cmd_record_goto()
H A Dtarget.h2029 extern void target_goto_record (ULONGEST insn);
H A Dtarget.c4379 target_goto_record (ULONGEST insn) in target_goto_record() function
H A DChangeLog895 (target_goto_record): New.
903 (target_goto_record): New.
/dports/devel/gdb/gdb-11.1/gdb/
H A Drecord.c372 target_goto_record (insn); in record_goto()
H A Dtarget.h2553 extern void target_goto_record (ULONGEST insn);
H A Dtarget.c4151 target_goto_record (ULONGEST insn) in target_goto_record() function
H A DChangeLog-201311015 (target_goto_record): New.
11023 (target_goto_record): New.
H A DChangeLog-201412073 * target.c (target_goto_record): Unconditionally delegate.
12946 * target.c (target_goto_record): Add argument.
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-record-btrace.c799 target_goto_record (obj->number); in recpy_bt_goto()