On Fri, Apr 03, 2015 at 04:04:14PM -0400, Russell Bryant wrote: > The current gdb support launches gdb but doesn't start the daemon. > If you start ovsdb-server with gdb, ovs-sandbox produces an error as > it tries to run ovs-vsctl before ovsdb-server is running. Telling gdb > to start the daemon immediately avoids this error. > > There are cases where it's useful to go straight to the gdb prompt, > too. For example, someone may want to set a breakpoint. In that > case, it's easy enough to just kill it, set a breakpoint, and execute > 'run' again. > > In passing, fix indentation to use spaces instead of tabs. > > Signed-off-by: Russell Bryant <rbry...@redhat.com>
Thanks, applied. > Note: This may produce a merge conflict with the ovn branch since I > fixed the same indentation issue there in a different patch. I'll try to remember that for the next merge. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev