This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multiple breakpoint issue when debugging loadable kernel module


On 31 October 2011 11:16, Jan Kiszka <jan.kiszka@siemens.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]