Re: [U-Boot] [RFC PATCH v1 1/2] kgdb: add breakpoint support

2014-11-04 Thread Peng Fan
Hi Simon, 在 11/4/2014 2:46 PM, Simon Glass 写道: Hi Peng, On 31 October 2014 23:12, Peng Fan wrote: Add Z/z protocal support for breakpoint set/remove. Signed-off-by: Peng Fan This looks good to me - I just have a few bits below. --- common/kgdb.c | 273

Re: [U-Boot] [RFC PATCH v1 1/2] kgdb: add breakpoint support

2014-11-03 Thread Simon Glass
Hi Peng, On 31 October 2014 23:12, Peng Fan wrote: > Add Z/z protocal support for breakpoint set/remove. > > Signed-off-by: Peng Fan This looks good to me - I just have a few bits below. > --- > common/kgdb.c | 273 > + > include/kgdb.

[U-Boot] [RFC PATCH v1 1/2] kgdb: add breakpoint support

2014-10-31 Thread Peng Fan
Add Z/z protocal support for breakpoint set/remove. Signed-off-by: Peng Fan --- common/kgdb.c | 273 + include/kgdb.h | 35 2 files changed, 308 insertions(+) diff --git a/common/kgdb.c b/common/kgdb.c index d357463..fd83ccd 100