Re: [Kgdb-bugreport] [PATCH v2 3/5] kgdb: enable arch to support XML packet support.

2020-04-05 Thread Vincent Chen
On Fri, Apr 3, 2020 at 6:03 PM Daniel Thompson wrote: > > On Tue, Mar 31, 2020 at 11:23:09PM +0800, Vincent Chen wrote: > > The XML packet could be supported by required architecture if the > > architecture defines CONFIG_ACRH_SUPPORTS_GDB_XML and implement its own > > arch_handle_qxfer_pkt(). Exc

Re: [Kgdb-bugreport] [PATCH v2 0/5] riscv: Add KGDB and KDB support

2020-04-05 Thread Vincent Chen
On Fri, Apr 3, 2020 at 6:12 PM Daniel Thompson wrote: > > On Tue, Mar 31, 2020 at 11:23:06PM +0800, Vincent Chen wrote: > > This patch set implements required ports to enable RISC-V kernel to support > > KGDB and KDB features. Because there is no immediate value in the RISC-V > > trap instruction,