]> sourceware.org Git - glibc.git/commitdiff
* thread_dbP.h (DB_FUNCTION): New macro.
authorRoland McGrath <roland@gnu.org>
Thu, 18 Dec 2003 02:51:10 +0000 (02:51 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 18 Dec 2003 02:51:10 +0000 (02:51 +0000)
* structs.def: Use it for __nptl_create_event and __nptl_death_event.
* db_info.c (DB_FUNCTION): New macro.
* td_symbol_list.c (DB_FUNCTION): New macro, prepend "." to symbol
name under [HAVE_ASM_GLOBAL_DOT_NAME].
(td_lookup) [HAVE_ASM_GLOBAL_DOT_NAME]: If lookup fails with PS_NOSYM
and name starts with a dot, try it without the dot.

linuxthreads_db/ChangeLog
nptl_db/ChangeLog

index 9da34c0ed816ee41df5dbb8c153a9ef93c386a5b..4580537b8d4274a2bf37d6fecb0e8f593e506a28 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-25  Roland McGrath  <roland@redhat.com>
+
+       * td_symbol_list.c (symbol_list_arr) [HAVE_ASM_GLOBAL_DOT_NAME]:
+       Prepend "." to symbol names for functions.
+
 2003-08-18  Daniel Jacobowitz  <drow@mvista.com>
 
        * td_thr_getfpregs.c (td_thr_getfpregs): Use the main thread if
index da38cee0359393b89122287868fbe2c1c4947e5b..05f1c853cf49a4ee66910bce21830eb4d4f7f41e 100644 (file)
@@ -1,3 +1,13 @@
+2003-12-02  Roland McGrath  <roland@redhat.com>
+
+       * thread_dbP.h (DB_FUNCTION): New macro.
+       * structs.def: Use it for __nptl_create_event and __nptl_death_event.
+       * db_info.c (DB_FUNCTION): New macro.
+       * td_symbol_list.c (DB_FUNCTION): New macro, prepend "." to symbol
+       name under [HAVE_ASM_GLOBAL_DOT_NAME].
+       (td_lookup) [HAVE_ASM_GLOBAL_DOT_NAME]: If lookup fails with PS_NOSYM
+       and name starts with a dot, try it without the dot.
+
 2003-09-08  Roland McGrath  <roland@redhat.com>
 
        * td_thr_get_info.c (td_thr_get_info): Cast th_unique to thread_t.
This page took 0.041072 seconds and 5 git commands to generate.