aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-03-22 21:39:00 +0000
committerDaniel Jacobowitz <drow@false.org>2004-03-22 21:39:00 +0000
commit34fcf120a59c728d58100891b00c81de26baa747 (patch)
tree052f37632dffde97d609c12ae102e7c7ac55017e /gdb/ChangeLog
parent5b917078efad9cd06e04a35da481ae0e6e085350 (diff)
downloadgdb-34fcf120a59c728d58100891b00c81de26baa747.zip
gdb-34fcf120a59c728d58100891b00c81de26baa747.tar.gz
gdb-34fcf120a59c728d58100891b00c81de26baa747.tar.bz2
* mips-tdep.c (non_heuristic_proc_desc): Search using the specified
PC rather than the partial function start address. Use the start address to sanity check the found PDR.
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 57c7a92..3121b17 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2004-03-22 Daniel Jacobowitz <drow@mvista.com>
+ * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
+ PC rather than the partial function start address. Use the start
+ address to sanity check the found PDR.
+
+2004-03-22 Daniel Jacobowitz <drow@mvista.com>
+
* lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
linux_handle_extended_wait.