Re: [PATCH 5/5] scripts/gdb: Add meminfo command

2016-01-23 Thread Kieran Bingham
On 23/01/16 15:21, Jan Kiszka wrote: > On 2016-01-20 12:15, Kieran Bingham wrote: >> Provide an equivalent of /proc/meminfo which should be available from >> core dumps, or crashed kernels. This should allow a debugger to identify >> if memory pressures were applicable in the instance of their is

Re: [PATCH 5/5] scripts/gdb: Add meminfo command

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > Provide an equivalent of /proc/meminfo which should be available from > core dumps, or crashed kernels. This should allow a debugger to identify > if memory pressures were applicable in the instance of their issue > > Signed-off-by: Kieran Bingham > --