Re: [ptxdist] [PATCH] ptxdist: add cgdb command

2020-10-28 Thread Michael Olbrich
On Mon, Oct 26, 2020 at 07:18:39PM +0100, Marian Cichy wrote: > cgdb is a curses-frontend for gdb with some > visual conveniences for debugging. ptxdist already > has a 'ptxdist gdb' command to invoke gdb with > configured sysroot etc., and it would be nice > to have when we can also use cgdb. >

[ptxdist] [PATCH] ptxdist: add cgdb command

2020-10-26 Thread Marian Cichy
cgdb is a curses-frontend for gdb with some visual conveniences for debugging. ptxdist already has a 'ptxdist gdb' command to invoke gdb with configured sysroot etc., and it would be nice to have when we can also use cgdb. Signed-off-by: Marian Cichy --- bin/ptxdist | 15 +++ 1 file