From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24899 invoked by alias); 5 Nov 2011 02:10:04 -0000 Received: (qmail 24825 invoked by uid 22791); 5 Nov 2011 02:10:02 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Nov 2011 02:09:36 +0000 Received: by iaae16 with SMTP id e16so2259962iaa.0 for ; Fri, 04 Nov 2011 19:09:36 -0700 (PDT) Received: by 10.231.68.20 with SMTP id t20mr4780588ibi.18.1320458976073; Fri, 04 Nov 2011 19:09:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.19.1 with HTTP; Fri, 4 Nov 2011 19:09:16 -0700 (PDT) In-Reply-To: <4EAED7DC.5030805@siemens.com> References: <4EA89365.2010807@web.de> <4EAED7DC.5030805@siemens.com> From: Vimal Date: Sat, 05 Nov 2011 02:10:00 -0000 Message-ID: Subject: Re: Multiple breakpoint issue when debugging loadable kernel module To: Jan Kiszka Cc: Tom Tromey , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00036.txt.bz2 On 31 October 2011 11:16, Jan Kiszka wrote: > > Yes, that works (around the bug). But it does not help me as it's > unhandy (gdb assumes 32-bit by default, my kernels are 64 usually) and > automatic module loading depends on the kernel symbols already being > present. > I use 64-bit kernels as well, and I do a "set arch i386:x86_64:intel" before issuing any commands. How do you do automatic module loading? Maybe you could disable that :-) -- Vimal