diff options
author | Yao Qi <yao@codesourcery.com> | 2011-11-02 04:20:47 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-11-02 04:20:47 +0000 |
commit | 609086b1aac6d0561770e585fdb3ac3c593e1cff (patch) | |
tree | 32cc09ece8e1ccb354a6efbf697d26b3bb4f91d3 /gdb | |
parent | 7b35ec7f2873e51fee85c5bed04e42c3643df386 (diff) | |
download | gdb-609086b1aac6d0561770e585fdb3ac3c593e1cff.zip gdb-609086b1aac6d0561770e585fdb3ac3c593e1cff.tar.gz gdb-609086b1aac6d0561770e585fdb3ac3c593e1cff.tar.bz2 |
gdb/gdbserver/
* target.h: Fix a typo in comment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbserver/target.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 45d3f86..b70c5d0 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2011-11-02 Yao Qi <yao@codesourcery.com> + + * target.h: Fix a typo in comment. + 2011-10-31 Pedro Alves <pedro@codesourcery.com> * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't diff --git a/gdb/gdbserver/target.h b/gdb/gdbserver/target.h index 8b241ff..f60e0a6 100644 --- a/gdb/gdbserver/target.h +++ b/gdb/gdbserver/target.h @@ -334,7 +334,7 @@ struct target_ops /* Read Thread Information Block address. */ int (*get_tib_address) (ptid_t ptid, CORE_ADDR *address); - /* Pause all threads. If FREEZE, arrange for any resume attempt be + /* Pause all threads. If FREEZE, arrange for any resume attempt to be ignored until an unpause_all call unfreezes threads again. There can be nested calls to pause_all, so a freeze counter should be maintained. */ |