diff options
author | Qinwei <qinwei@sunnorth.com.cn> | 2007-05-17 03:14:56 +0000 |
---|---|---|
committer | Qinwei <qinwei@sunnorth.com.cn> | 2007-05-17 03:14:56 +0000 |
commit | 98f4ab104cfd693784082cd6ea05e7ef445f3882 (patch) | |
tree | 4707c37c3360a60989287d05a3c173801a4dc81b /gdb | |
parent | ea192fa3956e5085bb3354af02cd0b3066c055ea (diff) | |
download | gdb-98f4ab104cfd693784082cd6ea05e7ef445f3882.zip gdb-98f4ab104cfd693784082cd6ea05e7ef445f3882.tar.gz gdb-98f4ab104cfd693784082cd6ea05e7ef445f3882.tar.bz2 |
2007-05-17 Qinwei <qinwei@sunnorth.com.cn>
* score-tdep.c (score_frame_cache->fp, score_analyze_prologue)
(score_prologue_frame_base_address): Return fp to keep gdb print
local variables correctly when debugging information is stabs.
(score_analyze_prologue): For software watchpoint, fetch all the
instructions from range [startaddr, pc] once and identify them locally
to reduce memory access.
(score_malloc_and_get_memblock, score_free_memblock)
(score_adjust_memblock_ptr): New functions.
(score_fetch_inst): Fetch single instruction or mutiple instructions.
(score_target_can_use_watch, score_stopped_by_watch)
(score_target_insert_watchpoint, score_target_remove_watchpoint)
(score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint):
New functions for remote & local hw-watchpoint and hw-breakpoint.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ab6c859..0bb2c91 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +2007-05-17 Qinwei <qinwei@sunnorth.com.cn> + + * score-tdep.c (score_frame_cache->fp, score_analyze_prologue) + (score_prologue_frame_base_address): Return fp to keep gdb print + local variables correctly when debugging information is stabs. + + (score_analyze_prologue): For software watchpoint, fetch all the + instructions from range [startaddr, pc] once and identify them locally + to reduce memory access. + (score_malloc_and_get_memblock, score_free_memblock) + (score_adjust_memblock_ptr): New functions. + (score_fetch_inst): Fetch single instruction or mutiple instructions. + + (score_target_can_use_watch, score_stopped_by_watch) + (score_target_insert_watchpoint, score_target_remove_watchpoint) + (score_target_insert_hw_breakpoint, score_target_remove_hw_breakpoint): + New functions for remote & local hw-watchpoint and hw-breakpoint. + 2007-05-16 Alfred M. Szmidt <ams@gnu.org> * reply_mig_hack.awk: Check for `auto const mach_msg_type_t' |