[MPlayer-cygwin] gdb on cygwin

Julien WAJSBERG flash at minet.net
Thu Nov 28 21:15:15 CET 2002


On Thu, 28 Nov 2002, Sycotic Smith wrote:

> Hi,
>
> I was trying to debug mplayer on cygwin, and an interesting thing happened: gdb won't let me run mplayer with a file!  Anyone have any luck with this on their system?  I would like to be able to do it so I can send in BRs when I find them...  It's also pretty weird, the default behaviour for gdb is to use a gui!
>
> $ gdb mplayer.exe file.avi  (LOTS of dll errors, won't allow mplayer to start.)
> $ gdb mplayer.exe           (same, but it gives an mplayer.exe DOS window...)

Did you try :

gdb mplayer.exe
set args file.avi
r

?

-- 
Flash




More information about the MPlayer-cygwin mailing list