Searched refs:call_history (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbtrace.h348 struct btrace_call_history *call_history; member in struct:btrace_thread_info
H A Dbtrace.c1805 xfree (btinfo->call_history);
1809 btinfo->call_history = NULL;
2796 if (btinfo->call_history == NULL)
2797 btinfo->call_history = XCNEW (struct btrace_call_history);
2799 btinfo->call_history->begin = *begin;
2800 btinfo->call_history->end = *end;
H A Drecord-btrace.c88 void call_history (int size, record_print_flags flags) override;
1220 /* The call_history method of target record-btrace. */
1223 record_btrace_target::call_history (int size, record_print_flags flags) function in class:record_btrace_target
1238 history = btinfo->call_history;
2320 xfree (btinfo->call_history);
2323 btinfo->call_history = NULL;
H A Dtarget-delegates.c168 void call_history (int arg0, record_print_flags arg1) override;
339 void call_history (int arg0, record_print_flags arg1) override;
4226 target_ops::call_history (int arg0, record_print_flags arg1) function in class:target_ops
4228 this->beneath ()->call_history (arg0, arg1);
4232 dummy_target::call_history (int arg0, record_print_flags arg1) function in class:dummy_target
4238 debug_target::call_history (int arg0, record_print_flags arg1) function in class:debug_target
4240 fprintf_unfiltered (gdb_stdlog, "-> %s->call_history (...)\n", this->beneath ()->shortname ());
4241 this->beneath ()->call_history (arg0, arg1);
4242 fprintf_unfiltered (gdb_stdlog, "<- %s->call_history (", this->beneath ()->shortname ());
H A Dtarget.h1229 virtual void call_history (int size, record_print_flags flags)
H A Dtarget.c3665 current_top_target ()->call_history (size, flags);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbtrace.h348 struct btrace_call_history *call_history; member in struct:btrace_thread_info
H A Dbtrace.c1820 xfree (btinfo->call_history);
1824 btinfo->call_history = NULL;
2811 if (btinfo->call_history == NULL)
2812 btinfo->call_history = XCNEW (struct btrace_call_history);
2814 btinfo->call_history->begin = *begin;
2815 btinfo->call_history->end = *end;
H A Drecord-btrace.c88 void call_history (int size, record_print_flags flags) override;
1220 /* The call_history method of target record-btrace. */
1223 record_btrace_target::call_history (int size, record_print_flags flags) function in class:record_btrace_target
1238 history = btinfo->call_history;
2292 xfree (btinfo->call_history);
2295 btinfo->call_history = NULL;
H A Dtarget-delegates.c188 void call_history (int arg0, record_print_flags arg1) override;
362 void call_history (int arg0, record_print_flags arg1) override;
4260 target_ops::call_history (int arg0, record_print_flags arg1) function in class:target_ops
4262 this->beneath ()->call_history (arg0, arg1);
4266 dummy_target::call_history (int arg0, record_print_flags arg1) function in class:dummy_target
4272 debug_target::call_history (int arg0, record_print_flags arg1) function in class:debug_target
4274 gdb_printf (gdb_stdlog, "-> %s->call_history (...)\n", this->beneath ()->shortname ());
4275 this->beneath ()->call_history (arg0, arg1);
4276 gdb_printf (gdb_stdlog, "<- %s->call_history (", this->beneath ()->shortname ());
H A Dtarget.h1258 virtual void call_history (int size, record_print_flags flags)
H A Dtarget.c4204 current_inferior ()->top_target ()->call_history (size, flags);

Completed in 345 milliseconds