diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-14 14:46:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-14 14:46:13 +0000 |
commit | 95575b2e7eb94581eda5d764b5f13fba95267890 (patch) | |
tree | ba01fbc219300f68caacf41ebf3f91e8b70afd35 /gdb/ChangeLog | |
parent | 6c4182ddc9e707f2bb12ee248458e3082ad28ce4 (diff) | |
download | gdb-95575b2e7eb94581eda5d764b5f13fba95267890.zip gdb-95575b2e7eb94581eda5d764b5f13fba95267890.tar.gz gdb-95575b2e7eb94581eda5d764b5f13fba95267890.tar.bz2 |
2004-09-14 Andrew Cagney <cagney@gnu.org>
* thread-db.c (thread_db_new_objfile): Assume that there is a
child process.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 234e379..3963e89 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-09-14 Andrew Cagney <cagney@gnu.org> + + * thread-db.c (thread_db_new_objfile): Assume that there is a + child process. + 2004-09-13 Jim Blandy <jimb@redhat.com> * valops.c (value_assign): Move 'buffer' to the enclosing block, |