Re: [RFC PATCH] scripts/gdb: add data window feature

2015-07-21 Thread Houcheng Lin
2015-07-22 5:04 GMT+08:00 Jan Kiszka : > On 2015-07-16 17:58, Houcheng Lin wrote: >> Add data window feature to show current kernel status >> on separate consoles, including: 1) registers, 2) back >> trace and 3) watch data windows. >> >> The data window would help kernel developer to understand >>

Re: [RFC PATCH] scripts/gdb: add data window feature

2015-07-21 Thread Jan Kiszka
On 2015-07-16 17:58, Houcheng Lin wrote: > Add data window feature to show current kernel status > on separate consoles, including: 1) registers, 2) back > trace and 3) watch data windows. > > The data window would help kernel developer to understand > current hardware/ kernel status, and on singl

[RFC PATCH] scripts/gdb: add data window feature

2015-07-16 Thread Houcheng Lin
Add data window feature to show current kernel status on separate consoles, including: 1) registers, 2) back trace and 3) watch data windows. The data window would help kernel developer to understand current hardware/ kernel status, and on single-stepping, the modified fields in the data window wo