[MPlayer-cvslog] r25010 - trunk/mplayer.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Nov 10 12:43:29 CET 2007


Hello,
On Sat, Nov 10, 2007 at 12:17:06PM +0100, Guillaume POIRIER wrote:
> On 11/10/07, reimar <subversion at mplayerhq.hu> wrote:
> > Author: reimar
> > Date: Sat Nov 10 12:14:15 2007
> > New Revision: 25010
> >
> > Log:
> > Make crash-debug gdb auto-execute "bt"
> 
> \o/ !
> That's a really good idea. Do you know if it's possible to execute
> "disas $pc-32, $pc+32" after "bt" too?

It is possible, but it does not help, since the instruction pointer will
be in the exception handler, not where the crash actually happened :-(.
I'd have to read up how to get the exception address, then something
like that could be done.

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list