emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb 24.0.93.1 gdb doesn't work worth a damn


From: Glenn Morris
Subject: Re: gdb 24.0.93.1 gdb doesn't work worth a damn
Date: Tue, 06 Mar 2012 03:39:05 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Kaushik Srenevasan wrote:

> I hit this yesterday too. GDB-MI doesn't seem to be able to handle
> what GDB calls "multiple" breakpoints. i.e. a breakpoint that GDB sets
> on every overloaded function that matches an expression. The problem
> is that the MI output has an extra field - "type" only on the "parent
> breakpoint", while GDB-MI expects to find it even on "child
> breakpoints".
>
> I've attached a patch. Could you check if it works for you too?

I don't know anything about gdb, but this looks reasonable, so based on
http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00075.html
I installed it. Thanks.

Note that

(if A A B)

is better written as

(or A B)

which removes the need for the `let's.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]