old-cross-binutils/gdb/obsd-tdep.c

300 lines
5.9 KiB
C
Raw Normal View History

/* Target-dependent code for OpenBSD.
Copyright (C) 2005-2014 Free Software Foundation, Inc.
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 "defs.h"
#include "frame.h"
#include "symtab.h"
#include "obsd-tdep.h"
CORE_ADDR
obsd_skip_solib_resolver (struct gdbarch *gdbarch, CORE_ADDR pc)
{
struct minimal_symbol *msym;
msym = lookup_minimal_symbol("_dl_bind", NULL, NULL);
change minsym representation In a later patch we're going to change the minimal symbol address calculation to apply section offsets at the point of use. To make it simpler to catch potential problem spots, this patch changes the representation of minimal symbols and introduces new minimal-symbol-specific variants of the various accessors. This is necessary because it would be excessively ambitious to try to convert all the symbol types at once. The core of this change is just renaming a field in minimal_symbol; the rest is just a fairly mechanical rewording. 2014-02-26 Tom Tromey <tromey@redhat.com> * symtab.h (struct minimal_symbol) <mginfo>: Rename from ginfo. (MSYMBOL_VALUE, MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES) (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE) (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME) (MSYMBOL_LINKAGE_NAME, MSYMBOL_PRINT_NAME, MSYMBOL_DEMANGLED_NAME) (MSYMBOL_SET_LANGUAGE, MSYMBOL_SEARCH_NAME) (MSYMBOL_MATCHES_SEARCH_NAME, MSYMBOL_SET_NAMES): New macros. * ada-lang.c (ada_main_name): Update. (ada_lookup_simple_minsym): Update. (ada_make_symbol_completion_list): Update. (ada_add_standard_exceptions): Update. * ada-tasks.c (read_atcb, ada_tasks_inferior_data_sniffer): Update. * aix-thread.c (pdc_symbol_addrs, pd_enable): Update. * amd64-windows-tdep.c (amd64_skip_main_prologue): Update. * arm-tdep.c (skip_prologue_function): Update. (arm_skip_stack_protector, arm_skip_stub): Update. * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update. (arm_wince_skip_main_prologue): Update. * auxv.c (ld_so_xfer_auxv): Update. * avr-tdep.c (avr_scan_prologue): Update. * ax-gdb.c (gen_var_ref): Update. * block.c (call_site_for_pc): Update. * blockframe.c (get_pc_function_start): Update. (find_pc_partial_function_gnu_ifunc): Update. * breakpoint.c (create_overlay_event_breakpoint): Update. (create_longjmp_master_breakpoint): Update. (create_std_terminate_master_breakpoint): Update. (create_exception_master_breakpoint): Update. (resolve_sal_pc): Update. * bsd-uthread.c (bsd_uthread_lookup_address): Update. * btrace.c (ftrace_print_function_name, ftrace_function_switched): Update. * c-valprint.c (c_val_print): Update. * coff-pe-read.c (add_pe_forwarded_sym): Update. * coffread.c (coff_symfile_read): Update. * common/agent.c (agent_look_up_symbols): Update. * dbxread.c (find_stab_function_addr): Update. (end_psymtab): Update. * dwarf2loc.c (call_site_to_target_addr): Update. (func_verify_no_selftailcall): Update. (tailcall_dump): Update. (call_site_find_chain_1): Update. (dwarf_expr_reg_to_entry_parameter): Update. * elfread.c (elf_gnu_ifunc_record_cache): Update. (elf_gnu_ifunc_resolve_by_got): Update. * f-valprint.c (info_common_command): Update. * findvar.c (read_var_value): Update. * frame.c (get_prev_frame_1): Update. (inside_main_func): Update. * frv-tdep.c (frv_skip_main_prologue): Update. (frv_frame_this_id): Update. * glibc-tdep.c (glibc_skip_solib_resolver): Update. * gnu-v2-abi.c (gnuv2_value_rtti_type): Update. * gnu-v3-abi.c (gnuv3_rtti_type): Update. (gnuv3_skip_trampoline): Update. * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline): Update. (hppa64_hpux_in_solib_call_trampoline): Update. (hppa_hpux_skip_trampoline_code): Update. (hppa64_hpux_search_dummy_call_sequence): Update. (hppa_hpux_find_import_stub_for_addr): Update. (hppa_hpux_find_dummy_bpaddr): Update. * hppa-tdep.c (hppa_symbol_address) (hppa_lookup_stub_minimal_symbol): Update. * i386-tdep.c (i386_skip_main_prologue): Update. (i386_pe_skip_trampoline_code): Update. * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update. * infcall.c (get_function_name): Update. * infcmd.c (until_next_command): Update. * jit.c (jit_breakpoint_re_set_internal): Update. (jit_inferior_init): Update. * linespec.c (minsym_found): Update. (add_minsym): Update. * linux-fork.c (info_checkpoints_command): Update. * linux-nat.c (get_signo): Update. * linux-thread-db.c (inferior_has_bug): Update. * m32c-tdep.c (m32c_return_value): Update. (m32c_m16c_address_to_pointer): Update. (m32c_m16c_pointer_to_address): Update. * m32r-tdep.c (m32r_frame_this_id): Update. * m68hc11-tdep.c (m68hc11_get_register_info): Update. * machoread.c (macho_resolve_oso_sym_with_minsym): Update. * maint.c (maintenance_translate_address): Update. * minsyms.c (add_minsym_to_hash_table): Update. (add_minsym_to_demangled_hash_table): Update. (msymbol_objfile): Update. (lookup_minimal_symbol): Update. (iterate_over_minimal_symbols): Update. (lookup_minimal_symbol_text): Update. (lookup_minimal_symbol_by_pc_name): Update. (lookup_minimal_symbol_solib_trampoline): Update. (lookup_minimal_symbol_by_pc_section_1): Update. (lookup_minimal_symbol_and_objfile): Update. (prim_record_minimal_symbol_full): Update. (compare_minimal_symbols): Update. (compact_minimal_symbols): Update. (build_minimal_symbol_hash_tables): Update. (install_minimal_symbols): Update. (terminate_minimal_symbol_table): Update. (find_solib_trampoline_target): Update. (minimal_symbol_upper_bound): Update. * mips-linux-tdep.c (mips_linux_skip_resolver): Update. * mips-tdep.c (mips_stub_frame_sniffer): Update. (mips_skip_pic_trampoline_code): Update. * msp430-tdep.c (msp430_skip_trampoline_code): Update. * objc-lang.c (selectors_info): Update. (classes_info): Update. (find_methods): Update. (find_imps): Update. (find_objc_msgsend): Update. * objfiles.c (objfile_relocate1): Update. * objfiles.h (ALL_OBJFILE_MSYMBOLS): Update. * obsd-tdep.c (obsd_skip_solib_resolver): Update. * p-valprint.c (pascal_val_print): Update. * parse.c (write_exp_msymbol): Update. * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code) (ppc_linux_spe_context_lookup, ppc_elfv2_skip_entrypoint): Update. * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update. * printcmd.c (build_address_symbolic): Update. (sym_info): Update. (address_info): Update. * proc-service.c (ps_pglobal_lookup): Update. * psymtab.c (find_pc_sect_psymtab_closer): Update. (find_pc_sect_psymtab): Update. * python/py-framefilter.c (py_print_frame): Update. * ravenscar-thread.c (get_running_thread_id): Update. * record-btrace.c (btrace_call_history, btrace_get_bfun_name): Update. * remote.c (remote_check_symbols): Update. * rs6000-tdep.c (rs6000_skip_main_prologue): Update. (rs6000_skip_trampoline_code): Update. * sh64-tdep.c (sh64_elf_make_msymbol_special): Update. * sol2-tdep.c (sol2_skip_solib_resolver): Update. * solib-dsbt.c (lm_base): Update. * solib-frv.c (lm_base): Update. (main_got): Update. * solib-irix.c (locate_base): Update. * solib-som.c (som_solib_create_inferior_hook): Update. (som_solib_desire_dynamic_linker_symbols): Update. (link_map_start): Update. * solib-spu.c (spu_enable_break): Update. (ocl_enable_break): Update. * solib-svr4.c (elf_locate_base): Update. (enable_break): Update. * spu-tdep.c (spu_get_overlay_table): Update. (spu_catch_start): Update. (flush_ea_cache): Update. * stabsread.c (define_symbol): Update. (scan_file_globals): Update. * stack.c (find_frame_funname): Update. (frame_info): Update. * symfile.c (simple_read_overlay_table): Update. (simple_overlay_update): Update. * symmisc.c (dump_msymbols): Update. * symtab.c (fixup_section): Update. (find_pc_sect_line): Update. (skip_prologue_sal): Update. (search_symbols): Update. (print_msymbol_info): Update. (rbreak_command): Update. (MCOMPLETION_LIST_ADD_SYMBOL): New macro. (completion_list_objc_symbol): Update. (default_make_symbol_completion_list_break_on): Update. * tracepoint.c (scope_info): Update. * tui/tui-disasm.c (tui_find_disassembly_address): Update. (tui_get_begin_asm_address): Update. * valops.c (find_function_in_inferior): Update. * value.c (value_static_field): Update. (value_fn_field): Update.
2013-08-15 14:43:43 +00:00
if (msym && MSYMBOL_VALUE_ADDRESS (msym) == pc)
return frame_unwind_caller_pc (get_current_frame ());
else
* gdbarch.sh (skip_trampoline_code): Add FRAME argument. * gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c (generic_skip_trampoline_code): Add FRAME argument. * arch-utils.h (generic_skip_trampoline_code): Likewise. * infrun.c (handle_inferior_event): Pass current frame to gdbarch_skip_trampoline_code and skip_language_trampoline. * language.c (unk_lang_trampoline): Add FRAME argument. (skip_language_trampoline): Add FRAME argument. Pass it to skip_trampoline callback. * language.h: Add forward declaration of struct frame_info. (struct language_defn): Add FRAME argument to skip_trampoline. (skip_language_trampoline): Add FRAME argument. * cp-abi.c (cplus_skip_trampoline): Add FRAME argument. Pass it to skip_trampoline callback. * cp-abi.h: Add forward declaration of struct frame_info. (cplus_skip_trampoline): Add FRAME argument. (struct cp_abi_ops): Add FRAME argument to skip_trampoline callback. * gnu-v3-abi.c (gnuv3_skip_trampoline): Add FRAME argument. Pass it to gdbarch_skip_trampoline_code. * objc-lang.c (objc_skip_trampoline): Add FRAME argument. Pass it to gdbarch_skip_trampoline_code. * minsyms.c (find_solib_trampoline_target): Add FRAME argument. * symtab.h (find_solib_trampoline_target): Likewise. * obsd-tdep.c (obsd_skip_solib_resolver): Pass current frame to find_solib_trampoline_target. * arm-tdep.c (arm_skip_stub): Add FRAME argument. Read registers from FRAME instead of calling read_register. * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Add FRAME argument. Read registers from FRAME instead of using read_register. * hppa-tdep.c (hppa_skip_trampoline_code): Likewise. * hppa-tdep.h (hppa_skip_trampoline_code): Add FRAME argument. * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Add FRAME argument. * m32c-tdep.c (m32c_skip_trampoline_code): Add FRAME argument. * mips-tdep.c (mips_skip_trampoline_code): Add FRAME argument. Read registers from FRAME instead of using read_signed_register. * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Add FRAME argument. (ppc64_standard_linkage_target): Likewise. Read registers from FRAME instead of using read_register. (ppc64_skip_trampoline_code): Add FRAME argument. Pass it to ppc64_standard_linkage_target. * rs6000-tdep.c (rs6000_skip_trampoline_code): Add FRAME argument. Pass it to find_solib_trampoline_target. Read registers from FRAME instead of using read_register. * xstormy16-tdep.c (xstormy16_skip_trampoline_code): Add FRAME argument.
2007-06-15 22:39:52 +00:00
return find_solib_trampoline_target (get_current_frame (), pc);
}
/* OpenBSD signal numbers. From <sys/signal.h>. */
enum
{
OBSD_SIGHUP = 1,
OBSD_SIGINT = 2,
OBSD_SIGQUIT = 3,
OBSD_SIGILL = 4,
OBSD_SIGTRAP = 5,
OBSD_SIGABRT = 6,
OBSD_SIGEMT = 7,
OBSD_SIGFPE = 8,
OBSD_SIGKILL = 9,
OBSD_SIGBUS = 10,
OBSD_SIGSEGV = 11,
OBSD_SIGSYS = 12,
OBSD_SIGPIPE = 13,
OBSD_SIGALRM = 14,
OBSD_SIGTERM = 15,
OBSD_SIGURG = 16,
OBSD_SIGSTOP = 17,
OBSD_SIGTSTP = 18,
OBSD_SIGCONT = 19,
OBSD_SIGCHLD = 20,
OBSD_SIGTTIN = 21,
OBSD_SIGTTOU = 22,
OBSD_SIGIO = 23,
OBSD_SIGXCPU = 24,
OBSD_SIGXFSZ = 25,
OBSD_SIGVTALRM = 26,
OBSD_SIGPROF = 27,
OBSD_SIGWINCH = 28,
OBSD_SIGINFO = 29,
OBSD_SIGUSR1 = 30,
OBSD_SIGUSR2 = 31,
OBSD_SIGTHR = 32,
};
/* Implement the "gdb_signal_from_target" gdbarch method. */
static enum gdb_signal
obsd_gdb_signal_from_target (struct gdbarch *gdbarch, int signal)
{
switch (signal)
{
case 0:
return GDB_SIGNAL_0;
case OBSD_SIGHUP:
return GDB_SIGNAL_HUP;
case OBSD_SIGINT:
return GDB_SIGNAL_INT;
case OBSD_SIGQUIT:
return GDB_SIGNAL_QUIT;
case OBSD_SIGILL:
return GDB_SIGNAL_ILL;
case OBSD_SIGTRAP:
return GDB_SIGNAL_TRAP;
case OBSD_SIGABRT:
return GDB_SIGNAL_ABRT;
case OBSD_SIGEMT:
return GDB_SIGNAL_EMT;
case OBSD_SIGFPE:
return GDB_SIGNAL_FPE;
case OBSD_SIGKILL:
return GDB_SIGNAL_KILL;
case OBSD_SIGBUS:
return GDB_SIGNAL_BUS;
case OBSD_SIGSEGV:
return GDB_SIGNAL_SEGV;
case OBSD_SIGSYS:
return GDB_SIGNAL_SYS;
case OBSD_SIGPIPE:
return GDB_SIGNAL_PIPE;
case OBSD_SIGALRM:
return GDB_SIGNAL_ALRM;
case OBSD_SIGTERM:
return GDB_SIGNAL_TERM;
case OBSD_SIGURG:
return GDB_SIGNAL_URG;
case OBSD_SIGSTOP:
return GDB_SIGNAL_STOP;
case OBSD_SIGTSTP:
return GDB_SIGNAL_TSTP;
case OBSD_SIGCONT:
return GDB_SIGNAL_CONT;
case OBSD_SIGCHLD:
return GDB_SIGNAL_CHLD;
case OBSD_SIGTTIN:
return GDB_SIGNAL_TTIN;
case OBSD_SIGTTOU:
return GDB_SIGNAL_TTOU;
case OBSD_SIGIO:
return GDB_SIGNAL_IO;
case OBSD_SIGXCPU:
return GDB_SIGNAL_XCPU;
case OBSD_SIGXFSZ:
return GDB_SIGNAL_XFSZ;
case OBSD_SIGVTALRM:
return GDB_SIGNAL_VTALRM;
case OBSD_SIGPROF:
return GDB_SIGNAL_PROF;
case OBSD_SIGWINCH:
return GDB_SIGNAL_WINCH;
case OBSD_SIGINFO:
return GDB_SIGNAL_INFO;
case OBSD_SIGUSR1:
return GDB_SIGNAL_USR1;
case OBSD_SIGUSR2:
return GDB_SIGNAL_USR2;
}
return GDB_SIGNAL_UNKNOWN;
}
/* Implement the "gdb_signal_to_target" gdbarch method. */
static int
obsd_gdb_signal_to_target (struct gdbarch *gdbarch,
enum gdb_signal signal)
{
switch (signal)
{
case GDB_SIGNAL_0:
return 0;
case GDB_SIGNAL_HUP:
return OBSD_SIGHUP;
case GDB_SIGNAL_INT:
return OBSD_SIGINT;
case GDB_SIGNAL_QUIT:
return OBSD_SIGQUIT;
case GDB_SIGNAL_ILL:
return OBSD_SIGILL;
case GDB_SIGNAL_TRAP:
return OBSD_SIGTRAP;
case GDB_SIGNAL_ABRT:
return OBSD_SIGABRT;
case GDB_SIGNAL_EMT:
return OBSD_SIGEMT;
case GDB_SIGNAL_FPE:
return OBSD_SIGFPE;
case GDB_SIGNAL_KILL:
return OBSD_SIGKILL;
case GDB_SIGNAL_BUS:
return OBSD_SIGBUS;
case GDB_SIGNAL_SEGV:
return OBSD_SIGSEGV;
case GDB_SIGNAL_SYS:
return OBSD_SIGSYS;
case GDB_SIGNAL_PIPE:
return OBSD_SIGPIPE;
case GDB_SIGNAL_ALRM:
return OBSD_SIGALRM;
case GDB_SIGNAL_TERM:
return OBSD_SIGTERM;
case GDB_SIGNAL_URG:
return OBSD_SIGURG;
case GDB_SIGNAL_STOP:
return OBSD_SIGSTOP;
case GDB_SIGNAL_TSTP:
return OBSD_SIGTSTP;
case GDB_SIGNAL_CONT:
return OBSD_SIGCONT;
case GDB_SIGNAL_CHLD:
return OBSD_SIGCHLD;
case GDB_SIGNAL_TTIN:
return OBSD_SIGTTIN;
case GDB_SIGNAL_TTOU:
return OBSD_SIGTTOU;
case GDB_SIGNAL_IO:
return OBSD_SIGIO;
case GDB_SIGNAL_XCPU:
return OBSD_SIGXCPU;
case GDB_SIGNAL_XFSZ:
return OBSD_SIGXFSZ;
case GDB_SIGNAL_VTALRM:
return OBSD_SIGVTALRM;
case GDB_SIGNAL_PROF:
return OBSD_SIGPROF;
case GDB_SIGNAL_WINCH:
return OBSD_SIGWINCH;
case GDB_SIGNAL_USR1:
return OBSD_SIGUSR1;
case GDB_SIGNAL_USR2:
return OBSD_SIGUSR2;
case GDB_SIGNAL_INFO:
return OBSD_SIGINFO;
}
return -1;
}
void
obsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
{
set_gdbarch_gdb_signal_from_target (gdbarch,
obsd_gdb_signal_from_target);
set_gdbarch_gdb_signal_to_target (gdbarch,
obsd_gdb_signal_to_target);
}