Correct earlier ChangeLog entry for fbsd_add_threads.

This commit is contained in:
John Baldwin 2017-08-21 09:33:13 -07:00
parent 487b6440da
commit af3881e612
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@
[!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
for `mapfilename'.
(fbsd_xfer_partial): Use gdb::byte_vector.
(fbsd_add_threads): Likewise.
(fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
2017-08-09 John Baldwin <jhb@FreeBSD.org>