gdb/gdbserver/
* target.h: Fix a typo in comment.
This commit is contained in:
parent
7b35ec7f28
commit
609086b1aa
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue