This is the mail archive of the gdb-patches@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: [pushed] Don't suppress errors inserting/removing hardware breakpoints in shared libraries.


On 06/06/2014 04:40 PM, Pedro Alves wrote:
> On 06/06/2014 04:08 AM, Yao Qi wrote:
>> On 06/06/2014 12:01 AM, Pedro Alves wrote:
>>> Yes, but no need to match by target, we can do like e.g.,
>>> gdb.base/signull.exp does, and check whether "x /b 0" manages
>>> to read memory.  If so, then skip the test.  Any sane target with
>>> an MMU will leave page 0 unmapped, so no need to look for some other
>>> address.
>>
>> How about the patch below?
>>
> 
> OK.  Thanks!
> 

Thanks for the review.  Patch is pushed in.

-- 
Yao (éå)


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