From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chandan r Newsgroups: gmane.emacs.help Subject: Debugging vmlinux using GDB within Emacs Date: Sat, 21 Jul 2012 10:34:21 +0530 Message-ID: <87hat1hfhm.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342847754 21067 80.91.229.3 (21 Jul 2012 05:15:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Jul 2012 05:15:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 21 07:15:55 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SsS2k-00010U-I6 for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Jul 2012 07:15:54 +0200 Original-Received: from localhost ([::1]:60898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsS2j-0003Ca-Kr for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Jul 2012 01:15:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsS2f-0003CK-3U for help-gnu-emacs@gnu.org; Sat, 21 Jul 2012 01:15:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsS2e-0003U3-5h for help-gnu-emacs@gnu.org; Sat, 21 Jul 2012 01:15:49 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:54258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsS2d-0003Tz-Qa for help-gnu-emacs@gnu.org; Sat, 21 Jul 2012 01:15:47 -0400 Original-Received: by pbbrp2 with SMTP id rp2so8721835pbb.0 for ; Fri, 20 Jul 2012 22:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=YMgMFuzdqI1STJbWAZ6mfZNBF0mz2UumE6oR3ln01eY=; b=j8INKLj00lOssu2adrkyjv+TH4f6TmNOQBsmUwCTFAfpHG272kXlEd5YJXHW6ZTvlE XaDnVpo+TY66dgf7idOkcSOKLduQHGehLSSgoaO+EE0oSj2DN308X8T+mJXVfM1wl1q2 BmDIU/Wosp/270g/3A93mEtBIZAA/U0/tnm18p3xA5XM+OTH4b8xTPqoLAA/uLjRxRwK rKRIEOUGAYJz0uAWpqySdvPVIi+20s4h/LvAndS8IbQGvLAmw8/EVgAuffUqigLXvOo8 pWIIMTNirmMEl2tjja3/1eReb/Ff7LXkDnQO8ILtbjF/5BREPLAmrREziXTz2OOlGMky SD8w== Original-Received: by 10.68.130.163 with SMTP id of3mr19524720pbb.108.1342847746964; Fri, 20 Jul 2012 22:15:46 -0700 (PDT) Original-Received: from archlinux ([117.192.128.20]) by mx.google.com with ESMTPS id sr8sm5352895pbc.61.2012.07.20.22.15.44 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jul 2012 22:15:46 -0700 (PDT) User-agent: mu4e 0.9.8.4; emacs 24.1.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85962 Archived-At: Hi all, I am trying to debug linux kernel (running in a qemu-kvm VM) using gdb within emacs. 'target remote localhost:port' succeeds in stopping the linux kernel. But a 'continue' command gives me the error 'Program is not being run'. I am able to use GDB by itself on a terminal to debug the kernel. Regards, chandan r