automate winedbg IDE integration

Ilya Basin basinilya at gmail.com
Sat Apr 14 15:41:12 CDT 2012


I've already written a wrapper (see my other mail winedbg-eclipse -
winedbg wrapper for Eclipse IDE)
There are some problems, however.

EP> do you have a trace of the gdb commands ?

gdb --version
gdb --interpreter mi2 --nx

1-list-features
2-environment-cd /media/ARCHLINUXOLD/1/builds/wine/src/wine/programs/regedit
3-gdb-set breakpoint pending on
4-gdb-set detach-on-fork on
5-enable-pretty-printing
6source .gdbinit
7-gdb-set target-async off
8-gdb-set auto-solib-add on
9-file-exec-and-symbols --thread-group i1 /media/ARCHLINUXOLD/1/builds/wine/src/wine/programs/regedit/regedit.exe.so
10-gdb-set --thread-group i1 args testexport
11-list-thread-groups --available
12-break-insert --thread-group i1 -f /media/ARCHLINUXOLD/1/builds/wine/src/wine/programs/regedit/regproc.c:1092
13-break-insert --thread-group i1 -f /media/ARCHLINUXOLD/1/builds/wine/src/wine/programs/regedit/regproc.c:1111
14-break-insert --thread-group i1 -t -f main
15-inferior-tty-set --thread-group i1 /dev/pts/0
16-exec-run --thread-group i1



-- 




More information about the wine-devel mailing list