This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Correct earlier ChangeLog entry for fbsd_add_threads.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=af3881e612908b6c0b1283c67d18312cd219ca13

commit af3881e612908b6c0b1283c67d18312cd219ca13
Author: John Baldwin <jhb@FreeBSD.org>
Date:   Mon Aug 21 09:33:13 2017 -0700

    Correct earlier ChangeLog entry for fbsd_add_threads.

Diff:
---
 gdb/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index db53fcb..ddf52a3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]