projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a05209
)
* NEWS: Add entry mentioning thread-support on Tru64
author
Joel Brobecker
<brobecker@gnat.com>
Mon, 20 Oct 2008 16:18:59 +0000
(16:18 +0000)
committer
Joel Brobecker
<brobecker@gnat.com>
Mon, 20 Oct 2008 16:18:59 +0000
(16:18 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/NEWS
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 6f11fa109cf300d486b1e3cd565e4337d5ff9c59..3c110480b4f189ea1f9d42919fad71241319c5f8 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2008-10-20 Joel Brobecker <brobecker@adacore.com>
+
+ * NEWS: Add entry mentioning thread-support on Tru64
+
2008-10-19 Joel Brobecker <brobecker@adacore.com>
* dec-thread.c: New file.
diff --git
a/gdb/NEWS
b/gdb/NEWS
index 46aa14481d25424225e0175e454d6b6c844eb847..7c68728ed670dc2c41c801773442b158e64a91da 100644
(file)
--- a/
gdb/NEWS
+++ b/
gdb/NEWS
@@
-57,6
+57,8
@@
with the --compress-debug-sections=zlib flag.
* 64-bit core files are now supported on AIX.
+* Thread switching is now supported on Tru64.
+
* Watchpoints can now be set on unreadable memory locations, e.g. addresses
which will be allocated using malloc later in program execution.