progs/rbug: Add small remote debugging cli applications
authorJakob Bornecrantz <jakob@vmware.com>
Mon, 1 Jun 2009 10:20:05 +0000 (11:20 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Mon, 1 Jun 2009 10:39:25 +0000 (11:39 +0100)
commit85e0572756b85b7025740fbbefb673cf75a46cea
treecd5595fb0f8509c39618569be7c01c873f2a13fc
parent01fa34cb98d9ea6008c7108b6112348e278864f4
progs/rbug: Add small remote debugging cli applications
progs/rbug/.gitignore [new file with mode: 0644]
progs/rbug/Makefile [new file with mode: 0644]
progs/rbug/README [new file with mode: 0644]
progs/rbug/ctx_info.c [new file with mode: 0644]
progs/rbug/shdr_disable.c [new file with mode: 0644]
progs/rbug/shdr_dump.c [new file with mode: 0644]
progs/rbug/shdr_info.c [new file with mode: 0644]
progs/rbug/simple_client.c [new file with mode: 0644]
progs/rbug/simple_server.c [new file with mode: 0644]
progs/rbug/tex_dump.c [new file with mode: 0644]
progs/rbug/tex_info.c [new file with mode: 0644]