This is the mail archive of the gdb-prs@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]

[Bug breakpoints/18144] [aarch64] the skip prologue functionality doesn't work well for same assembly functions


https://sourceware.org/bugzilla/show_bug.cgi?id=18144

weimin.pan at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |weimin.pan at oracle dot com

--- Comment #2 from weimin.pan at oracle dot com ---
It works fine now with current git master:

(gdb) disass _start
Dump of assembler code for function _start:
   0x0000000000400244 <+0>:     nop
   0x0000000000400248 <+4>:     nop
   0x000000000040024c <+8>:     ret
End of assembler dump.
(gdb) b _start
Breakpoint 1 at 0x400244

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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