aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-08-08 19:48:19 +0000
committerDoug Evans <dje@google.com>2012-08-08 19:48:19 +0000
commite6712ff1b5f9f440889f298b326a12325d919680 (patch)
tree19a392fd5da376b4950d15664c0485b497a90744 /gdb/ChangeLog
parentab854e54510727ba4db85875159f796e652e0b54 (diff)
downloadgdb-e6712ff1b5f9f440889f298b326a12325d919680.zip
gdb-e6712ff1b5f9f440889f298b326a12325d919680.tar.gz
gdb-e6712ff1b5f9f440889f298b326a12325d919680.tar.bz2
* gdb_string.h: Moved to ...
* common/gdb_string.h: ... here. * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of gdb_string.h and gdb_assert.h. gdbserver/ * configure.ac: Add check for strstr. * config.in: Regenerate. * configure: Regenerate. * linux-thread-db.c: #include "gdb_vecs.h". (try_thread_db_load_from_pdir_1): New arg "subdir". All callers updated. (try_thread_db_load_from_pdir): New arg "subdir". All callers updated. (thread_db_load_search): Use a vector to iterate over path elements. Handle text appearing after "$pdir". gdbserver/ * Makefile.in (SFILES): Add gdb_vecs.c. (OBS): Add gdb_vecs.o. (gdb_vecs_h, host_defs_h): New variables. (thread-db.o): Add $(gdb_vecs_h) dependency. (gdb_vecs.o): New rule. * thread-db.c: #include "gdb_vecs.h". (thread_db_load_search): Use a vector to iterate over path elements. Handle text appearing after "$pdir".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0fcf969..a48a7f3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+2012-08-08 Doug Evans <dje@google.com>
+
+ * linux-thread-db.c: #include "gdb_vecs.h".
+ (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
+ updated.
+ (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
+ (thread_db_load_search): Use a vector to iterate over path elements.
+ Handle text appearing after "$pdir".
+
+ * gdb_string.h: Moved to ...
+ * common/gdb_string.h: ... here.
+ * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
+ gdb_string.h and gdb_assert.h.
+
2012-08-08 Yao Qi <yao@codesourcery.com>
* tic6x-tdep.c (tic6x_register_to_value): Remove.