[ovs-dev] [PATCH 1/2] ovs-sandbox: Show the running program on xterm's title

2015-02-20 Thread Andy Zhou
When debugging multiple programs under GDB, it will be easier to identify xterms with the program name displayed as title. Without this patch, xterms will have the title of "gdb", which is the first program the xterm executes. This change is useful for the next patch. Signed-off-by: Andy Zhou ---

Re: [ovs-dev] [PATCH 1/2] ovs-sandbox: Show the running program on xterm's title

2015-02-22 Thread Ben Pfaff
On Fri, Feb 20, 2015 at 01:22:12PM -0800, Andy Zhou wrote: > When debugging multiple programs under GDB, it will be easier to > identify xterms with the program name displayed as title. Without > this patch, xterms will have the title of "gdb", which is the first > program the xterm executes. This

Re: [ovs-dev] [PATCH 1/2] ovs-sandbox: Show the running program on xterm's title

2015-02-22 Thread Andy Zhou
Pushed both patches with the change suggested. Thanks for the review Ben. On Sun, Feb 22, 2015 at 10:59 AM, Ben Pfaff wrote: > On Fri, Feb 20, 2015 at 01:22:12PM -0800, Andy Zhou wrote: >> When debugging multiple programs under GDB, it will be easier to >> identify xterms with the program name di