aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@broadcom.com>2011-02-03 14:45:37 +0000
committerAndrew Burgess <aburgess@broadcom.com>2011-02-03 14:45:37 +0000
commit9011945e46bf8ba4722de6cac73711863dc58b39 (patch)
tree832ae3076f6fb38a0f7112142743733cbbc82037 /gdb/ChangeLog
parentd4d868a28076273e828f299e896dbc1af827208a (diff)
downloadgdb-9011945e46bf8ba4722de6cac73711863dc58b39.zip
gdb-9011945e46bf8ba4722de6cac73711863dc58b39.tar.gz
gdb-9011945e46bf8ba4722de6cac73711863dc58b39.tar.bz2
http://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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1c467ea..7e15118 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-03 Andrew Burgess <aburgess@broadcom.com>
+
+ * disasm.c (compare_lines): Handle the end of sequence markers
+ within the line table to better support disassembling over
+ compilation unit boundaries.
+
2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
* arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB