aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-01-23 15:11:42 -0700
committerTom Tromey <tom@tromey.com>2019-03-06 14:05:28 -0700
commit09e3c4ca13e39b797b91b07280ac025327a8a526 (patch)
treebf7682aa4d2aaa6e047924c841cf2cc657d67ee8 /gdb/gdbthread.h
parente2a035485a80651a5dc1711fee5a811e41ab131b (diff)
downloadbinutils-09e3c4ca13e39b797b91b07280ac025327a8a526.zip
binutils-09e3c4ca13e39b797b91b07280ac025327a8a526.tar.gz
binutils-09e3c4ca13e39b797b91b07280ac025327a8a526.tar.bz2
Update two cleanup comments
This updates another couple of comments to remove mentions of cleanups. gdb/ChangeLog 2019-03-06 Tom Tromey <tom@tromey.com> * inferior.h (class inferior): Update comment. * gdbthread.h (class thread_info): Update comment.
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r--gdb/gdbthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h
index 3b9d569..2d497d5 100644
--- a/gdb/gdbthread.h
+++ b/gdb/gdbthread.h
@@ -235,7 +235,7 @@ struct private_thread_info
reverting back (e.g., due to a "kill" command). If the thread
meanwhile exits before being re-selected, then the thread object is
left listed in the thread list, but marked with state
- THREAD_EXITED. (See make_cleanup_restore_current_thread and
+ THREAD_EXITED. (See scoped_restore_current_thread and
delete_thread). All other thread references are considered weak
references. Placing a thread in the thread list is an implicit
strong reference, and is thus not accounted for in the thread's