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/17280] breakpoint problem on aarch64 (in qemu full-system emulation): SIGTRAP/SIGSEGV in debugged program


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

Akos Kiss <akiss at inf dot u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Akos Kiss <akiss at inf dot u-szeged.hu> ---
All problems turned out to be caused by qemu limitations:
- The pc being off by 4 was an incorrect implementation of the BRK instruction.
- All the remaining issues were caused by qemu not implementing support for
single-stepping.

http://lists.nongnu.org/archive/html/qemu-devel/2014-08/msg02909.html

With the patches from the qemu-devel mailing list applied, even the
ubuntu-packaged gdb works correctly.

-- 
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]