LD_LIBRARY_PATH=.:

Command-line: /usr/bin/i686-w64-mingw32-gdb -nx -fullname  -quiet -args bin/Debug/pokus_win

Working dir : /home/drobek/Codeblocks/pokus_win/

Reading symbols from /home/drobek/Codeblocks/pokus_win/bin/Debug/pokus_win...

done.

(gdb)

> set prompt >>>>>>cb_gdb:

Executing: xterm -T 'Program Console' -e sleep 83375

>>>>>>cb_gdb:

> show version

GNU gdb (GDB) 7.4

Copyright (C) 2012 Free Software Foundation, Inc.

License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software: you are free to change and redistribute it.

There is NO WARRANTY, to the extent permitted by law.  Type "show copying"

and "show warranty" for details.

This GDB was configured as "--host=i686-linux-gnu --target=i686-w64-mingw32".

For bug reporting instructions, please see:

<http://www.gnu.org/software/gdb/bugs/>.

>>>>>>cb_gdb:

> set confirm off

>>>>>>cb_gdb:

> set width 0

>>>>>>cb_gdb:

> set height 0

>>>>>>cb_gdb:

> set breakpoint pending on

>>>>>>cb_gdb:

> set print asm-demangle on

>>>>>>cb_gdb:

> set unwindonsignal on

>>>>>>cb_gdb:

> set disassembly-flavor intel

>>>>>>cb_gdb:

> catch throw

Function "__cxa_throw" not defined.

Catchpoint 1 (throw)

>>>>>>cb_gdb:

> source /usr/share/codeblocks/scripts/stl-views-1.0.3.gdb

Executing: ps x -o tty,pid,command

>>>>>>cb_gdb:

> directory /home/drobek/Codeblocks/pokus_win/

>>>>>>cb_gdb:

PS result: ?         3894 ps x -o tty,pid,command

PS result: pts/2     3893 sleep 83375

TTY is[/dev/pts/2]

GetConsoleTTY[/dev/pts/2]ConsolePid[3891]

> tty /dev/pts/2

Queued:[tty /dev/pts/2]

>>>>>>cb_gdb:

> run

Don't know how to run.  Try "help target".

>>>>>>cb_gdb: