HomeSort by: relevance | last modified time | path
    Searched refs:call_history_range (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates-gen.c 191 void call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) override;
368 void call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) override;
4150 target_ops::call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) function in class:target_ops
4152 this->beneath ()->call_history_range (arg0, arg1, arg2);
4156 dummy_target::call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) function in class:dummy_target
4162 debug_target::call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) function in class:debug_target
4164 target_debug_printf_nofunc ("-> %s->call_history_range (...)", this->beneath ()->shortname ());
4165 this->beneath ()->call_history_range (arg0, arg1, arg2);
4166 target_debug_printf_nofunc ("<- %s->call_history_range (%s, %s, %s)",
record-btrace.c 94 void call_history_range (ULONGEST begin, ULONGEST end, record_print_flags flags)
1359 /* The call_history_range method of target record-btrace. */
1362 record_btrace_target::call_history_range (ULONGEST from, ULONGEST to, function in class:record_btrace_target
1438 call_history_range ( begin, end, flags);
target.h 1317 virtual void call_history_range (ULONGEST begin, ULONGEST end, record_print_flags flags)
target.c 4197 current_inferior ()->top_target ()->call_history_range (begin, end, flags);
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 191 void call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) override;
372 void call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) override;
4158 target_ops::call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) function in class:target_ops
4160 this->beneath ()->call_history_range (arg0, arg1, arg2);
4164 dummy_target::call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) function in class:dummy_target
4170 debug_target::call_history_range (ULONGEST arg0, ULONGEST arg1, record_print_flags arg2) function in class:debug_target
4172 target_debug_printf_nofunc ("-> %s->call_history_range (...)", this->beneath ()->shortname ());
4173 this->beneath ()->call_history_range (arg0, arg1, arg2);
4174 target_debug_printf_nofunc ("<- %s->call_history_range (%s, %s, %s)",
record-btrace.c 94 void call_history_range (ULONGEST begin, ULONGEST end, record_print_flags flags)
1356 /* The call_history_range method of target record-btrace. */
1359 record_btrace_target::call_history_range (ULONGEST from, ULONGEST to, function in class:record_btrace_target
1435 call_history_range ( begin, end, flags);
target.h 1321 virtual void call_history_range (ULONGEST begin, ULONGEST end, record_print_flags flags)
target.c 4208 current_inferior ()->top_target ()->call_history_range (begin, end, flags);

Completed in 25 milliseconds