HomeSort by: relevance | last modified time | path
    Searched refs:TARGET_DEBUG_PRINTER (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
make-target-delegates.py 92 # Match TARGET_DEBUG_PRINTER in an argument type.
94 TARGET_DEBUG_PRINTER = r"\s*TARGET_DEBUG_PRINTER\s*\((?P<arg>[^)]*)\)\s*"
182 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i])
249 m = re.search(TARGET_DEBUG_PRINTER, typename)
target.h 392 #define TARGET_DEBUG_PRINTER(FUNC)
509 int TARGET_DEBUG_PRINTER (target_debug_print_step),
689 virtual void pass_signals (gdb::array_view<const unsigned char> TARGET_DEBUG_PRINTER (target_debug_print_signals))
694 virtual void program_signals (gdb::array_view<const unsigned char> TARGET_DEBUG_PRINTER (target_debug_print_signals))
  /src/external/gpl3/gdb.old/dist/gdb/
make-target-delegates.py 92 # Match TARGET_DEBUG_PRINTER in an argument type.
94 TARGET_DEBUG_PRINTER = r"\s*TARGET_DEBUG_PRINTER\s*\((?P<arg>[^)]*)\)\s*"
182 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i])
249 m = re.search(TARGET_DEBUG_PRINTER, typename)
target.h 392 #define TARGET_DEBUG_PRINTER(FUNC)
509 int TARGET_DEBUG_PRINTER (target_debug_print_step),
689 virtual void pass_signals (gdb::array_view<const unsigned char> TARGET_DEBUG_PRINTER (target_debug_print_signals))
694 virtual void program_signals (gdb::array_view<const unsigned char> TARGET_DEBUG_PRINTER (target_debug_print_signals))

Completed in 18 milliseconds