Fix typo (thead -> thread)
gdb/stubs/ChangeLog: 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * ia64vms-stub.c: Fix typo in comment (thead -> thread). gdb/testsuite/ChangeLog: 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * gdb.threads/stop-with-handle.exp: Fix typo in comment (theads -> threads). gdbsupport/ChangeLog: 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
This commit is contained in:
parent
56a4f5a10b
commit
32d1f47a12
@ -1,3 +1,7 @@
|
||||
2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
|
||||
|
||||
* ia64vms-stub.c: Fix typo in comment (thead -> thread).
|
||||
|
||||
2019-10-26 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* ia64vms-stub.c: Fix typos in comments.
|
||||
|
@ -776,7 +776,7 @@ set_thread_scheduling (int val)
|
||||
return blk.dbgext$l_stop_value;
|
||||
}
|
||||
|
||||
/* Get next thead (after THR). Start with 0. */
|
||||
/* Get next thread (after THR). Start with 0. */
|
||||
|
||||
static unsigned int
|
||||
thread_next (unsigned int thr)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
|
||||
|
||||
* gdb.threads/stop-with-handle.exp: Fix typo in comment
|
||||
(theads -> threads).
|
||||
|
||||
2020-04-28 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* gdb.opt/inline-cmds.exp: Set KFAIL PR.
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
# This test covers a case where SIGSTOP has been configured to be
|
||||
# passed to the target with GDB's 'handle' command, and then a
|
||||
# multi-threaded inferior encounters an event that causes all theads
|
||||
# multi-threaded inferior encounters an event that causes all threads
|
||||
# to be stopped.
|
||||
#
|
||||
# The problem that (used) to exist was that GDB would see the SIGSTOP,
|
||||
|
@ -1,3 +1,7 @@
|
||||
2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
|
||||
|
||||
* gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
|
||||
|
||||
2020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* common-defs.h: Include cstdlib.h.
|
||||
|
@ -36,7 +36,7 @@
|
||||
system that only had pthread_sigmask, we could still use it with
|
||||
some extra changes. */
|
||||
#ifdef HAVE_PTHREAD_SIGMASK
|
||||
#error pthead_sigmask available without sigprocmask - please report
|
||||
#error pthread_sigmask available without sigprocmask - please report
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_SIGPROCMASK */
|
||||
|
Loading…
Reference in New Issue
Block a user