Searched refs:TARGET_DEBUG_PRINTER (Results 1 – 3 of 3) sorted by relevance
94 TARGET_DEBUG_PRINTER = r"\s*TARGET_DEBUG_PRINTER\s*\((?P<arg>[^)]*)\)\s*" variable182 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i])249 m = re.search(TARGET_DEBUG_PRINTER, typename)
390 #define TARGET_DEBUG_PRINTER(FUNC) macro507 int TARGET_DEBUG_PRINTER (target_debug_print_step),687 …virtual void pass_signals (gdb::array_view<const unsigned char> TARGET_DEBUG_PRINTER (target_debug…692 …virtual void program_signals (gdb::array_view<const unsigned char> TARGET_DEBUG_PRINTER (target_de…
6083 ($TARGET_DEBUG_PRINTER): New global.6084 (write_function_header): Strip TARGET_DEBUG_PRINTER from the type6122 * target.h (TARGET_DEBUG_PRINTER): New macro.6124 to_program_signals>: Use TARGET_DEBUG_PRINTER.