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: Fwd: disabling NMI rendering breakpoints non-functional?


On 04/12/2013 04:44 PM, Kent Tong wrote:
> Hi,
> 
> It seems that after the code being traced disables NMI, gdb will not
> stop at the next instruction (si) or at breakpoints. Is this a bug or
> am I missing something?
> 
> The code is seabios running in qemu i386.

GDB has no clue of NMI, it just tells the target to set a breakpoint at
some address, or to single-step.  How qemu implements those things
behind the scenes is up to qemu.

-- 
Pedro Alves


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