From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQCcw-0006sj-Py for qemu-devel@nongnu.org; Sun, 12 Jul 2009 23:54:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQCcr-0006sP-EA for qemu-devel@nongnu.org; Sun, 12 Jul 2009 23:54:53 -0400 Received: from [199.232.76.173] (port=34888 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQCcr-0006sM-83 for qemu-devel@nongnu.org; Sun, 12 Jul 2009 23:54:49 -0400 Received: from mail-yx0-f188.google.com ([209.85.210.188]:43438) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQCcq-00074O-T2 for qemu-devel@nongnu.org; Sun, 12 Jul 2009 23:54:49 -0400 Received: by yxe26 with SMTP id 26so3311571yxe.4 for ; Sun, 12 Jul 2009 20:54:47 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 13 Jul 2009 09:24:46 +0530 Message-ID: <50fb67e90907122054j72fb2666m71d9cba7da2798ba@mail.gmail.com> From: Srinivasan Jayarajan Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Breakpoints not hit using QEMU 0.10.5, GDB 6.8 and Linux kernel 2.6.30 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I am able to attach to QEMU using GDB and halt the execution using Ctrl-C. But any break points set are not hit and I don't see any symbol information. I have compiled the kernel with CONFIG_DEBUG_KERNEL=y and CONFIG_FRAME_POINTER=y. Any help is appreciated. More info at http://qemu-forum.ipi.fi/viewtopic.php?f=10&t=5133 Thanks, Srini