http://sourceware.org/ml/gdb-patches/2010-12/msg00300.html
authorAndrew Burgess <aburgess@broadcom.com>
Thu, 3 Feb 2011 14:45:37 +0000 (14:45 +0000)
committerAndrew Burgess <aburgess@broadcom.com>
Thu, 3 Feb 2011 14:45:37 +0000 (14:45 +0000)
commit9011945e46bf8ba4722de6cac73711863dc58b39
tree832ae3076f6fb38a0f7112142743733cbbc82037
parentd4d868a28076273e828f299e896dbc1af827208a
sourceware.org/ml/gdb-patches/2010-12/msg00300.html
Improve the ordering of line table entries when dealing with the end
of sequence markers.  This will allow us to disassemble over the border
between two compile units while also displaying source code information.
gdb/ChangeLog
gdb/disasm.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/disasm-end-cu-1.c [new file with mode: 0644]
gdb/testsuite/gdb.base/disasm-end-cu-2.c [new file with mode: 0644]
gdb/testsuite/gdb.base/disasm-end-cu.exp [new file with mode: 0644]