Home
last modified time | relevance | path

Searched hist:"534 af1082329392bc29f6badf815e69ae2ae0f4c" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dkgdb.hdiff ff10b88b5a05c8f1646dd15fb9f6093c1384ff6d Wed Oct 27 21:47:00 CDT 2010 Dongdong Deng <dongdong.deng@windriver.com> kgdb,ppc: Individual register get/set for ppc

commit 534af1082329392bc29f6badf815e69ae2ae0f4c(kgdb,kdb: individual
register set and and get API) introduce dbg_get_reg/dbg_set_reg API
for individual register get and set.

This patch implement those APIs for ppc.

Signed-off-by: Dongdong Deng <dongdong.deng@windriver.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
/openbmc/linux/kernel/debug/
H A Dgdbstub.cdiff 534af1082329392bc29f6badf815e69ae2ae0f4c Thu Aug 05 09:22:20 CDT 2010 Jason Wessel <jason.wessel@windriver.com> kgdb,kdb: individual register set and and get API

The kdb shell specification includes the ability to get and set
architecture specific registers by name.

For the time being individual register get and set will be implemented
on a per architecture basis. If an architecture defines
DBG_MAX_REG_NUM > 0 then kdb and the gdbstub will use the capability
for individually getting and setting architecture specific registers.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
/openbmc/linux/include/linux/
H A Dkgdb.hdiff 534af1082329392bc29f6badf815e69ae2ae0f4c Thu Aug 05 09:22:20 CDT 2010 Jason Wessel <jason.wessel@windriver.com> kgdb,kdb: individual register set and and get API

The kdb shell specification includes the ability to get and set
architecture specific registers by name.

For the time being individual register get and set will be implemented
on a per architecture basis. If an architecture defines
DBG_MAX_REG_NUM > 0 then kdb and the gdbstub will use the capability
for individually getting and setting architecture specific registers.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
/openbmc/linux/arch/powerpc/kernel/
H A Dkgdb.cdiff ff10b88b5a05c8f1646dd15fb9f6093c1384ff6d Wed Oct 27 21:47:00 CDT 2010 Dongdong Deng <dongdong.deng@windriver.com> kgdb,ppc: Individual register get/set for ppc

commit 534af1082329392bc29f6badf815e69ae2ae0f4c(kgdb,kdb: individual
register set and and get API) introduce dbg_get_reg/dbg_set_reg API
for individual register get and set.

This patch implement those APIs for ppc.

Signed-off-by: Dongdong Deng <dongdong.deng@windriver.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.cdiff 534af1082329392bc29f6badf815e69ae2ae0f4c Thu Aug 05 09:22:20 CDT 2010 Jason Wessel <jason.wessel@windriver.com> kgdb,kdb: individual register set and and get API

The kdb shell specification includes the ability to get and set
architecture specific registers by name.

For the time being individual register get and set will be implemented
on a per architecture basis. If an architecture defines
DBG_MAX_REG_NUM > 0 then kdb and the gdbstub will use the capability
for individually getting and setting architecture specific registers.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>