Re: [PATCHv3 08/13] scripts/gdb: Add mount point list command

2016-03-15 Thread Kieran Bingham
On 14/03/16 15:05, Jan Kiszka wrote: > On 2016-03-14 15:39, Kieran Bingham wrote: >> On 13/03/16 16:34, Jan Kiszka wrote: >>> On 2016-03-03 12:41, Kieran Bingham wrote: lx-mounts will identify current mount points based on the 'init_task' namespace by default, as we do not yet have a kern

Re: [PATCHv3 08/13] scripts/gdb: Add mount point list command

2016-03-14 Thread Jan Kiszka
On 2016-03-14 15:39, Kieran Bingham wrote: > On 13/03/16 16:34, Jan Kiszka wrote: >> On 2016-03-03 12:41, Kieran Bingham wrote: >>> lx-mounts will identify current mount points based on the 'init_task' >>> namespace by default, as we do not yet have a kernel thread list >>> implementation to select

Re: [PATCHv3 08/13] scripts/gdb: Add mount point list command

2016-03-14 Thread Kieran Bingham
On 13/03/16 16:34, Jan Kiszka wrote: > On 2016-03-03 12:41, Kieran Bingham wrote: >> lx-mounts will identify current mount points based on the 'init_task' >> namespace by default, as we do not yet have a kernel thread list >> implementation to select the current running thread. >> >> Optionally, a

Re: [PATCHv3 08/13] scripts/gdb: Add mount point list command

2016-03-13 Thread Jan Kiszka
On 2016-03-03 12:41, Kieran Bingham wrote: > lx-mounts will identify current mount points based on the 'init_task' > namespace by default, as we do not yet have a kernel thread list > implementation to select the current running thread. > > Optionally, a user can specify a PID to list from that pr

[PATCHv3 08/13] scripts/gdb: Add mount point list command

2016-03-03 Thread Kieran Bingham
lx-mounts will identify current mount points based on the 'init_task' namespace by default, as we do not yet have a kernel thread list implementation to select the current running thread. Optionally, a user can specify a PID to list from that process' namespace Signed-off-by: Kieran Bingham ---