ovs-sandbox: Show the running program on xterm's title
authorAndy Zhou <azhou@nicira.com>
Fri, 20 Feb 2015 20:55:25 +0000 (12:55 -0800)
committerAndy Zhou <azhou@nicira.com>
Mon, 23 Feb 2015 00:58:56 +0000 (16:58 -0800)
commit4cf272aaf6bc18cb87931c4487095ec1372a0ffd
treed01d9b249d90a5708fdd74a7fa588305a9037319
parent2d79a600a6bafe290b4fca62062ea6bb3993578d
ovs-sandbox: Show the running program on xterm's title

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 <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tutorial/ovs-sandbox