Searched defs:debug_info_t (Results 1 - 1 of 1) sorted by relevance

/arch/s390/include/asm/
H A Ddebug.h77 } debug_info_t; typedef in typeref:struct:debug_info
79 typedef int (debug_header_proc_t) (debug_info_t* id,
85 typedef int (debug_format_proc_t) (debug_info_t* id,
88 typedef int (debug_prolog_proc_t) (debug_info_t* id,
91 typedef int (debug_input_proc_t) (debug_info_t* id,
97 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view,
115 debug_entry_t* debug_event_common(debug_info_t* id, int level,
118 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
123 debug_info_t *debug_register(const char *name, int pages, int nr_areas,
126 debug_info_t *debug_register_mod
[all...]

Completed in 7 milliseconds