From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sumit Narayan Newsgroups: gmane.emacs.help Subject: red dot / B in gdb mode (ver. 23.1.1) Date: Thu, 30 Jul 2009 09:53:24 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248972325 19316 80.91.229.12 (30 Jul 2009 16:45:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2009 16:45:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 30 18:45:19 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MWYko-0007Mc-1e for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 18:45:18 +0200 Original-Received: from localhost ([127.0.0.1]:48933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWYkn-0007Ph-5C for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 12:45:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWX0e-0003Ks-N1 for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 10:53:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWX0a-0003HI-6r for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 10:53:32 -0400 Original-Received: from [199.232.76.173] (port=45711 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWX0Z-0003Gx-Uh for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 10:53:28 -0400 Original-Received: from mail-bw0-f222.google.com ([209.85.218.222]:50409) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWX0Z-0008TJ-CG for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 10:53:27 -0400 Original-Received: by bwz22 with SMTP id 22so813740bwz.42 for ; Thu, 30 Jul 2009 07:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=v4fugUjqWkMkx4c8COc1DVu9Jr2w5YXEpqVElM7H3Lg=; b=W16Bj5EbThuK2Y0GlqtTxznn4r6DKVq4/hGzMLbgsRr5VKdzV4VI+O142by7UXAz1f V+gTb0iZ/TErDAU8xn87i/5ArdfsDZtAJIHPrbMISO4KRy9T355s7puFeE5KlwKWnYjU tsfR05ealvLrCLBH9wvak5FfsUzkylRxdH9hw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=f6sD3HHTpNDrZFFgueMzauAWtC5E+MvfDapCoELw3U/svIJZKZusMtWKPBK8GkLhpw vC/nIL00eHFXI0h6zupGwb5qJNMo1NoKEnY1tG0hoI+XZthPtBtiKNiqtSH37e9vxVIH 8k9gVJTpKoVLXfSLNXPqK9MIPmssrNChT43EY= Original-Received: by 10.204.114.136 with SMTP id e8mr1159631bkq.190.1248965604759; Thu, 30 Jul 2009 07:53:24 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 30 Jul 2009 12:35:43 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66527 Archived-At: Hi, I upgraded to Emacs 23.1.1 on my OSX by downloading source and compiling. Now, in gdb mode, when I set a breakpoint, I do not see the red dot or character B on the line where I set the breakpoint. Things work fine when I go back to ver. 22.1.1. What am I missing? Thanks, Sumit.