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: info watch command


On Tue, Jan 20, 2009 at 03:36:22AM -0500, raja.saleru@iap-online.com wrote:
> by default, it will be hardware watchpoint. for the "info watch" command,
> only for watch it is showing as "hw watchpoint". however why it is not
> differentiated for rwatch as "read watchpoint" "hw read watchpoint" ?

Because all read and access watchpoints are hardware; it is not
practical to do either in software.

-- 
Daniel Jacobowitz
CodeSourcery


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