Jason Thorpe
|
accc6d1ff3
|
* alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
* alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
tdep->jb_pc and tdep->jb_elt_size.
* alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
* alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
* alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
* alpha-nat.c (get_longjmp_target): Remove.
(JB_ELEMENT_SIZE): Ditto.
(JB_PC): Ditto.
* alpha-tdep.c (alpha_get_longjmp_target): New function.
(alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
to alpha_get_longjmp_target.
(alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
* config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
* config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
|
2002-04-26 01:08:19 +00:00 |
|
Andrew Cagney
|
923620278b
|
s/Linux/.../
Fix PR gdb/378.
|
2002-02-24 22:56:08 +00:00 |
|
Mark Kettenis
|
a14bd2ea89
|
* config/nm-linux.h (struct objfile): Remove forward declaration.
(linuxthreads_new_objfile): Remove prototype.
(linuxthreads_pid_to_str): Remove prototype.
(PREPARE_TO_PROCEED): Redefine in terms of
lin_lwp_prepare_to_proceed.
(struct target_waitstatus): Forward declaration.
(child_wait): New prototype.
(CHILD_WAIT): Define.
(lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
GET_THREAD_SIGNAL): Moved here from arch-specific files.
* config/alpha/nm-linux.h, config/arm/nm-linux.h,
config/ia64/nm-linux.h, config/mips/nm-linux.h,
config/powerpc/nm-linux.h: Don't include <signal.h>.
(lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
GET_THREAD_SIGNAL): Remove.
* config/i386/nm-linux.h: Likewise.
(struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
* config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
Remove linux-thread.o. Add proc-service.o, thread-db.o and
lin-lwp.o.
(LOADLIBES): New variable.
|
2001-10-14 20:42:07 +00:00 |
|
Mark Kettenis
|
82de020385
|
* config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
Remove unused macro's.
|
2001-07-11 10:33:29 +00:00 |
|
Kevin Buettner
|
39f770628a
|
Phase 1 of the ptid_t changes.
|
2001-05-04 04:15:33 +00:00 |
|
Kevin Buettner
|
e40eccb4fb
|
Update Linux/Alpha port to use new Linux threads support.
|
2001-03-20 21:40:47 +00:00 |
|
Kevin Buettner
|
b6ba6518e9
|
Update/correct copyright notices.
|
2001-03-06 08:22:02 +00:00 |
|
Kevin Buettner
|
a14ed312fd
|
PARAMS removal.
|
2000-05-28 01:12:42 +00:00 |
|
Jason Molenda
|
ed9a39ebf9
|
import gdb-1999-12-21 snapshot
|
1999-12-22 21:45:38 +00:00 |
|
Jason Molenda
|
c2d11a7da0
|
import gdb-1999-12-06 snapshot
|
1999-12-07 03:56:43 +00:00 |
|
Jason Molenda
|
c5aa993b1f
|
import gdb-1999-07-07 post reformat
|
1999-07-07 20:19:36 +00:00 |
|
Stan Shebs
|
7a292a7adf
|
import gdb-19990422 snapshot
|
1999-04-26 18:34:20 +00:00 |
|
Stan Shebs
|
c906108c21
|
Initial creation of sourceware repository
|
1999-04-16 01:35:26 +00:00 |
|
Stan Shebs
|
071ea11e85
|
Initial creation of sourceware repository
|
1999-04-16 01:34:07 +00:00 |
|
Fred Fish
|
01952376b7
|
Forgot to include in last checking.
|
1996-05-26 22:09:20 +00:00 |
|