8d7493201c
This patch is part of the make-gdb-buildable-in-C++ effort. The idea is to change some calls to the xmalloc family of functions to calls to the equivalents in the XNEW family. This avoids adding an explicit cast, so it keeps the code a bit more readable. Some of them also map relatively well to a C++ equivalent (XNEW (struct foo) -> new foo), so it will be possible to do scripted replacements if needed. I only changed calls that were obviously allocating memory for one or multiple "objects". Allocation of variable sizes (such as strings or buffer handling) will be for later (and won't use XNEW). - xmalloc (sizeof (struct foo)) -> XNEW (struct foo) - xmalloc (num * sizeof (struct foo)) -> XNEWVEC (struct foo, num) - xcalloc (1, sizeof (struct foo)) -> XCNEW (struct foo) - xcalloc (num, sizeof (struct foo)) -> XCNEWVEC (struct foo, num) - xrealloc (p, num * sizeof (struct foo) -> XRESIZEVEC (struct foo, p, num) - obstack_alloc (ob, sizeof (struct foo)) -> XOBNEW (ob, struct foo) - obstack_alloc (ob, num * sizeof (struct foo)) -> XOBNEWVEC (ob, struct foo, num) - alloca (sizeof (struct foo)) -> XALLOCA (struct foo) - alloca (num * sizeof (struct foo)) -> XALLOCAVEC (struct foo, num) Some instances of xmalloc followed by memset to zero the buffer were replaced by XCNEW or XCNEWVEC. I regtested on x86-64, Ubuntu 14.04, but the patch touches many architecture-specific files. For those I'll have to rely on the buildbot or people complaining that I broke their gdb. gdb/ChangeLog: * aarch64-linux-nat.c (aarch64_add_process): Likewise. * aarch64-tdep.c (aarch64_gdbarch_init): Likewise. * ada-exp.y (write_ambiguous_var): Likewise. * ada-lang.c (resolve_subexp): Likewise. (user_select_syms): Likewise. (assign_aggregate): Likewise. (ada_evaluate_subexp): Likewise. (cache_symbol): Likewise. * addrmap.c (allocate_key): Likewise. (addrmap_create_mutable): Likewise. * aix-thread.c (sync_threadlists): Likewise. * alpha-tdep.c (alpha_push_dummy_call): Likewise. (alpha_gdbarch_init): Likewise. * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise. * arm-linux-nat.c (arm_linux_add_process): Likewise. * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise. * arm-tdep.c (push_stack_item): Likewise. (arm_displaced_step_copy_insn): Likewise. (arm_gdbarch_init): Likewise. (_initialize_arm_tdep): Likewise. * avr-tdep.c (push_stack_item): Likewise. * ax-general.c (new_agent_expr): Likewise. * block.c (block_initialize_namespace): Likewise. * breakpoint.c (alloc_counted_command_line): Likewise. (update_dprintf_command_list): Likewise. (parse_breakpoint_sals): Likewise. (decode_static_tracepoint_spec): Likewise. (until_break_command): Likewise. (clear_command): Likewise. (update_global_location_list): Likewise. (get_breakpoint_objfile_data) Likewise. * btrace.c (ftrace_new_function): Likewise. (btrace_set_insn_history): Likewise. (btrace_set_call_history): Likewise. * buildsym.c (add_symbol_to_list): Likewise. (record_pending_block): Likewise. (start_subfile): Likewise. (start_buildsym_compunit): Likewise. (push_subfile): Likewise. (end_symtab_get_static_block): Likewise. (buildsym_init): Likewise. * cli/cli-cmds.c (source_command): Likewise. * cli/cli-decode.c (add_cmd): Likewise. * cli/cli-script.c (build_command_line): Likewise. (setup_user_args): Likewise. (realloc_body_list): Likewise. (process_next_line): Likewise. (copy_command_lines): Likewise. * cli/cli-setshow.c (do_set_command): Likewise. * coff-pe-read.c (read_pe_exported_syms): Likewise. * coffread.c (coff_locate_sections): Likewise. (coff_symtab_read): Likewise. (coff_read_struct_type): Likewise. * common/cleanups.c (make_my_cleanup2): Likewise. * common/common-exceptions.c (throw_it): Likewise. * common/filestuff.c (make_cleanup_close): Likewise. * common/format.c (parse_format_string): Likewise. * common/queue.h (DEFINE_QUEUE_P): Likewise. * compile/compile-object-load.c (munmap_list_add): Likewise. (compile_object_load): Likewise. * compile/compile-object-run.c (compile_object_run): Likewise. * compile/compile.c (append_args): Likewise. * corefile.c (specify_exec_file_hook): Likewise. * cp-support.c (make_symbol_overload_list): Likewise. * cris-tdep.c (push_stack_item): Likewise. (cris_gdbarch_init): Likewise. * ctf.c (ctf_trace_file_writer_new): Likewise. * dbxread.c (init_header_files): Likewise. (add_new_header_file): Likewise. (init_bincl_list): Likewise. (dbx_end_psymtab): Likewise. (start_psymtab): Likewise. (dbx_end_psymtab): Likewise. * dcache.c (dcache_init): Likewise. * dictionary.c (dict_create_hashed): Likewise. (dict_create_hashed_expandable): Likewise. (dict_create_linear): Likewise. (dict_create_linear_expandable): Likewise. * dtrace-probe.c (dtrace_process_dof_probe): Likewise. * dummy-frame.c (register_dummy_frame_dtor): Likewise. * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise. * dwarf2-frame.c (dwarf2_build_frame_info): Likewise. (decode_frame_entry_1): Likewise. * dwarf2expr.c (new_dwarf_expr_context): Likewise. * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise. * dwarf2read.c (dwarf2_has_info): Likewise. (create_signatured_type_table_from_index): Likewise. (dwarf2_read_index): Likewise. (dw2_get_file_names_reader): Likewise. (create_all_type_units): Likewise. (read_cutu_die_from_dwo): Likewise. (init_tu_and_read_dwo_dies): Likewise. (init_cutu_and_read_dies): Likewise. (create_all_comp_units): Likewise. (queue_comp_unit): Likewise. (inherit_abstract_dies): Likewise. (read_call_site_scope): Likewise. (dwarf2_add_field): Likewise. (dwarf2_add_typedef): Likewise. (dwarf2_add_member_fn): Likewise. (attr_to_dynamic_prop): Likewise. (abbrev_table_alloc_abbrev): Likewise. (abbrev_table_read_table): Likewise. (add_include_dir): Likewise. (add_file_name): Likewise. (dwarf_decode_line_header): Likewise. (dwarf2_const_value_attr): Likewise. (dwarf_alloc_block): Likewise. (parse_macro_definition): Likewise. (set_die_type): Likewise. (write_psymtabs_to_index): Likewise. (create_cus_from_index): Likewise. (dwarf2_create_include_psymtab): Likewise. (process_psymtab_comp_unit_reader): Likewise. (build_type_psymtab_dependencies): Likewise. (read_comp_units_from_section): Likewise. (compute_compunit_symtab_includes): Likewise. (create_dwo_unit_in_dwp_v1): Likewise. (create_dwo_unit_in_dwp_v2): Likewise. (read_func_scope): Likewise. (process_structure_scope): Likewise. (mark_common_block_symbol_computed): Likewise. (load_partial_dies): Likewise. (dwarf2_symbol_mark_computed): Likewise. * elfread.c (elf_symfile_segments): Likewise. (elf_read_minimal_symbols): Likewise. * environ.c (make_environ): Likewise. * eval.c (evaluate_subexp_standard): Likewise. * event-loop.c (create_file_handler): Likewise. (create_async_signal_handler): Likewise. (create_async_event_handler): Likewise. (create_timer): Likewise. * exec.c (build_section_table): Likewise. * fbsd-nat.c (fbsd_remember_child): Likewise. * fork-child.c (fork_inferior): Likewise. * frv-tdep.c (new_variant): Likewise. * gdbarch.sh (gdbarch_alloc): Likewise. (append_name): Likewise. * gdbtypes.c (rank_function): Likewise. (copy_type_recursive): Likewise. (add_dyn_prop): Likewise. * gnu-nat.c (make_proc): Likewise. (make_inf): Likewise. (gnu_write_inferior): Likewise. * gnu-v3-abi.c (build_gdb_vtable_type): Likewise. (build_std_type_info_type): Likewise. * guile/scm-param.c (compute_enum_list): Likewise. * guile/scm-utils.c (gdbscm_parse_function_args): Likewise. * guile/scm-value.c (gdbscm_value_call): Likewise. * h8300-tdep.c (h8300_gdbarch_init): Likewise. * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise. (read_unwind_info): Likewise. * ia64-tdep.c (ia64_gdbarch_init): Likewise. * infcall.c (dummy_frame_context_saver_setup): Likewise. (call_function_by_hand_dummy): Likewise. * infcmd.c (step_once): Likewise. (finish_forward): Likewise. (attach_command): Likewise. (notice_new_inferior): Likewise. * inferior.c (add_inferior_silent): Likewise. * infrun.c (add_displaced_stepping_state): Likewise. (save_infcall_control_state): Likewise. (save_inferior_ptid): Likewise. (_initialize_infrun): Likewise. * jit.c (bfd_open_from_target_memory): Likewise. (jit_gdbarch_data_init): Likewise. * language.c (add_language): Likewise. * linespec.c (decode_line_2): Likewise. * linux-nat.c (add_to_pid_list): Likewise. (add_initial_lwp): Likewise. * linux-thread-db.c (add_thread_db_info): Likewise. (record_thread): Likewise. (info_auto_load_libthread_db): Likewise. * m32c-tdep.c (m32c_gdbarch_init): Likewise. * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise. * m68k-tdep.c (m68k_gdbarch_init): Likewise. * m88k-tdep.c (m88k_analyze_prologue): Likewise. * macrocmd.c (macro_define_command): Likewise. * macroexp.c (gather_arguments): Likewise. * macroscope.c (sal_macro_scope): Likewise. * macrotab.c (new_macro_table): Likewise. * mdebugread.c (push_parse_stack): Likewise. (parse_partial_symbols): Likewise. (parse_symbol): Likewise. (psymtab_to_symtab_1): Likewise. (new_block): Likewise. (new_psymtab): Likewise. (mdebug_build_psymtabs): Likewise. (add_pending): Likewise. (elfmdebug_build_psymtabs): Likewise. * mep-tdep.c (mep_gdbarch_init): Likewise. * mi/mi-main.c (mi_execute_command): Likewise. * mi/mi-parse.c (mi_parse_argv): Likewise. * minidebug.c (lzma_open): Likewise. * minsyms.c (terminate_minimal_symbol_table): Likewise. * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise. * mips-tdep.c (mips_gdbarch_init): Likewise. * mn10300-tdep.c (mn10300_gdbarch_init): Likewise. * msp430-tdep.c (msp430_gdbarch_init): Likewise. * mt-tdep.c (mt_registers_info): Likewise. * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise. * nat/linux-btrace.c (linux_enable_bts): Likewise. (linux_enable_pt): Likewise. * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise. (linux_xfer_osdata_processgroups): Likewise. * nios2-tdep.c (nios2_gdbarch_init): Likewise. * nto-procfs.c (procfs_meminfo): Likewise. * objc-lang.c (start_msglist): Likewise. (selectors_info): Likewise. (classes_info): Likewise. (find_methods): Likewise. * objfiles.c (allocate_objfile): Likewise. (update_section_map): Likewise. * osabi.c (gdbarch_register_osabi): Likewise. (gdbarch_register_osabi_sniffer): Likewise. * parse.c (start_arglist): Likewise. * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise. (hwdebug_insert_point): Likewise. * printcmd.c (display_command): Likewise. (ui_printf): Likewise. * procfs.c (create_procinfo): Likewise. (load_syscalls): Likewise. (proc_get_LDT_entry): Likewise. (proc_update_threads): Likewise. * prologue-value.c (make_pv_area): Likewise. (pv_area_store): Likewise. * psymtab.c (extend_psymbol_list): Likewise. (init_psymbol_list): Likewise. (allocate_psymtab): Likewise. * python/py-inferior.c (add_thread_object): Likewise. * python/py-param.c (compute_enum_values): Likewise. * python/py-value.c (valpy_call): Likewise. * python/py-varobj.c (py_varobj_iter_next): Likewise. * python/python.c (ensure_python_env): Likewise. * record-btrace.c (record_btrace_start_replaying): Likewise. * record-full.c (record_full_reg_alloc): Likewise. (record_full_mem_alloc): Likewise. (record_full_end_alloc): Likewise. (record_full_core_xfer_partial): Likewise. * regcache.c (get_thread_arch_aspace_regcache): Likewise. * remote-fileio.c (remote_fileio_init_fd_map): Likewise. * remote-notif.c (remote_notif_state_allocate): Likewise. * remote.c (demand_private_info): Likewise. (remote_notif_stop_alloc_reply): Likewise. (remote_enable_btrace): Likewise. * reverse.c (save_bookmark_command): Likewise. * rl78-tdep.c (rl78_gdbarch_init): Likewise. * rx-tdep.c (rx_gdbarch_init): Likewise. * s390-linux-nat.c (s390_insert_watchpoint): Likewise. * ser-go32.c (dos_get_tty_state): Likewise. (dos_copy_tty_state): Likewise. * ser-mingw.c (ser_windows_open): Likewise. (ser_console_wait_handle): Likewise. (ser_console_get_tty_state): Likewise. (make_pipe_state): Likewise. (net_windows_open): Likewise. * ser-unix.c (hardwire_get_tty_state): Likewise. (hardwire_copy_tty_state): Likewise. * solib-aix.c (solib_aix_new_lm_info): Likewise. * solib-dsbt.c (dsbt_current_sos): Likewise. (dsbt_relocate_main_executable): Likewise. * solib-frv.c (frv_current_sos): Likewise. (frv_relocate_main_executable): Likewise. * solib-spu.c (spu_bfd_fopen): Likewise. * solib-svr4.c (lm_info_read): Likewise. (svr4_copy_library_list): Likewise. (svr4_default_sos): Likewise. * source.c (find_source_lines): Likewise. (line_info): Likewise. (add_substitute_path_rule): Likewise. * spu-linux-nat.c (spu_bfd_open): Likewise. * spu-tdep.c (info_spu_dma_cmdlist): Likewise. * stabsread.c (dbx_lookup_type): Likewise. (read_type): Likewise. (read_member_functions): Likewise. (read_struct_fields): Likewise. (read_baseclasses): Likewise. (read_args): Likewise. (_initialize_stabsread): Likewise. * stack.c (func_command): Likewise. * stap-probe.c (handle_stap_probe): Likewise. * symfile.c (addrs_section_sort): Likewise. (addr_info_make_relative): Likewise. (load_section_callback): Likewise. (add_symbol_file_command): Likewise. (init_filename_language_table): Likewise. * symtab.c (create_filename_seen_cache): Likewise. (sort_search_symbols_remove_dups): Likewise. (search_symbols): Likewise. * target.c (make_cleanup_restore_target_terminal): Likewise. * thread.c (new_thread): Likewise. (enable_thread_stack_temporaries): Likewise. (make_cleanup_restore_current_thread): Likewise. (thread_apply_all_command): Likewise. * tic6x-tdep.c (tic6x_gdbarch_init): Likewise. * top.c (gdb_readline_wrapper): Likewise. * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise. * tracepoint.c (trace_find_line_command): Likewise. (all_tracepoint_actions_and_cleanup): Likewise. (make_cleanup_restore_current_traceframe): Likewise. (get_uploaded_tp): Likewise. (get_uploaded_tsv): Likewise. * tui/tui-data.c (tui_alloc_generic_win_info): Likewise. (tui_alloc_win_info): Likewise. (tui_alloc_content): Likewise. (tui_add_content_elements): Likewise. * tui/tui-disasm.c (tui_find_disassembly_address): Likewise. (tui_set_disassem_content): Likewise. * ui-file.c (ui_file_new): Likewise. (stdio_file_new): Likewise. (tee_file_new): Likewise. * utils.c (make_cleanup_restore_integer): Likewise. (add_internal_problem_command): Likewise. * v850-tdep.c (v850_gdbarch_init): Likewise. * valops.c (find_oload_champ): Likewise. * value.c (allocate_value_lazy): Likewise. (record_latest_value): Likewise. (create_internalvar): Likewise. * varobj.c (install_variable): Likewise. (new_variable): Likewise. (new_root_variable): Likewise. (cppush): Likewise. (_initialize_varobj): Likewise. * windows-nat.c (windows_make_so): Likewise. * x86-nat.c (x86_add_process): Likewise. * xcoffread.c (arrange_linetable): Likewise. (allocate_include_entry): Likewise. (process_linenos): Likewise. (SYMBOL_DUP): Likewise. (xcoff_start_psymtab): Likewise. (xcoff_end_psymtab): Likewise. * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise. * xtensa-tdep.c (xtensa_register_type): Likewise. * gdbarch.c: Regenerate. * gdbarch.h: Regenerate. gdb/gdbserver/ChangeLog: * ax.c (gdb_parse_agent_expr): Likewise. (compile_bytecodes): Likewise. * dll.c (loaded_dll): Likewise. * event-loop.c (append_callback_event): Likewise. (create_file_handler): Likewise. (create_file_event): Likewise. * hostio.c (handle_open): Likewise. * inferiors.c (add_thread): Likewise. (add_process): Likewise. * linux-aarch64-low.c (aarch64_linux_new_process): Likewise. * linux-arm-low.c (arm_new_process): Likewise. (arm_new_thread): Likewise. * linux-low.c (add_to_pid_list): Likewise. (linux_add_process): Likewise. (handle_extended_wait): Likewise. (add_lwp): Likewise. (enqueue_one_deferred_signal): Likewise. (enqueue_pending_signal): Likewise. (linux_resume_one_lwp_throw): Likewise. (linux_resume_one_thread): Likewise. (linux_read_memory): Likewise. (linux_write_memory): Likewise. * linux-mips-low.c (mips_linux_new_process): Likewise. (mips_linux_new_thread): Likewise. (mips_add_watchpoint): Likewise. * linux-x86-low.c (initialize_low_arch): Likewise. * lynx-low.c (lynx_add_process): Likewise. * mem-break.c (set_raw_breakpoint_at): Likewise. (set_breakpoint): Likewise. (add_condition_to_breakpoint): Likewise. (add_commands_to_breakpoint): Likewise. (clone_agent_expr): Likewise. (clone_one_breakpoint): Likewise. * regcache.c (new_register_cache): Likewise. * remote-utils.c (look_up_one_symbol): Likewise. * server.c (queue_stop_reply): Likewise. (start_inferior): Likewise. (queue_stop_reply_callback): Likewise. (handle_target_event): Likewise. * spu-low.c (fetch_ppc_memory): Likewise. (store_ppc_memory): Likewise. * target.c (set_target_ops): Likewise. * thread-db.c (thread_db_load_search): Likewise. (try_thread_db_load_1): Likewise. * tracepoint.c (add_tracepoint): Likewise. (add_tracepoint_action): Likewise. (create_trace_state_variable): Likewise. (cmd_qtdpsrc): Likewise. (cmd_qtro): Likewise. (add_while_stepping_state): Likewise. * win32-low.c (child_add_thread): Likewise. (get_image_name): Likewise.
1023 lines
27 KiB
C
1023 lines
27 KiB
C
/* Thread management interface, for the remote server for GDB.
|
|
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
|
|
|
Contributed by MontaVista Software.
|
|
|
|
This file is part of GDB.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
#include "server.h"
|
|
|
|
#include "linux-low.h"
|
|
|
|
extern int debug_threads;
|
|
|
|
static int thread_db_use_events;
|
|
|
|
#include "gdb_proc_service.h"
|
|
#include "nat/gdb_thread_db.h"
|
|
#include "gdb_vecs.h"
|
|
#include "nat/linux-procfs.h"
|
|
|
|
#ifndef USE_LIBTHREAD_DB_DIRECTLY
|
|
#include <dlfcn.h>
|
|
#endif
|
|
#include <limits.h>
|
|
#include <ctype.h>
|
|
|
|
struct thread_db
|
|
{
|
|
/* Structure that identifies the child process for the
|
|
<proc_service.h> interface. */
|
|
struct ps_prochandle proc_handle;
|
|
|
|
/* Connection to the libthread_db library. */
|
|
td_thragent_t *thread_agent;
|
|
|
|
/* If this flag has been set, we've already asked GDB for all
|
|
symbols we might need; assume symbol cache misses are
|
|
failures. */
|
|
int all_symbols_looked_up;
|
|
|
|
#ifndef USE_LIBTHREAD_DB_DIRECTLY
|
|
/* Handle of the libthread_db from dlopen. */
|
|
void *handle;
|
|
#endif
|
|
|
|
/* Thread creation event breakpoint. The code at this location in
|
|
the child process will be called by the pthread library whenever
|
|
a new thread is created. By setting a special breakpoint at this
|
|
location, GDB can detect when a new thread is created. We obtain
|
|
this location via the td_ta_event_addr call. Note that if the
|
|
running kernel supports tracing clones, then we don't need to use
|
|
(and in fact don't use) this magic thread event breakpoint to
|
|
learn about threads. */
|
|
struct breakpoint *td_create_bp;
|
|
|
|
/* Addresses of libthread_db functions. */
|
|
td_ta_new_ftype *td_ta_new_p;
|
|
td_ta_event_getmsg_ftype * td_ta_event_getmsg_p;
|
|
td_ta_set_event_ftype *td_ta_set_event_p;
|
|
td_ta_event_addr_ftype *td_ta_event_addr_p;
|
|
td_ta_map_lwp2thr_ftype *td_ta_map_lwp2thr_p;
|
|
td_thr_get_info_ftype *td_thr_get_info_p;
|
|
td_thr_event_enable_ftype *td_thr_event_enable_p;
|
|
td_ta_thr_iter_ftype *td_ta_thr_iter_p;
|
|
td_thr_tls_get_addr_ftype *td_thr_tls_get_addr_p;
|
|
td_thr_tlsbase_ftype *td_thr_tlsbase_p;
|
|
td_symbol_list_ftype *td_symbol_list_p;
|
|
};
|
|
|
|
static char *libthread_db_search_path;
|
|
|
|
static int find_one_thread (ptid_t);
|
|
static int find_new_threads_callback (const td_thrhandle_t *th_p, void *data);
|
|
|
|
static const char *
|
|
thread_db_err_str (td_err_e err)
|
|
{
|
|
static char buf[64];
|
|
|
|
switch (err)
|
|
{
|
|
case TD_OK:
|
|
return "generic 'call succeeded'";
|
|
case TD_ERR:
|
|
return "generic error";
|
|
case TD_NOTHR:
|
|
return "no thread to satisfy query";
|
|
case TD_NOSV:
|
|
return "no sync handle to satisfy query";
|
|
case TD_NOLWP:
|
|
return "no LWP to satisfy query";
|
|
case TD_BADPH:
|
|
return "invalid process handle";
|
|
case TD_BADTH:
|
|
return "invalid thread handle";
|
|
case TD_BADSH:
|
|
return "invalid synchronization handle";
|
|
case TD_BADTA:
|
|
return "invalid thread agent";
|
|
case TD_BADKEY:
|
|
return "invalid key";
|
|
case TD_NOMSG:
|
|
return "no event message for getmsg";
|
|
case TD_NOFPREGS:
|
|
return "FPU register set not available";
|
|
case TD_NOLIBTHREAD:
|
|
return "application not linked with libthread";
|
|
case TD_NOEVENT:
|
|
return "requested event is not supported";
|
|
case TD_NOCAPAB:
|
|
return "capability not available";
|
|
case TD_DBERR:
|
|
return "debugger service failed";
|
|
case TD_NOAPLIC:
|
|
return "operation not applicable to";
|
|
case TD_NOTSD:
|
|
return "no thread-specific data for this thread";
|
|
case TD_MALLOC:
|
|
return "malloc failed";
|
|
case TD_PARTIALREG:
|
|
return "only part of register set was written/read";
|
|
case TD_NOXREGS:
|
|
return "X register set not available for this thread";
|
|
#ifdef HAVE_TD_VERSION
|
|
case TD_VERSION:
|
|
return "version mismatch between libthread_db and libpthread";
|
|
#endif
|
|
default:
|
|
xsnprintf (buf, sizeof (buf), "unknown thread_db error '%d'", err);
|
|
return buf;
|
|
}
|
|
}
|
|
|
|
#if 0
|
|
static char *
|
|
thread_db_state_str (td_thr_state_e state)
|
|
{
|
|
static char buf[64];
|
|
|
|
switch (state)
|
|
{
|
|
case TD_THR_STOPPED:
|
|
return "stopped by debugger";
|
|
case TD_THR_RUN:
|
|
return "runnable";
|
|
case TD_THR_ACTIVE:
|
|
return "active";
|
|
case TD_THR_ZOMBIE:
|
|
return "zombie";
|
|
case TD_THR_SLEEP:
|
|
return "sleeping";
|
|
case TD_THR_STOPPED_ASLEEP:
|
|
return "stopped by debugger AND blocked";
|
|
default:
|
|
xsnprintf (buf, sizeof (buf), "unknown thread_db state %d", state);
|
|
return buf;
|
|
}
|
|
}
|
|
#endif
|
|
|
|
static int
|
|
thread_db_create_event (CORE_ADDR where)
|
|
{
|
|
td_event_msg_t msg;
|
|
td_err_e err;
|
|
struct lwp_info *lwp;
|
|
struct thread_db *thread_db = current_process ()->priv->thread_db;
|
|
|
|
gdb_assert (thread_db->td_ta_event_getmsg_p != NULL);
|
|
|
|
if (debug_threads)
|
|
debug_printf ("Thread creation event.\n");
|
|
|
|
/* FIXME: This assumes we don't get another event.
|
|
In the LinuxThreads implementation, this is safe,
|
|
because all events come from the manager thread
|
|
(except for its own creation, of course). */
|
|
err = thread_db->td_ta_event_getmsg_p (thread_db->thread_agent, &msg);
|
|
if (err != TD_OK)
|
|
fprintf (stderr, "thread getmsg err: %s\n",
|
|
thread_db_err_str (err));
|
|
|
|
/* If we do not know about the main thread yet, this would be a good time to
|
|
find it. We need to do this to pick up the main thread before any newly
|
|
created threads. */
|
|
lwp = get_thread_lwp (current_thread);
|
|
if (lwp->thread_known == 0)
|
|
find_one_thread (current_thread->entry.id);
|
|
|
|
/* msg.event == TD_EVENT_CREATE */
|
|
|
|
find_new_threads_callback (msg.th_p, NULL);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int
|
|
thread_db_enable_reporting (void)
|
|
{
|
|
td_thr_events_t events;
|
|
td_notify_t notify;
|
|
td_err_e err;
|
|
struct thread_db *thread_db = current_process ()->priv->thread_db;
|
|
|
|
if (thread_db->td_ta_set_event_p == NULL
|
|
|| thread_db->td_ta_event_addr_p == NULL
|
|
|| thread_db->td_ta_event_getmsg_p == NULL)
|
|
/* This libthread_db is missing required support. */
|
|
return 0;
|
|
|
|
/* Set the process wide mask saying which events we're interested in. */
|
|
td_event_emptyset (&events);
|
|
td_event_addset (&events, TD_CREATE);
|
|
|
|
err = thread_db->td_ta_set_event_p (thread_db->thread_agent, &events);
|
|
if (err != TD_OK)
|
|
{
|
|
warning ("Unable to set global thread event mask: %s",
|
|
thread_db_err_str (err));
|
|
return 0;
|
|
}
|
|
|
|
/* Get address for thread creation breakpoint. */
|
|
err = thread_db->td_ta_event_addr_p (thread_db->thread_agent, TD_CREATE,
|
|
¬ify);
|
|
if (err != TD_OK)
|
|
{
|
|
warning ("Unable to get location for thread creation breakpoint: %s",
|
|
thread_db_err_str (err));
|
|
return 0;
|
|
}
|
|
thread_db->td_create_bp
|
|
= set_breakpoint_at ((CORE_ADDR) (unsigned long) notify.u.bptaddr,
|
|
thread_db_create_event);
|
|
|
|
return 1;
|
|
}
|
|
|
|
static int
|
|
find_one_thread (ptid_t ptid)
|
|
{
|
|
td_thrhandle_t th;
|
|
td_thrinfo_t ti;
|
|
td_err_e err;
|
|
struct thread_info *inferior;
|
|
struct lwp_info *lwp;
|
|
struct thread_db *thread_db = current_process ()->priv->thread_db;
|
|
int lwpid = ptid_get_lwp (ptid);
|
|
|
|
inferior = (struct thread_info *) find_inferior_id (&all_threads, ptid);
|
|
lwp = get_thread_lwp (inferior);
|
|
if (lwp->thread_known)
|
|
return 1;
|
|
|
|
/* Get information about this thread. */
|
|
err = thread_db->td_ta_map_lwp2thr_p (thread_db->thread_agent, lwpid, &th);
|
|
if (err != TD_OK)
|
|
error ("Cannot get thread handle for LWP %d: %s",
|
|
lwpid, thread_db_err_str (err));
|
|
|
|
err = thread_db->td_thr_get_info_p (&th, &ti);
|
|
if (err != TD_OK)
|
|
error ("Cannot get thread info for LWP %d: %s",
|
|
lwpid, thread_db_err_str (err));
|
|
|
|
if (debug_threads)
|
|
debug_printf ("Found thread %ld (LWP %d)\n",
|
|
ti.ti_tid, ti.ti_lid);
|
|
|
|
if (lwpid != ti.ti_lid)
|
|
{
|
|
warning ("PID mismatch! Expected %ld, got %ld",
|
|
(long) lwpid, (long) ti.ti_lid);
|
|
return 0;
|
|
}
|
|
|
|
if (thread_db_use_events)
|
|
{
|
|
err = thread_db->td_thr_event_enable_p (&th, 1);
|
|
if (err != TD_OK)
|
|
error ("Cannot enable thread event reporting for %d: %s",
|
|
ti.ti_lid, thread_db_err_str (err));
|
|
}
|
|
|
|
/* If the new thread ID is zero, a final thread ID will be available
|
|
later. Do not enable thread debugging yet. */
|
|
if (ti.ti_tid == 0)
|
|
return 0;
|
|
|
|
lwp->thread_known = 1;
|
|
lwp->th = th;
|
|
|
|
return 1;
|
|
}
|
|
|
|
/* Attach a thread. Return true on success. */
|
|
|
|
static int
|
|
attach_thread (const td_thrhandle_t *th_p, td_thrinfo_t *ti_p)
|
|
{
|
|
struct process_info *proc = current_process ();
|
|
int pid = pid_of (proc);
|
|
ptid_t ptid = ptid_build (pid, ti_p->ti_lid, 0);
|
|
struct lwp_info *lwp;
|
|
int err;
|
|
|
|
if (debug_threads)
|
|
debug_printf ("Attaching to thread %ld (LWP %d)\n",
|
|
ti_p->ti_tid, ti_p->ti_lid);
|
|
err = linux_attach_lwp (ptid);
|
|
if (err != 0)
|
|
{
|
|
warning ("Could not attach to thread %ld (LWP %d): %s\n",
|
|
ti_p->ti_tid, ti_p->ti_lid,
|
|
linux_ptrace_attach_fail_reason_string (ptid, err));
|
|
return 0;
|
|
}
|
|
|
|
lwp = find_lwp_pid (ptid);
|
|
gdb_assert (lwp != NULL);
|
|
lwp->thread_known = 1;
|
|
lwp->th = *th_p;
|
|
|
|
if (thread_db_use_events)
|
|
{
|
|
td_err_e err;
|
|
struct thread_db *thread_db = proc->priv->thread_db;
|
|
|
|
err = thread_db->td_thr_event_enable_p (th_p, 1);
|
|
if (err != TD_OK)
|
|
error ("Cannot enable thread event reporting for %d: %s",
|
|
ti_p->ti_lid, thread_db_err_str (err));
|
|
}
|
|
|
|
return 1;
|
|
}
|
|
|
|
/* Attach thread if we haven't seen it yet.
|
|
Increment *COUNTER if we have attached a new thread.
|
|
Return false on failure. */
|
|
|
|
static int
|
|
maybe_attach_thread (const td_thrhandle_t *th_p, td_thrinfo_t *ti_p,
|
|
int *counter)
|
|
{
|
|
struct lwp_info *lwp;
|
|
|
|
lwp = find_lwp_pid (pid_to_ptid (ti_p->ti_lid));
|
|
if (lwp != NULL)
|
|
return 1;
|
|
|
|
if (!attach_thread (th_p, ti_p))
|
|
return 0;
|
|
|
|
if (counter != NULL)
|
|
*counter += 1;
|
|
|
|
return 1;
|
|
}
|
|
|
|
static int
|
|
find_new_threads_callback (const td_thrhandle_t *th_p, void *data)
|
|
{
|
|
td_thrinfo_t ti;
|
|
td_err_e err;
|
|
struct thread_db *thread_db = current_process ()->priv->thread_db;
|
|
|
|
err = thread_db->td_thr_get_info_p (th_p, &ti);
|
|
if (err != TD_OK)
|
|
error ("Cannot get thread info: %s", thread_db_err_str (err));
|
|
|
|
if (ti.ti_lid == -1)
|
|
{
|
|
/* A thread with kernel thread ID -1 is either a thread that
|
|
exited and was joined, or a thread that is being created but
|
|
hasn't started yet, and that is reusing the tcb/stack of a
|
|
thread that previously exited and was joined. (glibc marks
|
|
terminated and joined threads with kernel thread ID -1. See
|
|
glibc PR17707. */
|
|
if (debug_threads)
|
|
debug_printf ("thread_db: skipping exited and "
|
|
"joined thread (0x%lx)\n", ti.ti_tid);
|
|
return 0;
|
|
}
|
|
|
|
/* Check for zombies. */
|
|
if (ti.ti_state == TD_THR_UNKNOWN || ti.ti_state == TD_THR_ZOMBIE)
|
|
return 0;
|
|
|
|
if (!maybe_attach_thread (th_p, &ti, (int *) data))
|
|
{
|
|
/* Terminate iteration early: we might be looking at stale data in
|
|
the inferior. The thread_db_find_new_threads will retry. */
|
|
return 1;
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void
|
|
thread_db_find_new_threads (void)
|
|
{
|
|
td_err_e err;
|
|
ptid_t ptid = current_ptid;
|
|
struct thread_db *thread_db = current_process ()->priv->thread_db;
|
|
int loop, iteration;
|
|
|
|
/* This function is only called when we first initialize thread_db.
|
|
First locate the initial thread. If it is not ready for
|
|
debugging yet, then stop. */
|
|
if (find_one_thread (ptid) == 0)
|
|
return;
|
|
|
|
/* Require 4 successive iterations which do not find any new threads.
|
|
The 4 is a heuristic: there is an inherent race here, and I have
|
|
seen that 2 iterations in a row are not always sufficient to
|
|
"capture" all threads. */
|
|
for (loop = 0, iteration = 0; loop < 4; ++loop, ++iteration)
|
|
{
|
|
int new_thread_count = 0;
|
|
|
|
/* Iterate over all user-space threads to discover new threads. */
|
|
err = thread_db->td_ta_thr_iter_p (thread_db->thread_agent,
|
|
find_new_threads_callback,
|
|
&new_thread_count,
|
|
TD_THR_ANY_STATE,
|
|
TD_THR_LOWEST_PRIORITY,
|
|
TD_SIGNO_MASK, TD_THR_ANY_USER_FLAGS);
|
|
if (debug_threads)
|
|
debug_printf ("Found %d threads in iteration %d.\n",
|
|
new_thread_count, iteration);
|
|
|
|
if (new_thread_count != 0)
|
|
{
|
|
/* Found new threads. Restart iteration from beginning. */
|
|
loop = -1;
|
|
}
|
|
}
|
|
if (err != TD_OK)
|
|
error ("Cannot find new threads: %s", thread_db_err_str (err));
|
|
}
|
|
|
|
/* Cache all future symbols that thread_db might request. We can not
|
|
request symbols at arbitrary states in the remote protocol, only
|
|
when the client tells us that new symbols are available. So when
|
|
we load the thread library, make sure to check the entire list. */
|
|
|
|
static void
|
|
thread_db_look_up_symbols (void)
|
|
{
|
|
struct thread_db *thread_db = current_process ()->priv->thread_db;
|
|
const char **sym_list;
|
|
CORE_ADDR unused;
|
|
|
|
for (sym_list = thread_db->td_symbol_list_p (); *sym_list; sym_list++)
|
|
look_up_one_symbol (*sym_list, &unused, 1);
|
|
|
|
/* We're not interested in any other libraries loaded after this
|
|
point, only in symbols in libpthread.so. */
|
|
thread_db->all_symbols_looked_up = 1;
|
|
}
|
|
|
|
int
|
|
thread_db_look_up_one_symbol (const char *name, CORE_ADDR *addrp)
|
|
{
|
|
struct thread_db *thread_db = current_process ()->priv->thread_db;
|
|
int may_ask_gdb = !thread_db->all_symbols_looked_up;
|
|
|
|
/* If we've passed the call to thread_db_look_up_symbols, then
|
|
anything not in the cache must not exist; we're not interested
|
|
in any libraries loaded after that point, only in symbols in
|
|
libpthread.so. It might not be an appropriate time to look
|
|
up a symbol, e.g. while we're trying to fetch registers. */
|
|
return look_up_one_symbol (name, addrp, may_ask_gdb);
|
|
}
|
|
|
|
int
|
|
thread_db_get_tls_address (struct thread_info *thread, CORE_ADDR offset,
|
|
CORE_ADDR load_module, CORE_ADDR *address)
|
|
{
|
|
psaddr_t addr;
|
|
td_err_e err;
|
|
struct lwp_info *lwp;
|
|
struct thread_info *saved_thread;
|
|
struct process_info *proc;
|
|
struct thread_db *thread_db;
|
|
|
|
proc = get_thread_process (thread);
|
|
thread_db = proc->priv->thread_db;
|
|
|
|
/* If the thread layer is not (yet) initialized, fail. */
|
|
if (thread_db == NULL || !thread_db->all_symbols_looked_up)
|
|
return TD_ERR;
|
|
|
|
/* If td_thr_tls_get_addr is missing rather do not expect td_thr_tlsbase
|
|
could work. */
|
|
if (thread_db->td_thr_tls_get_addr_p == NULL
|
|
|| (load_module == 0 && thread_db->td_thr_tlsbase_p == NULL))
|
|
return -1;
|
|
|
|
lwp = get_thread_lwp (thread);
|
|
if (!lwp->thread_known)
|
|
find_one_thread (thread->entry.id);
|
|
if (!lwp->thread_known)
|
|
return TD_NOTHR;
|
|
|
|
saved_thread = current_thread;
|
|
current_thread = thread;
|
|
|
|
if (load_module != 0)
|
|
{
|
|
/* Note the cast through uintptr_t: this interface only works if
|
|
a target address fits in a psaddr_t, which is a host pointer.
|
|
So a 32-bit debugger can not access 64-bit TLS through this. */
|
|
err = thread_db->td_thr_tls_get_addr_p (&lwp->th,
|
|
(psaddr_t) (uintptr_t) load_module,
|
|
offset, &addr);
|
|
}
|
|
else
|
|
{
|
|
/* This code path handles the case of -static -pthread executables:
|
|
https://sourceware.org/ml/libc-help/2014-03/msg00024.html
|
|
For older GNU libc r_debug.r_map is NULL. For GNU libc after
|
|
PR libc/16831 due to GDB PR threads/16954 LOAD_MODULE is also NULL.
|
|
The constant number 1 depends on GNU __libc_setup_tls
|
|
initialization of l_tls_modid to 1. */
|
|
err = thread_db->td_thr_tlsbase_p (&lwp->th, 1, &addr);
|
|
addr = (char *) addr + offset;
|
|
}
|
|
|
|
current_thread = saved_thread;
|
|
if (err == TD_OK)
|
|
{
|
|
*address = (CORE_ADDR) (uintptr_t) addr;
|
|
return 0;
|
|
}
|
|
else
|
|
return err;
|
|
}
|
|
|
|
#ifdef USE_LIBTHREAD_DB_DIRECTLY
|
|
|
|
static int
|
|
thread_db_load_search (void)
|
|
{
|
|
td_err_e err;
|
|
struct thread_db *tdb;
|
|
struct process_info *proc = current_process ();
|
|
|
|
gdb_assert (proc->priv->thread_db == NULL);
|
|
|
|
tdb = XCNEW (struct thread_db);
|
|
proc->priv->thread_db = tdb;
|
|
|
|
tdb->td_ta_new_p = &td_ta_new;
|
|
|
|
/* Attempt to open a connection to the thread library. */
|
|
err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
|
|
if (err != TD_OK)
|
|
{
|
|
if (debug_threads)
|
|
debug_printf ("td_ta_new(): %s\n", thread_db_err_str (err));
|
|
free (tdb);
|
|
proc->priv->thread_db = NULL;
|
|
return 0;
|
|
}
|
|
|
|
tdb->td_ta_map_lwp2thr_p = &td_ta_map_lwp2thr;
|
|
tdb->td_thr_get_info_p = &td_thr_get_info;
|
|
tdb->td_ta_thr_iter_p = &td_ta_thr_iter;
|
|
tdb->td_symbol_list_p = &td_symbol_list;
|
|
|
|
/* This is required only when thread_db_use_events is on. */
|
|
tdb->td_thr_event_enable_p = &td_thr_event_enable;
|
|
|
|
/* These are not essential. */
|
|
tdb->td_ta_event_addr_p = &td_ta_event_addr;
|
|
tdb->td_ta_set_event_p = &td_ta_set_event;
|
|
tdb->td_ta_event_getmsg_p = &td_ta_event_getmsg;
|
|
tdb->td_thr_tls_get_addr_p = &td_thr_tls_get_addr;
|
|
tdb->td_thr_tlsbase_p = &td_thr_tlsbase;
|
|
|
|
return 1;
|
|
}
|
|
|
|
#else
|
|
|
|
static int
|
|
try_thread_db_load_1 (void *handle)
|
|
{
|
|
td_err_e err;
|
|
struct thread_db *tdb;
|
|
struct process_info *proc = current_process ();
|
|
|
|
gdb_assert (proc->priv->thread_db == NULL);
|
|
|
|
tdb = XCNEW (struct thread_db);
|
|
proc->priv->thread_db = tdb;
|
|
|
|
tdb->handle = handle;
|
|
|
|
/* Initialize pointers to the dynamic library functions we will use.
|
|
Essential functions first. */
|
|
|
|
#define CHK(required, a) \
|
|
do \
|
|
{ \
|
|
if ((a) == NULL) \
|
|
{ \
|
|
if (debug_threads) \
|
|
debug_printf ("dlsym: %s\n", dlerror ()); \
|
|
if (required) \
|
|
{ \
|
|
free (tdb); \
|
|
proc->priv->thread_db = NULL; \
|
|
return 0; \
|
|
} \
|
|
} \
|
|
} \
|
|
while (0)
|
|
|
|
#define TDB_DLSYM(tdb, func) \
|
|
tdb->func ## _p = (func ## _ftype *) dlsym (tdb->handle, #func)
|
|
|
|
CHK (1, TDB_DLSYM (tdb, td_ta_new));
|
|
|
|
/* Attempt to open a connection to the thread library. */
|
|
err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
|
|
if (err != TD_OK)
|
|
{
|
|
if (debug_threads)
|
|
debug_printf ("td_ta_new(): %s\n", thread_db_err_str (err));
|
|
free (tdb);
|
|
proc->priv->thread_db = NULL;
|
|
return 0;
|
|
}
|
|
|
|
CHK (1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
|
|
CHK (1, TDB_DLSYM (tdb, td_thr_get_info));
|
|
CHK (1, TDB_DLSYM (tdb, td_ta_thr_iter));
|
|
CHK (1, TDB_DLSYM (tdb, td_symbol_list));
|
|
|
|
/* This is required only when thread_db_use_events is on. */
|
|
CHK (thread_db_use_events, TDB_DLSYM (tdb, td_thr_event_enable));
|
|
|
|
/* These are not essential. */
|
|
CHK (0, TDB_DLSYM (tdb, td_ta_event_addr));
|
|
CHK (0, TDB_DLSYM (tdb, td_ta_set_event));
|
|
CHK (0, TDB_DLSYM (tdb, td_ta_event_getmsg));
|
|
CHK (0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
|
|
CHK (0, TDB_DLSYM (tdb, td_thr_tlsbase));
|
|
|
|
#undef CHK
|
|
#undef TDB_DLSYM
|
|
|
|
return 1;
|
|
}
|
|
|
|
#ifdef HAVE_DLADDR
|
|
|
|
/* Lookup a library in which given symbol resides.
|
|
Note: this is looking in the GDBSERVER process, not in the inferior.
|
|
Returns library name, or NULL. */
|
|
|
|
static const char *
|
|
dladdr_to_soname (const void *addr)
|
|
{
|
|
Dl_info info;
|
|
|
|
if (dladdr (addr, &info) != 0)
|
|
return info.dli_fname;
|
|
return NULL;
|
|
}
|
|
|
|
#endif
|
|
|
|
static int
|
|
try_thread_db_load (const char *library)
|
|
{
|
|
void *handle;
|
|
|
|
if (debug_threads)
|
|
debug_printf ("Trying host libthread_db library: %s.\n",
|
|
library);
|
|
handle = dlopen (library, RTLD_NOW);
|
|
if (handle == NULL)
|
|
{
|
|
if (debug_threads)
|
|
debug_printf ("dlopen failed: %s.\n", dlerror ());
|
|
return 0;
|
|
}
|
|
|
|
#ifdef HAVE_DLADDR
|
|
if (debug_threads && strchr (library, '/') == NULL)
|
|
{
|
|
void *td_init;
|
|
|
|
td_init = dlsym (handle, "td_init");
|
|
if (td_init != NULL)
|
|
{
|
|
const char *const libpath = dladdr_to_soname (td_init);
|
|
|
|
if (libpath != NULL)
|
|
fprintf (stderr, "Host %s resolved to: %s.\n",
|
|
library, libpath);
|
|
}
|
|
}
|
|
#endif
|
|
|
|
if (try_thread_db_load_1 (handle))
|
|
return 1;
|
|
|
|
/* This library "refused" to work on current inferior. */
|
|
dlclose (handle);
|
|
return 0;
|
|
}
|
|
|
|
/* Handle $sdir in libthread-db-search-path.
|
|
Look for libthread_db in the system dirs, or wherever a plain
|
|
dlopen(file_without_path) will look.
|
|
The result is true for success. */
|
|
|
|
static int
|
|
try_thread_db_load_from_sdir (void)
|
|
{
|
|
return try_thread_db_load (LIBTHREAD_DB_SO);
|
|
}
|
|
|
|
/* Try to load libthread_db from directory DIR of length DIR_LEN.
|
|
The result is true for success. */
|
|
|
|
static int
|
|
try_thread_db_load_from_dir (const char *dir, size_t dir_len)
|
|
{
|
|
char path[PATH_MAX];
|
|
|
|
if (dir_len + 1 + strlen (LIBTHREAD_DB_SO) + 1 > sizeof (path))
|
|
{
|
|
char *cp = xmalloc (dir_len + 1);
|
|
|
|
memcpy (cp, dir, dir_len);
|
|
cp[dir_len] = '\0';
|
|
warning (_("libthread-db-search-path component too long,"
|
|
" ignored: %s."), cp);
|
|
free (cp);
|
|
return 0;
|
|
}
|
|
|
|
memcpy (path, dir, dir_len);
|
|
path[dir_len] = '/';
|
|
strcpy (path + dir_len + 1, LIBTHREAD_DB_SO);
|
|
return try_thread_db_load (path);
|
|
}
|
|
|
|
/* Search libthread_db_search_path for libthread_db which "agrees"
|
|
to work on current inferior.
|
|
The result is true for success. */
|
|
|
|
static int
|
|
thread_db_load_search (void)
|
|
{
|
|
VEC (char_ptr) *dir_vec;
|
|
char *this_dir;
|
|
int i, rc = 0;
|
|
|
|
if (libthread_db_search_path == NULL)
|
|
libthread_db_search_path = xstrdup (LIBTHREAD_DB_SEARCH_PATH);
|
|
|
|
dir_vec = dirnames_to_char_ptr_vec (libthread_db_search_path);
|
|
|
|
for (i = 0; VEC_iterate (char_ptr, dir_vec, i, this_dir); ++i)
|
|
{
|
|
const int pdir_len = sizeof ("$pdir") - 1;
|
|
size_t this_dir_len;
|
|
|
|
this_dir_len = strlen (this_dir);
|
|
|
|
if (strncmp (this_dir, "$pdir", pdir_len) == 0
|
|
&& (this_dir[pdir_len] == '\0'
|
|
|| this_dir[pdir_len] == '/'))
|
|
{
|
|
/* We don't maintain a list of loaded libraries so we don't know
|
|
where libpthread lives. We *could* fetch the info, but we don't
|
|
do that yet. Ignore it. */
|
|
}
|
|
else if (strcmp (this_dir, "$sdir") == 0)
|
|
{
|
|
if (try_thread_db_load_from_sdir ())
|
|
{
|
|
rc = 1;
|
|
break;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (try_thread_db_load_from_dir (this_dir, this_dir_len))
|
|
{
|
|
rc = 1;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
free_char_ptr_vec (dir_vec);
|
|
if (debug_threads)
|
|
debug_printf ("thread_db_load_search returning %d\n", rc);
|
|
return rc;
|
|
}
|
|
|
|
#endif /* USE_LIBTHREAD_DB_DIRECTLY */
|
|
|
|
int
|
|
thread_db_init (int use_events)
|
|
{
|
|
struct process_info *proc = current_process ();
|
|
|
|
/* FIXME drow/2004-10-16: This is the "overall process ID", which
|
|
GNU/Linux calls tgid, "thread group ID". When we support
|
|
attaching to threads, the original thread may not be the correct
|
|
thread. We would have to get the process ID from /proc for NPTL.
|
|
For LinuxThreads we could do something similar: follow the chain
|
|
of parent processes until we find the highest one we're attached
|
|
to, and use its tgid.
|
|
|
|
This isn't the only place in gdbserver that assumes that the first
|
|
process in the list is the thread group leader. */
|
|
|
|
thread_db_use_events = use_events;
|
|
|
|
if (thread_db_load_search ())
|
|
{
|
|
if (use_events && thread_db_enable_reporting () == 0)
|
|
{
|
|
/* Keep trying; maybe event reporting will work later. */
|
|
thread_db_mourn (proc);
|
|
return 0;
|
|
}
|
|
|
|
/* It's best to avoid td_ta_thr_iter if possible. That walks
|
|
data structures in the inferior's address space that may be
|
|
corrupted, or, if the target is running, the list may change
|
|
while we walk it. In the latter case, it's possible that a
|
|
thread exits just at the exact time that causes GDBserver to
|
|
get stuck in an infinite loop. If the kernel supports clone
|
|
events, and /proc/PID/task/ exits, then we already know about
|
|
all threads in the process. When we need info out of
|
|
thread_db on a given thread (e.g., for TLS), we'll use
|
|
find_one_thread then. That uses thread_db entry points that
|
|
do not walk libpthread's thread list, so should be safe, as
|
|
well as more efficient. */
|
|
if (use_events
|
|
|| !linux_proc_task_list_dir_exists (pid_of (proc)))
|
|
thread_db_find_new_threads ();
|
|
thread_db_look_up_symbols ();
|
|
return 1;
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int
|
|
any_thread_of (struct inferior_list_entry *entry, void *args)
|
|
{
|
|
int *pid_p = args;
|
|
|
|
if (ptid_get_pid (entry->id) == *pid_p)
|
|
return 1;
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void
|
|
switch_to_process (struct process_info *proc)
|
|
{
|
|
int pid = pid_of (proc);
|
|
|
|
current_thread =
|
|
(struct thread_info *) find_inferior (&all_threads,
|
|
any_thread_of, &pid);
|
|
}
|
|
|
|
/* Disconnect from libthread_db and free resources. */
|
|
|
|
static void
|
|
disable_thread_event_reporting (struct process_info *proc)
|
|
{
|
|
struct thread_db *thread_db = proc->priv->thread_db;
|
|
if (thread_db)
|
|
{
|
|
td_err_e (*td_ta_clear_event_p) (const td_thragent_t *ta,
|
|
td_thr_events_t *event);
|
|
|
|
#ifndef USE_LIBTHREAD_DB_DIRECTLY
|
|
td_ta_clear_event_p
|
|
= (td_ta_clear_event_ftype *) dlsym (thread_db->handle,
|
|
"td_ta_clear_event");
|
|
#else
|
|
td_ta_clear_event_p = &td_ta_clear_event;
|
|
#endif
|
|
|
|
if (td_ta_clear_event_p != NULL)
|
|
{
|
|
struct thread_info *saved_thread = current_thread;
|
|
td_thr_events_t events;
|
|
|
|
switch_to_process (proc);
|
|
|
|
/* Set the process wide mask saying we aren't interested
|
|
in any events anymore. */
|
|
td_event_fillset (&events);
|
|
(*td_ta_clear_event_p) (thread_db->thread_agent, &events);
|
|
|
|
current_thread = saved_thread;
|
|
}
|
|
}
|
|
}
|
|
|
|
static void
|
|
remove_thread_event_breakpoints (struct process_info *proc)
|
|
{
|
|
struct thread_db *thread_db = proc->priv->thread_db;
|
|
|
|
if (thread_db->td_create_bp != NULL)
|
|
{
|
|
struct thread_info *saved_thread = current_thread;
|
|
|
|
switch_to_process (proc);
|
|
|
|
delete_breakpoint (thread_db->td_create_bp);
|
|
thread_db->td_create_bp = NULL;
|
|
|
|
current_thread = saved_thread;
|
|
}
|
|
}
|
|
|
|
void
|
|
thread_db_detach (struct process_info *proc)
|
|
{
|
|
struct thread_db *thread_db = proc->priv->thread_db;
|
|
|
|
if (thread_db)
|
|
{
|
|
disable_thread_event_reporting (proc);
|
|
remove_thread_event_breakpoints (proc);
|
|
}
|
|
}
|
|
|
|
/* Disconnect from libthread_db and free resources. */
|
|
|
|
void
|
|
thread_db_mourn (struct process_info *proc)
|
|
{
|
|
struct thread_db *thread_db = proc->priv->thread_db;
|
|
if (thread_db)
|
|
{
|
|
td_ta_delete_ftype *td_ta_delete_p;
|
|
|
|
#ifndef USE_LIBTHREAD_DB_DIRECTLY
|
|
td_ta_delete_p = (td_ta_delete_ftype *) dlsym (thread_db->handle, "td_ta_delete");
|
|
#else
|
|
td_ta_delete_p = &td_ta_delete;
|
|
#endif
|
|
|
|
if (td_ta_delete_p != NULL)
|
|
(*td_ta_delete_p) (thread_db->thread_agent);
|
|
|
|
#ifndef USE_LIBTHREAD_DB_DIRECTLY
|
|
dlclose (thread_db->handle);
|
|
#endif /* USE_LIBTHREAD_DB_DIRECTLY */
|
|
|
|
free (thread_db);
|
|
proc->priv->thread_db = NULL;
|
|
}
|
|
}
|
|
|
|
/* Handle "set libthread-db-search-path" monitor command and return 1.
|
|
For any other command, return 0. */
|
|
|
|
int
|
|
thread_db_handle_monitor_command (char *mon)
|
|
{
|
|
const char *cmd = "set libthread-db-search-path";
|
|
size_t cmd_len = strlen (cmd);
|
|
|
|
if (strncmp (mon, cmd, cmd_len) == 0
|
|
&& (mon[cmd_len] == '\0'
|
|
|| mon[cmd_len] == ' '))
|
|
{
|
|
const char *cp = mon + cmd_len;
|
|
|
|
if (libthread_db_search_path != NULL)
|
|
free (libthread_db_search_path);
|
|
|
|
/* Skip leading space (if any). */
|
|
while (isspace (*cp))
|
|
++cp;
|
|
|
|
if (*cp == '\0')
|
|
cp = LIBTHREAD_DB_SEARCH_PATH;
|
|
libthread_db_search_path = xstrdup (cp);
|
|
|
|
monitor_output ("libthread-db-search-path set to `");
|
|
monitor_output (libthread_db_search_path);
|
|
monitor_output ("'\n");
|
|
return 1;
|
|
}
|
|
|
|
/* Tell server.c to perform default processing. */
|
|
return 0;
|
|
}
|