aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/tm-sunos.h
AgeCommit message (Collapse)AuthorFilesLines
2004-05-15* config/sparc/tm-nbsd64.h: Remove file.Mark Kettenis1-32/+0
* config/tm-sunos.h: Remove file.
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-13/+14
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+31
1999-04-16Initial creation of sourceware repositoryStan Shebs1-31/+0
1995-08-02Update FSF address.Fred Fish1-1/+1
1994-11-24 * blockframe.c (find_pc_partial_function): Inhibit mst_trampolineJeff Law1-1/+2
symbol special handling when INHIBIT_SUNSOLIB_TRANSFER_TABLE_HACK is defined. * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Renamed from IN_SOLIB_TRAMPOLINE. All callers changed. (IN_SOLIB_RETURN_TRAMPOLINE): Provide default definition. (wait_for_inferior): Handle single stepping through trampolines on return paths from shared libraries. * config/pa/tm-hppa.h (IN_SOLIB_CALL_TRAMPOLINE): Use in_solib_call_trampoline. (IN_SOLIB_RETURN_TRAMPOLINE): Use in_solib_return_trampoline. (INHIBIT_SUNSOLIB_TRANSFER_TABLE_HACK): Define. * hppa-tdep.c (in_solib_call_trampoline): New function. (in_solib_return_trampoline): New function.
1994-04-08 * config/tm-sunos.h (IN_SOLIB_TRAMPOLINE, SKIP_TRAMPOLINE_CODE):Peter Schauer1-1/+10
Define to handle stepping into -g compiled shared libraries. * config/tm-sysv4.h (SKIP_TRAMPOLINE_CODE): Define to handle stepping into -g compiled shared libraries.
1993-03-23 * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,Fred Fish1-0/+21
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax, z8k}: New directories to hold cpu specific configuration files. Naming follows gcc convention. * config/{*.mt, *.mh}: All target and host makefile fragment config files moved to an appropriate config/<cpu> subdirectory.