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


[Sorry for being late]

On 09/19/2013 11:30 PM, Omair Javaid wrote:
(gdb) break func
warning: Breakpoint address adjusted from 0x000083bd to 0x000083bc.
Breakpoint 1 at 0x83bc (2 locations)

'break func' should insert a breakpoint at an address A after the first
several instructions of function func, due to the effect of skip
prologue.  Address A should be an address of a thumb instruction, so it
should be 2-byte aligned.  In this case, the address should be
0x000083bc.  I'd like to check why 0x000083bd is generated, and
probably we should use gdbarch_addr_bits_remove somewhere.

--
Yao (éå)


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