Searched refs:DEBUG_FTRACE (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | btrace.c | 68 #define DEBUG_FTRACE(msg, args...) DEBUG ("[ftrace] " msg, ##args) macro 138 DEBUG_FTRACE ("%s: fun = %s, file = %s, level = %d, insn = [%u; %u)", in ftrace_debug() 563 DEBUG_FTRACE ("no symbol at %s", core_addr_to_string_nz (pc)); in ftrace_update_function() 650 DEBUG_FTRACE ("switching from %s in %s at %s", in ftrace_update_function() 729 DEBUG_FTRACE ("fixup level (%+d)", adjustment); in ftrace_fixup_level() 764 DEBUG_FTRACE ("setting global level offset: %d", -level); in ftrace_compute_global_level_offset() 777 DEBUG_FTRACE ("connecting..."); in ftrace_connect_bfun() 799 DEBUG_FTRACE ("using next's callers"); in ftrace_connect_bfun() 810 DEBUG_FTRACE ("using prev's callers"); in ftrace_connect_bfun() 836 DEBUG_FTRACE ("adding prev's tail calls to next"); in ftrace_connect_bfun() [all …]
|