reactos/rosapps/applications/devutils/gdb2
Colin Finck dfa9eb6204 [General]
- Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common". Also fix the indentation in some files.

svn path=/trunk/; revision=44368
2009-12-02 20:32:16 +00:00
..
gdb2.cpp - Fix gdb2 and regexpl warnings under gcc 4.4.0 2009-08-30 15:35:14 +00:00
gdb2.rbuild [General] 2009-12-02 20:32:16 +00:00
ph.h - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00
README - Start rosapps rearrange and cleanup process. 2008-07-05 11:46:22 +00:00

dbg2 is a tool that splits the console output of gdb and the debugged program. it runs gdb into new console and redirects its output to the original, so the debugged program outputs to the second console.