[ovs-git] [openvswitch/ovs] 8da7cd: ovs-sandbox: Add an option to allow running ovs-vs...

GitHub noreply at github.com
Thu Feb 19 21:58:22 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 8da7cd8c8ff8a2915f42f72ff2be609856b0b52d
      https://github.com/openvswitch/ovs/commit/8da7cd8c8ff8a2915f42f72ff2be609856b0b52d
  Author: Andy Zhou <azhou at nicira.com>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M tutorial/Tutorial.md
    M tutorial/automake.mk
    M tutorial/ovs-sandbox

  Log Message:
  -----------
  ovs-sandbox: Add an option to allow running ovs-vswitchd under gdb

It is some times useful to leverage the sandbox facility to experiment
and explore the internals of ovs-vswitchd.  Since GDB requires console
access for user inputs, this patch launch an xterm for GDB, The main
terminal continue to run the sub-shell as before. Exiting the sub-shell
will also kill the ovs-vswitchd under GDB (but not GDB itself currently)

Signed-off-by: Andy Zhou <azhou at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list