|
@@ -444,12 +444,12 @@ void kgdb_roundup_cpus(unsigned long flags)
|
|
|
|
|
|
/**
|
|
|
* kgdb_arch_handle_exception - Handle architecture specific GDB packets.
|
|
|
- * @vector: The error vector of the exception that happened.
|
|
|
+ * @e_vector: The error vector of the exception that happened.
|
|
|
* @signo: The signal number of the exception that happened.
|
|
|
* @err_code: The error code of the exception that happened.
|
|
|
- * @remcom_in_buffer: The buffer of the packet we have read.
|
|
|
- * @remcom_out_buffer: The buffer of %BUFMAX bytes to write a packet into.
|
|
|
- * @regs: The &struct pt_regs of the current process.
|
|
|
+ * @remcomInBuffer: The buffer of the packet we have read.
|
|
|
+ * @remcomOutBuffer: The buffer of %BUFMAX bytes to write a packet into.
|
|
|
+ * @linux_regs: The &struct pt_regs of the current process.
|
|
|
*
|
|
|
* This function MUST handle the 'c' and 's' command packets,
|
|
|
* as well packets to set / remove a hardware breakpoint, if used.
|