diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-10-12 20:11:51 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-10-12 20:11:51 +0000 |
commit | cba4b2d32ac408d3af9407767c0179ed7e58347d (patch) | |
tree | d069410468f22e3f23342323b59990dcd8737b77 /gdb/doc | |
parent | 3800e6453931c8cae5e5f0626214a5194b0689ff (diff) | |
download | gdb-cba4b2d32ac408d3af9407767c0179ed7e58347d.zip gdb-cba4b2d32ac408d3af9407767c0179ed7e58347d.tar.gz gdb-cba4b2d32ac408d3af9407767c0179ed7e58347d.tar.bz2 |
doc/
2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.texinfo (Server): Document libthread-db-search-path.
gdbserver/
2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
* acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
* configure.ac: Adjust.
* linux-low.h (struct process_info_private): Move members to struct
thread_db.
(thread_db_free, thread_db_handle_monitor_command): New prototype.
* linux-low.c (linux_remove_process): Adjust.
(linux_wait_for_event_1, linux_look_up_symbols): Likewise.
* server.c (handle_query): Move code ...
(handle_monitor_command): ... here. New function.
* target.h (struct target_ops): New member.
* thread-db.c (struct thread_db): New.
(libthread_db_search_path): New variable.
(thread_db_create_event, thread_db_enable_reporting)
(find_one_thread, maybe_attach_thread, find_new_threads_callback)
(thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
(try_thread_db_load_1, dladdr_to_soname): New functions.
(try_thread_db_load, thread_db_load_search): New functions.
(thread_db_init): Search for libthread_db.
(thread_db_free): New function.
(thread_db_handle_monitor_command): Likewise.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 54c5778..a64369e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -3,6 +3,10 @@ * gdb.texinfo (ReverseStep): Show default as "unsupported". (ReverseContinue): Ditto. +2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com> + + * gdb.texinfo (Server): Document libthread-db-search-path. + 2009-10-08 Jan Kratochvil <jan.kratochvil@redhat.com> * gdbint.texinfo (i386_stopped_by_hwbp): Remove. |