]> sourceware.org Git - systemtap.git/commit
stapsh: add option command
authorJonathan Lebon <jlebon@redhat.com>
Mon, 26 Aug 2013 15:39:21 +0000 (11:39 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Wed, 16 Oct 2013 14:25:23 +0000 (10:25 -0400)
commit55881ad49bd6cc8a40d2be32919c6938188af81b
tree609a1cc660cd235a1776020fdf7c502ddea27221
parent03501815641a0fa2a8420d1b28e6db119bd9612d
stapsh: add option command

The new option command allows stap to change the behaviour of stapsh
depending on the scheme used. For now, only "verbose" is a valid option.
This is especially useful for the unix scheme, where we connect to an
already running instance of stapsh.  Options are sent to stapsh right
after a successful handshake.

- remote.cxx: send options after successful handshake
- staprun/stapsh.c: add option command and verbose option
remote.cxx
staprun/stapsh.c
This page took 0.027326 seconds and 5 git commands to generate.