Home
last modified time | relevance | path

Searched refs:TARGET_DEBUG_PRINTER (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmake-target-delegates.py94 TARGET_DEBUG_PRINTER = r"\s*TARGET_DEBUG_PRINTER\s*\((?P<arg>[^)]*)\)\s*" variable
182 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i])
249 m = re.search(TARGET_DEBUG_PRINTER, typename)
Dtarget.h390 #define TARGET_DEBUG_PRINTER(FUNC) macro
507 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…
DChangeLog-20146083 ($TARGET_DEBUG_PRINTER): New global.
6084 (write_function_header): Strip TARGET_DEBUG_PRINTER from the type
6122 * target.h (TARGET_DEBUG_PRINTER): New macro.
6124 to_program_signals>: Use TARGET_DEBUG_PRINTER.