| /src/external/gpl3/gdb.old/dist/gdb/ |
| btrace.h | 385 struct btrace_call_history *call_history; member in struct:btrace_thread_info
|
| btrace.c | 2171 xfree (btinfo->call_history); 2175 btinfo->call_history = NULL; 2847 if (btinfo->call_history == NULL) 2848 btinfo->call_history = XCNEW (struct btrace_call_history); 2850 btinfo->call_history->begin = *begin; 2851 btinfo->call_history->end = *end;
|
| record-btrace.c | 91 void call_history (int size, record_print_flags flags) override; 1273 /* The call_history method of target record-btrace. */ 1276 record_btrace_target::call_history (int size, record_print_flags flags) function in class:record_btrace_target 1291 history = btinfo->call_history; 2346 xfree (btinfo->call_history); 2349 btinfo->call_history = NULL;
|
| target-delegates-gen.c | 189 void call_history (int arg0, record_print_flags arg1) override; 366 void call_history (int arg0, record_print_flags arg1) override; 4103 target_ops::call_history (int arg0, record_print_flags arg1) function in class:target_ops 4105 this->beneath ()->call_history (arg0, arg1); 4109 dummy_target::call_history (int arg0, record_print_flags arg1) function in class:dummy_target 4115 debug_target::call_history (int arg0, record_print_flags arg1) function in class:debug_target 4117 target_debug_printf_nofunc ("-> %s->call_history (...)", this->beneath ()->shortname ()); 4118 this->beneath ()->call_history (arg0, arg1); 4119 target_debug_printf_nofunc ("<- %s->call_history (%s, %s)",
|
| target.h | 1305 virtual void call_history (int size, record_print_flags flags)
|
| target.c | 4181 current_inferior ()->top_target ()->call_history (size, flags);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| btrace.h | 385 struct btrace_call_history *call_history; member in struct:btrace_thread_info
|
| btrace.c | 2171 xfree (btinfo->call_history); 2175 btinfo->call_history = NULL; 2847 if (btinfo->call_history == NULL) 2848 btinfo->call_history = XCNEW (struct btrace_call_history); 2850 btinfo->call_history->begin = *begin; 2851 btinfo->call_history->end = *end;
|
| record-btrace.c | 91 void call_history (int size, record_print_flags flags) override; 1270 /* The call_history method of target record-btrace. */ 1273 record_btrace_target::call_history (int size, record_print_flags flags) function in class:record_btrace_target 1288 history = btinfo->call_history; 2343 xfree (btinfo->call_history); 2346 btinfo->call_history = NULL;
|
| target-delegates-gen.c | 189 void call_history (int arg0, record_print_flags arg1) override; 370 void call_history (int arg0, record_print_flags arg1) override; 4111 target_ops::call_history (int arg0, record_print_flags arg1) function in class:target_ops 4113 this->beneath ()->call_history (arg0, arg1); 4117 dummy_target::call_history (int arg0, record_print_flags arg1) function in class:dummy_target 4123 debug_target::call_history (int arg0, record_print_flags arg1) function in class:debug_target 4125 target_debug_printf_nofunc ("-> %s->call_history (...)", this->beneath ()->shortname ()); 4126 this->beneath ()->call_history (arg0, arg1); 4127 target_debug_printf_nofunc ("<- %s->call_history (%s, %s)",
|
| target.h | 1309 virtual void call_history (int size, record_print_flags flags)
|
| target.c | 4192 current_inferior ()->top_target ()->call_history (size, flags);
|