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: [HELP]Can GDB for ARM set hard breakpoint when native debugging?


Hi Karthik,

> Just in case you are going to re-use most of the code for 2.6.35.
> In hw_breakpoint.c, the handlers do not release the locks on wtpt/bkpt
> not matched.
> Should rather be:
>  if (val != (unpredictable & ~0x3)) {
>     rcu_read_unlock();
>     continue;
> }
> 
> Otherwise I get a "schedule while atomic" bug.

Well spotted! My current tree is a little different, but I've
updated it as necessary.

Thanks,

Will



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