Re: [PATCH][kgdb][v2] Make mem access function weak in kgdb.c and kgdb.h

From: Mike Frysinger
Date: Fri Sep 12 2008 - 09:54:03 EST


On Fri, Sep 12, 2008 at 01:39, sonic zhang wrote:

bunch of typos in the comments ...

> + * kgdb_mem2hex - (optional arch overide) traslate bin to hex chars

override / translate

> + * Archictures which do not support probe_kernel_(read|write),

Architectures

> + * can make an alternate implmentation of this function.

implementation

> + * kgdb_hex2mem - (optional arch overide) traslate hex chars to bin

override / translate

> + * Archictures which do not support probe_kernel_(read|write),

Architectures

> + * can make an alternate implmentation of this function.

implementation

> + * kgdb_ebin2mem - (optional arch overide) Copy the binary array

override

> + * Archictures which do not support probe_kernel_(read|write),

Architectures

> + * can make an alternate implmentation of this function.

implementation

> + * This function safely copys binary array into memory

copies
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/