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: How to enable hardware breakpoint support


On Thursday 18 November 2010 09:33:19, DeD MustDIE wrote:

> GBD can set only software breakpoint but not hardware.
> 
> Example:
> 
> gdb -q `which df`
> 
> (gdb) hb *0x400d70
> No hardware breakpoint support in the target.

Run to main first, for example with the "start" command.
Then it should work.

-- 
Pedro Alves


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