Page 1 of 1

how to debug vlc by msys?

Posted: 03 Sep 2012 10:06
by jinlsg
how to debug vlc by msys?

i have build vlc use package-win32-debug flag.
then cd vlc-2.1.0-git.
then gdb vlc
when i use
(gdb) list

the output is
21 ../mingw/main.c: No such file or directory.
in ../mingw/main.c

how can i fix this problem?
thanks

Re: how to debug vlc by msys?

Posted: 04 Sep 2012 02:40
by edwardw
I don't think you can, that looks like part of the mingw C runtime or some system library. Either way it will not help you with debugging VLC, look at the more recent stack frames.

Re: how to debug vlc by msys?

Posted: 06 Nov 2012 10:48
by jinlsg
i fix it

Re: how to debug vlc by msys?

Posted: 18 Dec 2012 10:55
by hasha
jinlsg ! can you please share your findings on how you got around this problem ?