Lines Matching full:architecture
34 * This can be implemented in the architecture specific portion of kgdb.
45 * This will be implemented as a static inline per architecture. This
46 * function is called by the kgdb core to execute an architecture
104 * Functions each KGDB-supporting architecture must provide:
108 * kgdb_arch_init - Perform any architecture specific initalization.
110 * This function will handle the initalization of any architecture
116 * kgdb_arch_exit - Perform any architecture specific uninitalization.
118 * This function will handle the uninitalization of any architecture
159 * kgdb_arch_handle_exception - Handle architecture specific GDB packets.
181 * kgdb_arch_handle_qxfer_pkt - Handle architecture specific GDB XML
221 * architecture specific implementation.
232 * kgdb_arch_late - Perform any architecture specific initalization.
235 * architecture specific callbacks. This is an optional function for
243 * struct kgdb_arch - Describe architecture specific values.
246 * @set_breakpoint: Allow an architecture to specify how to set a software
248 * @remove_breakpoint: Allow an architecture to specify how to remove a
250 * @set_hw_breakpoint: Allow an architecture to specify how to set a hardware
252 * @remove_hw_breakpoint: Allow an architecture to specify how to remove a
254 * @disable_hw_break: Allow an architecture to specify how to disable
256 * @remove_all_hw_break: Allow an architecture to specify how to remove all
258 * @correct_hw_break: Allow an architecture to specify how to correct the