File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libpdel / http / test / .gdbinit
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:25:53 2012 UTC (13 years, 1 month ago) by misho
Branches: libpdel, MAIN
CVS tags: v0_5_3, HEAD
libpdel

    1: file demo_server
    2: set args -p 8080 -r http://www.foobar.com
    3: handle SIGUSR1 pass nostop noprint
    4: handle SIGPIPE pass nostop noprint
    5: handle SIGTERM pass nostop noprint
    6: #set args http://my.yahoo.com/
    7: #set args -s https://investing.schwab.com/trading/start
    8: #set args -c 3 http://my.yahoo.com/
    9: run

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>