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: [PATCH] testsuite/gdb.dwarf2: Fix for dw2-ifort-parameter failure on ARM


On 01/16/2014 09:48 AM, Pedro Alves wrote:
> On 01/16/2014 09:03 AM, Omair Javaid wrote:
> 
>> There seemed no problem with how breakpoint addresses were being adjusted. 
>> This test requires to build dwarf info by hand in dw2-ifort-parameter-debug.S
>> using compile time addresses so in case of arm (thumb mode) the least
>> significant bits of compile time address are set to 1. For that reason 
>> 0x000083bd was being used as a breakpoint address func. 
> 
> OOC, what does the compiler debug info usually do instead to avoid this?

Also:

> warning: Breakpoint address adjusted from 0x000083bd to 0x000083bc.
> Breakpoint 1 at 0x83bc (2 locations)

why 2 locations?

-- 
Pedro Alves


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