summaryrefslogtreecommitdiff
path: root/contrib/winedbg-share
blob: 66dc8ffba888b6e0b0e22f1e371429b505064b52 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# usage: winedbg-share wpid
# Get windows process share information

# --file doesn't work for some reason
winedbg << EOF | sed 's/Wine-dbg>//g' | tail -n +3
attach $1
info share
detach
EOF