2002-07-27 01:05:07 +00:00
|
|
|
/* Shared library support for IRIX.
|
2007-01-09 17:59:20 +00:00
|
|
|
Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2004,
|
2009-01-03 05:58:08 +00:00
|
|
|
2007, 2008, 2009 Free Software Foundation, Inc.
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
This file was created using portions of irix5-nat.c originally
|
|
|
|
contributed to GDB by Ian Lance Taylor.
|
|
|
|
|
|
|
|
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
|
2007-08-23 18:08:50 +00:00
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
2002-07-27 01:05:07 +00:00
|
|
|
(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
|
2007-08-23 18:08:50 +00:00
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
#include "defs.h"
|
|
|
|
|
|
|
|
#include "symtab.h"
|
|
|
|
#include "bfd.h"
|
2004-02-14 Elena Zannoni <ezannoni@redhat.com>
* symfile.c (init_entry_point_info, entry_point_address): Move
from here...
* objfiles.c (init_entry_point_info, entry_point_address):..to
here.
* symfile.h (init_entry_point_info, entry_point_address): Remove
prototypes.
* objfiles.h (init_entry_point_info, entry_point_address):Add
prototypes.
* cris-tdep.c: Remove include of symfile.h. Add include of
objfiles.h.
* infcall.c: Ditto.
* mcore-tdep.c: Ditto.
* mn10300-tdep.c: Ditto.
* sh64-tdep.c: Ditto.
* v850-tdep.c: Ditto.
* arm-tdep.c: Remove include of symfile.h.
* blockframe.c: Ditto.
* coffread.c: Ditto.
* dbxread.c: Ditto.
* dwarf2read.c: Ditto.
* dwarfread.c: Ditto.
* frv-tdep.c: Ditto.
* ia64-tdep.c: Ditto.
* mdebugread.c: Ditto.
* mipsread.c: Ditto.
* rs6000-tdep.c: Ditto.
* s390-tdep.c: Ditto.
* sh-tdep.c: Ditto.
* xstormy16-tdep.c: Ditto.
* gdbarch.sh: Remove include of symfile.h.
* gdbarch.c: Regenerate.
* solib-irix.c (enable_break): Use entry_point_address().
Add comment about include file.
* xcoffread.c: Add comment about include file.
* Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
(dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
(ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
(mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
(sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
2004-02-14 15:46:33 +00:00
|
|
|
/* FIXME: ezannoni/2004-02-13 Verify that the include below is
|
|
|
|
really needed. */
|
2002-07-27 01:05:07 +00:00
|
|
|
#include "symfile.h"
|
|
|
|
#include "objfiles.h"
|
|
|
|
#include "gdbcore.h"
|
|
|
|
#include "target.h"
|
|
|
|
#include "inferior.h"
|
2008-09-08 21:51:18 +00:00
|
|
|
#include "gdbthread.h"
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
#include "solist.h"
|
2007-10-24 21:15:35 +00:00
|
|
|
#include "solib.h"
|
|
|
|
#include "solib-irix.h"
|
|
|
|
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
/* Link map info to include in an allocate so_list entry. Unlike some
|
|
|
|
of the other solib backends, this (Irix) backend chooses to decode
|
|
|
|
the link map info obtained from the target and store it as (mostly)
|
|
|
|
CORE_ADDRs which need no further decoding. This is more convenient
|
|
|
|
because there are three different link map formats to worry about.
|
|
|
|
We use a single routine (fetch_lm_info) to read (and decode) the target
|
|
|
|
specific link map data. */
|
|
|
|
|
|
|
|
struct lm_info
|
|
|
|
{
|
|
|
|
CORE_ADDR addr; /* address of obj_info or obj_list
|
|
|
|
struct on target (from which the
|
|
|
|
following information is obtained). */
|
|
|
|
CORE_ADDR next; /* address of next item in list. */
|
|
|
|
CORE_ADDR reloc_offset; /* amount to relocate by */
|
|
|
|
CORE_ADDR pathname_addr; /* address of pathname */
|
|
|
|
int pathname_len; /* length of pathname */
|
|
|
|
};
|
|
|
|
|
|
|
|
/* It's not desirable to use the system header files to obtain the
|
|
|
|
structure of the obj_list or obj_info structs. Therefore, we use a
|
|
|
|
platform neutral representation which has been derived from the IRIX
|
|
|
|
header files. */
|
|
|
|
|
|
|
|
typedef struct
|
|
|
|
{
|
2006-07-24 22:04:13 +00:00
|
|
|
gdb_byte b[4];
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
|
|
|
gdb_int32_bytes;
|
|
|
|
typedef struct
|
|
|
|
{
|
2006-07-24 22:04:13 +00:00
|
|
|
gdb_byte b[8];
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
|
|
|
gdb_int64_bytes;
|
|
|
|
|
|
|
|
/* The "old" obj_list struct. This is used with old (o32) binaries.
|
|
|
|
The ``data'' member points at a much larger and more complicated
|
|
|
|
struct which we will only refer to by offsets. See
|
|
|
|
fetch_lm_info(). */
|
|
|
|
|
|
|
|
struct irix_obj_list
|
|
|
|
{
|
|
|
|
gdb_int32_bytes data;
|
|
|
|
gdb_int32_bytes next;
|
|
|
|
gdb_int32_bytes prev;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* The ELF32 and ELF64 versions of the above struct. The oi_magic value
|
|
|
|
corresponds to the ``data'' value in the "old" struct. When this value
|
|
|
|
is 0xffffffff, the data will be in one of the following formats. The
|
|
|
|
``oi_size'' field is used to decide which one we actually have. */
|
|
|
|
|
|
|
|
struct irix_elf32_obj_info
|
|
|
|
{
|
|
|
|
gdb_int32_bytes oi_magic;
|
|
|
|
gdb_int32_bytes oi_size;
|
|
|
|
gdb_int32_bytes oi_next;
|
|
|
|
gdb_int32_bytes oi_prev;
|
|
|
|
gdb_int32_bytes oi_ehdr;
|
|
|
|
gdb_int32_bytes oi_orig_ehdr;
|
|
|
|
gdb_int32_bytes oi_pathname;
|
|
|
|
gdb_int32_bytes oi_pathname_len;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct irix_elf64_obj_info
|
|
|
|
{
|
|
|
|
gdb_int32_bytes oi_magic;
|
|
|
|
gdb_int32_bytes oi_size;
|
|
|
|
gdb_int64_bytes oi_next;
|
|
|
|
gdb_int64_bytes oi_prev;
|
|
|
|
gdb_int64_bytes oi_ehdr;
|
|
|
|
gdb_int64_bytes oi_orig_ehdr;
|
|
|
|
gdb_int64_bytes oi_pathname;
|
|
|
|
gdb_int32_bytes oi_pathname_len;
|
|
|
|
gdb_int32_bytes padding;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* Union of all of the above (plus a split out magic field). */
|
|
|
|
|
|
|
|
union irix_obj_info
|
|
|
|
{
|
|
|
|
gdb_int32_bytes magic;
|
|
|
|
struct irix_obj_list ol32;
|
|
|
|
struct irix_elf32_obj_info oi32;
|
|
|
|
struct irix_elf64_obj_info oi64;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* MIPS sign extends its 32 bit addresses. We could conceivably use
|
|
|
|
extract_typed_address here, but to do so, we'd have to construct an
|
2003-06-01 23:00:55 +00:00
|
|
|
appropriate type. Calling extract_signed_integer seems simpler. */
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
static CORE_ADDR
|
|
|
|
extract_mips_address (void *addr, int len)
|
|
|
|
{
|
2003-06-01 23:00:55 +00:00
|
|
|
return extract_signed_integer (addr, len);
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fetch and return the link map data associated with ADDR. Note that
|
|
|
|
this routine automatically determines which (of three) link map
|
|
|
|
formats is in use by the target. */
|
|
|
|
|
2009-02-22 01:02:20 +00:00
|
|
|
static struct lm_info
|
2002-07-27 01:05:07 +00:00
|
|
|
fetch_lm_info (CORE_ADDR addr)
|
|
|
|
{
|
|
|
|
struct lm_info li;
|
|
|
|
union irix_obj_info buf;
|
|
|
|
|
|
|
|
li.addr = addr;
|
|
|
|
|
|
|
|
/* The smallest region that we'll need is for buf.ol32. We'll read
|
|
|
|
that first. We'll read more of the buffer later if we have to deal
|
|
|
|
with one of the other cases. (We don't want to incur a memory error
|
|
|
|
if we were to read a larger region that generates an error due to
|
|
|
|
being at the end of a page or the like.) */
|
|
|
|
read_memory (addr, (char *) &buf, sizeof (buf.ol32));
|
|
|
|
|
2006-07-24 22:04:13 +00:00
|
|
|
if (extract_unsigned_integer (buf.magic.b, sizeof (buf.magic)) != 0xffffffff)
|
2002-07-27 01:05:07 +00:00
|
|
|
{
|
|
|
|
/* Use buf.ol32... */
|
|
|
|
char obj_buf[432];
|
|
|
|
CORE_ADDR obj_addr = extract_mips_address (&buf.ol32.data,
|
|
|
|
sizeof (buf.ol32.data));
|
|
|
|
li.next = extract_mips_address (&buf.ol32.next, sizeof (buf.ol32.next));
|
|
|
|
|
|
|
|
read_memory (obj_addr, obj_buf, sizeof (obj_buf));
|
|
|
|
|
|
|
|
li.pathname_addr = extract_mips_address (&obj_buf[236], 4);
|
|
|
|
li.pathname_len = 0; /* unknown */
|
|
|
|
li.reloc_offset = extract_mips_address (&obj_buf[196], 4)
|
|
|
|
- extract_mips_address (&obj_buf[248], 4);
|
|
|
|
|
|
|
|
}
|
2006-07-24 22:04:13 +00:00
|
|
|
else if (extract_unsigned_integer (buf.oi32.oi_size.b,
|
2002-07-27 01:05:07 +00:00
|
|
|
sizeof (buf.oi32.oi_size))
|
|
|
|
== sizeof (buf.oi32))
|
|
|
|
{
|
|
|
|
/* Use buf.oi32... */
|
|
|
|
|
|
|
|
/* Read rest of buffer. */
|
|
|
|
read_memory (addr + sizeof (buf.ol32),
|
|
|
|
((char *) &buf) + sizeof (buf.ol32),
|
|
|
|
sizeof (buf.oi32) - sizeof (buf.ol32));
|
|
|
|
|
|
|
|
/* Fill in fields using buffer contents. */
|
|
|
|
li.next = extract_mips_address (&buf.oi32.oi_next,
|
|
|
|
sizeof (buf.oi32.oi_next));
|
|
|
|
li.reloc_offset = extract_mips_address (&buf.oi32.oi_ehdr,
|
|
|
|
sizeof (buf.oi32.oi_ehdr))
|
|
|
|
- extract_mips_address (&buf.oi32.oi_orig_ehdr,
|
|
|
|
sizeof (buf.oi32.oi_orig_ehdr));
|
|
|
|
li.pathname_addr = extract_mips_address (&buf.oi32.oi_pathname,
|
|
|
|
sizeof (buf.oi32.oi_pathname));
|
2006-07-24 22:04:13 +00:00
|
|
|
li.pathname_len = extract_unsigned_integer (buf.oi32.oi_pathname_len.b,
|
2002-07-27 01:05:07 +00:00
|
|
|
sizeof (buf.oi32.
|
|
|
|
oi_pathname_len));
|
|
|
|
}
|
2006-07-24 22:04:13 +00:00
|
|
|
else if (extract_unsigned_integer (buf.oi64.oi_size.b,
|
2002-07-27 01:05:07 +00:00
|
|
|
sizeof (buf.oi64.oi_size))
|
|
|
|
== sizeof (buf.oi64))
|
|
|
|
{
|
|
|
|
/* Use buf.oi64... */
|
|
|
|
|
|
|
|
/* Read rest of buffer. */
|
|
|
|
read_memory (addr + sizeof (buf.ol32),
|
|
|
|
((char *) &buf) + sizeof (buf.ol32),
|
|
|
|
sizeof (buf.oi64) - sizeof (buf.ol32));
|
|
|
|
|
|
|
|
/* Fill in fields using buffer contents. */
|
|
|
|
li.next = extract_mips_address (&buf.oi64.oi_next,
|
|
|
|
sizeof (buf.oi64.oi_next));
|
|
|
|
li.reloc_offset = extract_mips_address (&buf.oi64.oi_ehdr,
|
|
|
|
sizeof (buf.oi64.oi_ehdr))
|
|
|
|
- extract_mips_address (&buf.oi64.oi_orig_ehdr,
|
|
|
|
sizeof (buf.oi64.oi_orig_ehdr));
|
|
|
|
li.pathname_addr = extract_mips_address (&buf.oi64.oi_pathname,
|
|
|
|
sizeof (buf.oi64.oi_pathname));
|
2006-07-24 22:04:13 +00:00
|
|
|
li.pathname_len = extract_unsigned_integer (buf.oi64.oi_pathname_len.b,
|
2002-07-27 01:05:07 +00:00
|
|
|
sizeof (buf.oi64.
|
|
|
|
oi_pathname_len));
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 04:06:14 +00:00
|
|
|
error (_("Unable to fetch shared library obj_info or obj_list info."));
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return li;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The symbol which starts off the list of shared libraries. */
|
|
|
|
#define DEBUG_BASE "__rld_obj_head"
|
|
|
|
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 19:20:08 +00:00
|
|
|
static void *base_breakpoint;
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
static CORE_ADDR debug_base; /* Base of dynamic linker structures */
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
LOCAL FUNCTION
|
|
|
|
|
|
|
|
locate_base -- locate the base address of dynamic linker structs
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
|
|
|
CORE_ADDR locate_base (void)
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
For both the SunOS and SVR4 shared library implementations, if the
|
|
|
|
inferior executable has been linked dynamically, there is a single
|
|
|
|
address somewhere in the inferior's data space which is the key to
|
|
|
|
locating all of the dynamic linker's runtime structures. This
|
|
|
|
address is the value of the symbol defined by the macro DEBUG_BASE.
|
|
|
|
The job of this function is to find and return that address, or to
|
|
|
|
return 0 if there is no such address (the executable is statically
|
|
|
|
linked for example).
|
|
|
|
|
|
|
|
For SunOS, the job is almost trivial, since the dynamic linker and
|
|
|
|
all of it's structures are statically linked to the executable at
|
|
|
|
link time. Thus the symbol for the address we are looking for has
|
|
|
|
already been added to the minimal symbol table for the executable's
|
|
|
|
objfile at the time the symbol file's symbols were read, and all we
|
|
|
|
have to do is look it up there. Note that we explicitly do NOT want
|
|
|
|
to find the copies in the shared library.
|
|
|
|
|
|
|
|
The SVR4 version is much more complicated because the dynamic linker
|
|
|
|
and it's structures are located in the shared C library, which gets
|
|
|
|
run as the executable's "interpreter" by the kernel. We have to go
|
|
|
|
to a lot more work to discover the address of DEBUG_BASE. Because
|
|
|
|
of this complexity, we cache the value we find and return that value
|
|
|
|
on subsequent invocations. Note there is no copy in the executable
|
|
|
|
symbol tables.
|
|
|
|
|
|
|
|
Irix 5 is basically like SunOS.
|
|
|
|
|
|
|
|
Note that we can assume nothing about the process state at the time
|
|
|
|
we need to find this address. We may be stopped on the first instruc-
|
|
|
|
tion of the interpreter (C shared library), the first instruction of
|
|
|
|
the executable itself, or somewhere else entirely (if we attached
|
|
|
|
to the process for example).
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
static CORE_ADDR
|
|
|
|
locate_base (void)
|
|
|
|
{
|
|
|
|
struct minimal_symbol *msymbol;
|
|
|
|
CORE_ADDR address = 0;
|
|
|
|
|
|
|
|
msymbol = lookup_minimal_symbol (DEBUG_BASE, NULL, symfile_objfile);
|
|
|
|
if ((msymbol != NULL) && (SYMBOL_VALUE_ADDRESS (msymbol) != 0))
|
|
|
|
{
|
|
|
|
address = SYMBOL_VALUE_ADDRESS (msymbol);
|
|
|
|
}
|
|
|
|
return (address);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
LOCAL FUNCTION
|
|
|
|
|
|
|
|
disable_break -- remove the "mapping changed" breakpoint
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
|
|
|
static int disable_break ()
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
Removes the breakpoint that gets hit when the dynamic linker
|
|
|
|
completes a mapping change.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
static int
|
|
|
|
disable_break (void)
|
|
|
|
{
|
|
|
|
int status = 1;
|
|
|
|
|
|
|
|
|
|
|
|
/* Note that breakpoint address and original contents are in our address
|
|
|
|
space, so we just need to write the original contents back. */
|
|
|
|
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 19:20:08 +00:00
|
|
|
if (deprecated_remove_raw_breakpoint (base_breakpoint) != 0)
|
2002-07-27 01:05:07 +00:00
|
|
|
{
|
|
|
|
status = 0;
|
|
|
|
}
|
|
|
|
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 19:20:08 +00:00
|
|
|
base_breakpoint = NULL;
|
|
|
|
|
2004-08-27 13:37:42 +00:00
|
|
|
/* Note that it is possible that we have stopped at a location that
|
|
|
|
is different from the location where we inserted our breakpoint.
|
|
|
|
On mips-irix, we can actually land in __dbx_init(), so we should
|
|
|
|
not check the PC against our breakpoint address here. See procfs.c
|
|
|
|
for more details. */
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
return (status);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
LOCAL FUNCTION
|
|
|
|
|
|
|
|
enable_break -- arrange for dynamic linker to hit breakpoint
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
|
|
|
int enable_break (void)
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
This functions inserts a breakpoint at the entry point of the
|
|
|
|
main executable, where all shared libraries are mapped in.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static int
|
|
|
|
enable_break (void)
|
|
|
|
{
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 19:20:08 +00:00
|
|
|
if (symfile_objfile != NULL)
|
2002-07-27 01:05:07 +00:00
|
|
|
{
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 19:20:08 +00:00
|
|
|
base_breakpoint
|
|
|
|
= deprecated_insert_raw_breakpoint (entry_point_address ());
|
|
|
|
|
|
|
|
if (base_breakpoint != NULL)
|
|
|
|
return 1;
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
LOCAL FUNCTION
|
|
|
|
|
|
|
|
irix_solib_create_inferior_hook -- shared library startup support
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
2005-01-14 02:04:02 +00:00
|
|
|
void solib_create_inferior_hook ()
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
When gdb starts up the inferior, it nurses it along (through the
|
|
|
|
shell) until it is ready to execute it's first instruction. At this
|
|
|
|
point, this function gets called via expansion of the macro
|
|
|
|
SOLIB_CREATE_INFERIOR_HOOK.
|
|
|
|
|
|
|
|
For SunOS executables, this first instruction is typically the
|
|
|
|
one at "_start", or a similar text label, regardless of whether
|
|
|
|
the executable is statically or dynamically linked. The runtime
|
|
|
|
startup code takes care of dynamically linking in any shared
|
|
|
|
libraries, once gdb allows the inferior to continue.
|
|
|
|
|
|
|
|
For SVR4 executables, this first instruction is either the first
|
|
|
|
instruction in the dynamic linker (for dynamically linked
|
|
|
|
executables) or the instruction at "start" for statically linked
|
|
|
|
executables. For dynamically linked executables, the system
|
|
|
|
first exec's /lib/libc.so.N, which contains the dynamic linker,
|
|
|
|
and starts it running. The dynamic linker maps in any needed
|
|
|
|
shared libraries, maps in the actual user executable, and then
|
|
|
|
jumps to "start" in the user executable.
|
|
|
|
|
|
|
|
For both SunOS shared libraries, and SVR4 shared libraries, we
|
|
|
|
can arrange to cooperate with the dynamic linker to discover the
|
|
|
|
names of shared libraries that are dynamically linked, and the
|
|
|
|
base addresses to which they are linked.
|
|
|
|
|
|
|
|
This function is responsible for discovering those names and
|
|
|
|
addresses, and saving sufficient information about them to allow
|
|
|
|
their symbols to be read at a later time.
|
|
|
|
|
|
|
|
FIXME
|
|
|
|
|
|
|
|
Between enable_break() and disable_break(), this code does not
|
|
|
|
properly handle hitting breakpoints which the user might have
|
|
|
|
set in the startup code or in the dynamic linker itself. Proper
|
|
|
|
handling will probably have to wait until the implementation is
|
|
|
|
changed to use the "breakpoint handler function" method.
|
|
|
|
|
|
|
|
Also, what if child has exit()ed? Must exit loop somehow.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static void
|
|
|
|
irix_solib_create_inferior_hook (void)
|
|
|
|
{
|
2008-09-22 15:20:08 +00:00
|
|
|
struct inferior *inf;
|
2008-09-08 21:51:18 +00:00
|
|
|
struct thread_info *tp;
|
|
|
|
|
2002-07-27 01:05:07 +00:00
|
|
|
if (!enable_break ())
|
|
|
|
{
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 04:06:14 +00:00
|
|
|
warning (_("shared library handler failed to enable breakpoint"));
|
2002-07-27 01:05:07 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Now run the target. It will eventually hit the breakpoint, at
|
|
|
|
which point all of the libraries will have been mapped in and we
|
|
|
|
can go groveling around in the dynamic linker structures to find
|
|
|
|
out what we need to know about them. */
|
|
|
|
|
2008-09-22 15:20:08 +00:00
|
|
|
inf = current_inferior ();
|
2008-09-08 21:51:18 +00:00
|
|
|
tp = inferior_thread ();
|
2008-09-22 15:20:08 +00:00
|
|
|
|
2002-07-27 01:05:07 +00:00
|
|
|
clear_proceed_status ();
|
2008-09-22 15:20:08 +00:00
|
|
|
|
|
|
|
inf->stop_soon = STOP_QUIETLY;
|
2008-09-08 21:51:18 +00:00
|
|
|
tp->stop_signal = TARGET_SIGNAL_0;
|
2008-09-22 15:20:08 +00:00
|
|
|
|
2002-07-27 01:05:07 +00:00
|
|
|
do
|
|
|
|
{
|
2008-09-08 21:51:18 +00:00
|
|
|
target_resume (pid_to_ptid (-1), 0, tp->stop_signal);
|
2008-01-29 21:11:24 +00:00
|
|
|
wait_for_inferior (0);
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
2008-09-08 21:51:18 +00:00
|
|
|
while (tp->stop_signal != TARGET_SIGNAL_TRAP);
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
/* We are now either at the "mapping complete" breakpoint (or somewhere
|
|
|
|
else, a condition we aren't prepared to deal with anyway), so adjust
|
|
|
|
the PC as necessary after a breakpoint, disable the breakpoint, and
|
|
|
|
add any shared libraries that were mapped in. */
|
|
|
|
|
|
|
|
if (!disable_break ())
|
|
|
|
{
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 04:06:14 +00:00
|
|
|
warning (_("shared library handler failed to disable breakpoint"));
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* solib_add will call reinit_frame_cache.
|
|
|
|
But we are stopped in the startup code and we might not have symbols
|
|
|
|
for the startup code, so heuristic_proc_start could be called
|
|
|
|
and will put out an annoying warning.
|
2003-04-08 19:21:15 +00:00
|
|
|
Delaying the resetting of stop_soon until after symbol loading
|
2002-07-27 01:05:07 +00:00
|
|
|
suppresses the warning. */
|
|
|
|
solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add);
|
2008-09-22 15:20:08 +00:00
|
|
|
inf->stop_soon = NO_STOP_QUIETLY;
|
2002-07-27 01:05:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* LOCAL FUNCTION
|
|
|
|
|
|
|
|
current_sos -- build a list of currently loaded shared objects
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
|
|
|
struct so_list *current_sos ()
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
Build a list of `struct so_list' objects describing the shared
|
|
|
|
objects currently loaded in the inferior. This list does not
|
|
|
|
include an entry for the main executable file.
|
|
|
|
|
|
|
|
Note that we only gather information directly available from the
|
|
|
|
inferior --- we don't examine any of the shared library files
|
|
|
|
themselves. The declaration of `struct so_list' says which fields
|
|
|
|
we provide values for. */
|
|
|
|
|
|
|
|
static struct so_list *
|
|
|
|
irix_current_sos (void)
|
|
|
|
{
|
|
|
|
CORE_ADDR lma;
|
|
|
|
char addr_buf[8];
|
|
|
|
struct so_list *head = 0;
|
|
|
|
struct so_list **link_ptr = &head;
|
|
|
|
int is_first = 1;
|
|
|
|
struct lm_info lm;
|
|
|
|
|
|
|
|
/* Make sure we've looked up the inferior's dynamic linker's base
|
|
|
|
structure. */
|
|
|
|
if (!debug_base)
|
|
|
|
{
|
|
|
|
debug_base = locate_base ();
|
|
|
|
|
|
|
|
/* If we can't find the dynamic linker's base structure, this
|
|
|
|
must not be a dynamically linked executable. Hmm. */
|
|
|
|
if (!debug_base)
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2007-06-13 17:59:51 +00:00
|
|
|
read_memory (debug_base,
|
|
|
|
addr_buf,
|
* gdbarch.sh (target_gdbarch): New global variable.
(deprecated_current_gdbarch_select_hack): Set it.
* gdbarch.c, gdbarch.h: Regenerate.
* arch-utils.c (gdbarch_update_p): Use target_gdbarch instead
of current_gdbarch.
* target-descriptions.c (target_find_description): Likewise.
* arm-tdep.c (arm_update_current_architecture): Likewise.
(show_fp_model, arm_show_abi, arm_show_fallback_mode,
arm_show_force_mode): Likewise.
* mips-tdep.c (show_mask_address, show_mipsfpu_command,
show_mips_abi): Likewise.
* mep-tdep.c (me_module_register_set, current_me_module): Likewise.
* target.c (target_translate_tls_address): Use target_gdbarch
instead of current_gdbarch.
* remote.c (struct packet_reg): Likewise.
(get_remote_arch_state, packet_reg_from_regnum,
packet_reg_from_pnum, remote_check_symbols, remote_wait,
remote_address_masked, remote_insert_breakpoint,
remote_insert_hw_breakpoint, remote_read_description): Likewise.
* remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
* remote-mips.c (mips_open, mips_common_breakpoint): Likewise.
* cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise.
* solib.c (solib_open, solib_map_sections, solib_read_symbols,
solib_add, info_sharedlibrary_command, solib_address,
solib_create_inferior_hook, in_solib_dynsym_resolve_code,
solib_global_lookup): Likewise.
* solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise.
* solib-irix.c (irix_current_sos, irix_open_symbol_file_object):
Likewise.
* solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
* solib-svr4.c (exec_entry_point, enable_break, svr4_free_so,
set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets):
Likewise.
* nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix,
nto_truncate_ptr): Likewise.
* mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
2008-08-26 17:21:29 +00:00
|
|
|
gdbarch_addr_bit (target_gdbarch) / TARGET_CHAR_BIT);
|
2007-06-13 17:59:51 +00:00
|
|
|
lma = extract_mips_address (addr_buf,
|
* gdbarch.sh (target_gdbarch): New global variable.
(deprecated_current_gdbarch_select_hack): Set it.
* gdbarch.c, gdbarch.h: Regenerate.
* arch-utils.c (gdbarch_update_p): Use target_gdbarch instead
of current_gdbarch.
* target-descriptions.c (target_find_description): Likewise.
* arm-tdep.c (arm_update_current_architecture): Likewise.
(show_fp_model, arm_show_abi, arm_show_fallback_mode,
arm_show_force_mode): Likewise.
* mips-tdep.c (show_mask_address, show_mipsfpu_command,
show_mips_abi): Likewise.
* mep-tdep.c (me_module_register_set, current_me_module): Likewise.
* target.c (target_translate_tls_address): Use target_gdbarch
instead of current_gdbarch.
* remote.c (struct packet_reg): Likewise.
(get_remote_arch_state, packet_reg_from_regnum,
packet_reg_from_pnum, remote_check_symbols, remote_wait,
remote_address_masked, remote_insert_breakpoint,
remote_insert_hw_breakpoint, remote_read_description): Likewise.
* remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
* remote-mips.c (mips_open, mips_common_breakpoint): Likewise.
* cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise.
* solib.c (solib_open, solib_map_sections, solib_read_symbols,
solib_add, info_sharedlibrary_command, solib_address,
solib_create_inferior_hook, in_solib_dynsym_resolve_code,
solib_global_lookup): Likewise.
* solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise.
* solib-irix.c (irix_current_sos, irix_open_symbol_file_object):
Likewise.
* solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
* solib-svr4.c (exec_entry_point, enable_break, svr4_free_so,
set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets):
Likewise.
* nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix,
nto_truncate_ptr): Likewise.
* mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
2008-08-26 17:21:29 +00:00
|
|
|
gdbarch_addr_bit (target_gdbarch)
|
2007-06-13 17:59:51 +00:00
|
|
|
/ TARGET_CHAR_BIT);
|
2002-07-27 01:05:07 +00:00
|
|
|
|
|
|
|
while (lma)
|
|
|
|
{
|
|
|
|
lm = fetch_lm_info (lma);
|
|
|
|
if (!is_first)
|
|
|
|
{
|
|
|
|
int errcode;
|
|
|
|
char *name_buf;
|
|
|
|
int name_size;
|
|
|
|
struct so_list *new
|
|
|
|
= (struct so_list *) xmalloc (sizeof (struct so_list));
|
|
|
|
struct cleanup *old_chain = make_cleanup (xfree, new);
|
|
|
|
|
|
|
|
memset (new, 0, sizeof (*new));
|
|
|
|
|
|
|
|
new->lm_info = xmalloc (sizeof (struct lm_info));
|
|
|
|
make_cleanup (xfree, new->lm_info);
|
|
|
|
|
|
|
|
*new->lm_info = lm;
|
|
|
|
|
|
|
|
/* Extract this shared object's name. */
|
|
|
|
name_size = lm.pathname_len;
|
|
|
|
if (name_size == 0)
|
|
|
|
name_size = SO_NAME_MAX_PATH_SIZE - 1;
|
|
|
|
|
|
|
|
if (name_size >= SO_NAME_MAX_PATH_SIZE)
|
|
|
|
{
|
|
|
|
name_size = SO_NAME_MAX_PATH_SIZE - 1;
|
|
|
|
warning
|
|
|
|
("current_sos: truncating name of %d characters to only %d characters",
|
|
|
|
lm.pathname_len, name_size);
|
|
|
|
}
|
|
|
|
|
|
|
|
target_read_string (lm.pathname_addr, &name_buf,
|
|
|
|
name_size, &errcode);
|
|
|
|
if (errcode != 0)
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 04:06:14 +00:00
|
|
|
warning (_("Can't read pathname for load map: %s."),
|
2002-07-27 01:05:07 +00:00
|
|
|
safe_strerror (errcode));
|
|
|
|
else
|
|
|
|
{
|
|
|
|
strncpy (new->so_name, name_buf, name_size);
|
|
|
|
new->so_name[name_size] = '\0';
|
|
|
|
xfree (name_buf);
|
|
|
|
strcpy (new->so_original_name, new->so_name);
|
|
|
|
}
|
|
|
|
|
|
|
|
new->next = 0;
|
|
|
|
*link_ptr = new;
|
|
|
|
link_ptr = &new->next;
|
|
|
|
|
|
|
|
discard_cleanups (old_chain);
|
|
|
|
}
|
|
|
|
is_first = 0;
|
|
|
|
lma = lm.next;
|
|
|
|
}
|
|
|
|
|
|
|
|
return head;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
LOCAL FUNCTION
|
|
|
|
|
|
|
|
irix_open_symbol_file_object
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
|
|
|
void irix_open_symbol_file_object (void *from_tty)
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
If no open symbol file, attempt to locate and open the main symbol
|
|
|
|
file. On IRIX, this is the first link map entry. If its name is
|
|
|
|
here, we can open it. Useful when attaching to a process without
|
|
|
|
first loading its symbol file.
|
|
|
|
|
|
|
|
If FROM_TTYP dereferences to a non-zero integer, allow messages to
|
|
|
|
be printed. This parameter is a pointer rather than an int because
|
|
|
|
open_symbol_file_object() is called via catch_errors() and
|
|
|
|
catch_errors() requires a pointer argument. */
|
|
|
|
|
|
|
|
static int
|
|
|
|
irix_open_symbol_file_object (void *from_ttyp)
|
|
|
|
{
|
|
|
|
CORE_ADDR lma;
|
|
|
|
char addr_buf[8];
|
|
|
|
struct lm_info lm;
|
|
|
|
struct cleanup *cleanups;
|
|
|
|
int errcode;
|
|
|
|
int from_tty = *(int *) from_ttyp;
|
|
|
|
char *filename;
|
|
|
|
|
|
|
|
if (symfile_objfile)
|
2009-02-25 02:14:23 +00:00
|
|
|
if (!query (_("Attempt to reload symbols from process? ")))
|
2002-07-27 01:05:07 +00:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
if ((debug_base = locate_base ()) == 0)
|
|
|
|
return 0; /* failed somehow... */
|
|
|
|
|
|
|
|
/* First link map member should be the executable. */
|
2007-06-13 17:59:51 +00:00
|
|
|
read_memory (debug_base,
|
|
|
|
addr_buf,
|
* gdbarch.sh (target_gdbarch): New global variable.
(deprecated_current_gdbarch_select_hack): Set it.
* gdbarch.c, gdbarch.h: Regenerate.
* arch-utils.c (gdbarch_update_p): Use target_gdbarch instead
of current_gdbarch.
* target-descriptions.c (target_find_description): Likewise.
* arm-tdep.c (arm_update_current_architecture): Likewise.
(show_fp_model, arm_show_abi, arm_show_fallback_mode,
arm_show_force_mode): Likewise.
* mips-tdep.c (show_mask_address, show_mipsfpu_command,
show_mips_abi): Likewise.
* mep-tdep.c (me_module_register_set, current_me_module): Likewise.
* target.c (target_translate_tls_address): Use target_gdbarch
instead of current_gdbarch.
* remote.c (struct packet_reg): Likewise.
(get_remote_arch_state, packet_reg_from_regnum,
packet_reg_from_pnum, remote_check_symbols, remote_wait,
remote_address_masked, remote_insert_breakpoint,
remote_insert_hw_breakpoint, remote_read_description): Likewise.
* remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
* remote-mips.c (mips_open, mips_common_breakpoint): Likewise.
* cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise.
* solib.c (solib_open, solib_map_sections, solib_read_symbols,
solib_add, info_sharedlibrary_command, solib_address,
solib_create_inferior_hook, in_solib_dynsym_resolve_code,
solib_global_lookup): Likewise.
* solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise.
* solib-irix.c (irix_current_sos, irix_open_symbol_file_object):
Likewise.
* solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
* solib-svr4.c (exec_entry_point, enable_break, svr4_free_so,
set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets):
Likewise.
* nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix,
nto_truncate_ptr): Likewise.
* mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
2008-08-26 17:21:29 +00:00
|
|
|
gdbarch_addr_bit (target_gdbarch) / TARGET_CHAR_BIT);
|
2007-06-13 17:59:51 +00:00
|
|
|
lma = extract_mips_address (addr_buf,
|
* gdbarch.sh (target_gdbarch): New global variable.
(deprecated_current_gdbarch_select_hack): Set it.
* gdbarch.c, gdbarch.h: Regenerate.
* arch-utils.c (gdbarch_update_p): Use target_gdbarch instead
of current_gdbarch.
* target-descriptions.c (target_find_description): Likewise.
* arm-tdep.c (arm_update_current_architecture): Likewise.
(show_fp_model, arm_show_abi, arm_show_fallback_mode,
arm_show_force_mode): Likewise.
* mips-tdep.c (show_mask_address, show_mipsfpu_command,
show_mips_abi): Likewise.
* mep-tdep.c (me_module_register_set, current_me_module): Likewise.
* target.c (target_translate_tls_address): Use target_gdbarch
instead of current_gdbarch.
* remote.c (struct packet_reg): Likewise.
(get_remote_arch_state, packet_reg_from_regnum,
packet_reg_from_pnum, remote_check_symbols, remote_wait,
remote_address_masked, remote_insert_breakpoint,
remote_insert_hw_breakpoint, remote_read_description): Likewise.
* remote-m32r-sdi.c (m32r_resume, m32r_wait): Likewise.
* remote-mips.c (mips_open, mips_common_breakpoint): Likewise.
* cris-tdep.c (cris_can_use_hardware_watchpoint): Likewise.
* solib.c (solib_open, solib_map_sections, solib_read_symbols,
solib_add, info_sharedlibrary_command, solib_address,
solib_create_inferior_hook, in_solib_dynsym_resolve_code,
solib_global_lookup): Likewise.
* solib-frv.c (enable_break2, frv_relocate_main_executable): Likewise.
* solib-irix.c (irix_current_sos, irix_open_symbol_file_object):
Likewise.
* solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
* solib-svr4.c (exec_entry_point, enable_break, svr4_free_so,
set_solib_svr4_fetch_link_map_offsets, svr4_fetch_link_map_offsets):
Likewise.
* nto-tdep.c (nto_find_and_open_solib, nto_init_solib_absolute_prefix,
nto_truncate_ptr): Likewise.
* mips-linux-tdep.c (mips_linux_in_dynsym_stub): Likewise.
2008-08-26 17:21:29 +00:00
|
|
|
gdbarch_addr_bit (target_gdbarch)
|
2007-06-13 17:59:51 +00:00
|
|
|
/ TARGET_CHAR_BIT);
|
2002-07-27 01:05:07 +00:00
|
|
|
if (lma == 0)
|
|
|
|
return 0; /* failed somehow... */
|
|
|
|
|
|
|
|
lm = fetch_lm_info (lma);
|
|
|
|
|
|
|
|
if (lm.pathname_addr == 0)
|
|
|
|
return 0; /* No filename. */
|
|
|
|
|
|
|
|
/* Now fetch the filename from target memory. */
|
|
|
|
target_read_string (lm.pathname_addr, &filename, SO_NAME_MAX_PATH_SIZE - 1,
|
|
|
|
&errcode);
|
|
|
|
|
|
|
|
if (errcode)
|
|
|
|
{
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 04:06:14 +00:00
|
|
|
warning (_("failed to read exec filename from attached file: %s"),
|
2002-07-27 01:05:07 +00:00
|
|
|
safe_strerror (errcode));
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
cleanups = make_cleanup (xfree, filename);
|
|
|
|
/* Have a pathname: read the symbol file. */
|
|
|
|
symbol_file_add_main (filename, from_tty);
|
|
|
|
|
|
|
|
do_cleanups (cleanups);
|
|
|
|
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
LOCAL FUNCTION
|
|
|
|
|
|
|
|
irix_special_symbol_handling -- additional shared library symbol handling
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
|
|
|
|
void irix_special_symbol_handling ()
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
Once the symbols from a shared object have been loaded in the usual
|
|
|
|
way, we are called to do any system specific symbol handling that
|
|
|
|
is needed.
|
|
|
|
|
|
|
|
For SunOS4, this consisted of grunging around in the dynamic
|
|
|
|
linkers structures to find symbol definitions for "common" symbols
|
|
|
|
and adding them to the minimal symbol table for the runtime common
|
|
|
|
objfile.
|
|
|
|
|
|
|
|
However, for IRIX, there's nothing to do.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
static void
|
|
|
|
irix_special_symbol_handling (void)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Using the solist entry SO, relocate the addresses in SEC. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
irix_relocate_section_addresses (struct so_list *so,
|
|
|
|
struct section_table *sec)
|
|
|
|
{
|
|
|
|
sec->addr += so->lm_info->reloc_offset;
|
|
|
|
sec->endaddr += so->lm_info->reloc_offset;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Free the lm_info struct. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
irix_free_so (struct so_list *so)
|
|
|
|
{
|
|
|
|
xfree (so->lm_info);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Clear backend specific state. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
irix_clear_solib (void)
|
|
|
|
{
|
|
|
|
debug_base = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Return 1 if PC lies in the dynamic symbol resolution code of the
|
|
|
|
run time loader. */
|
|
|
|
static int
|
|
|
|
irix_in_dynsym_resolve_code (CORE_ADDR pc)
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2007-10-24 21:15:35 +00:00
|
|
|
struct target_so_ops irix_so_ops;
|
2002-07-27 01:05:07 +00:00
|
|
|
|
2009-02-22 01:02:20 +00:00
|
|
|
/* Provide a prototype to silence -Wmissing-prototypes. */
|
|
|
|
extern initialize_file_ftype _initialize_irix_solib;
|
|
|
|
|
2002-07-27 01:05:07 +00:00
|
|
|
void
|
|
|
|
_initialize_irix_solib (void)
|
|
|
|
{
|
|
|
|
irix_so_ops.relocate_section_addresses = irix_relocate_section_addresses;
|
|
|
|
irix_so_ops.free_so = irix_free_so;
|
|
|
|
irix_so_ops.clear_solib = irix_clear_solib;
|
|
|
|
irix_so_ops.solib_create_inferior_hook = irix_solib_create_inferior_hook;
|
|
|
|
irix_so_ops.special_symbol_handling = irix_special_symbol_handling;
|
|
|
|
irix_so_ops.current_sos = irix_current_sos;
|
|
|
|
irix_so_ops.open_symbol_file_object = irix_open_symbol_file_object;
|
|
|
|
irix_so_ops.in_dynsym_resolve_code = irix_in_dynsym_resolve_code;
|
|
|
|
}
|