• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


gdb_s390-2001-09-26-branch
RSS
Rev. Time Author
9b5b6e2 gdb_s390-2001-09-26-branch 2001-10-14 06:02:07 Andrew Cagney

* s390-tdep.c, s390-nat.c: Update copyright.
* config/s390/tm-s390.h, config/s390/xm-linux.h: Ditto.
* config/s390/tm-linux.h, config/s390/nm-linux.h: Ditto.

baab60e 2001-10-14 02:14:24 Andrew Cagney

* config/s390/s390x.mt (GDB_MULTI_ARCH): Change to
GDB_MULTI_ARCH_PARTIAL.
* config/s390/s390.mt (GDB_MULTI_ARCH): Ditto.

* config/s390/tm-linux.h (SKIP_TRAMPOLINE_CODE): Undefine
definition from config/tm-linux.h. Allow gdbarch to override it.
* config/tm-sysv4.h: Revert. Handled by tm-linux.h.

eb5d76c 2001-09-28 10:40:26 Andrew Cagney

Delete stray changelog lines - were not part of patch.

4d8fab8 2001-09-27 10:08:40 Andrew Cagney

ChangeLogs for:
http://www10.software.ibm.com/developerworks/opensource/linux390/exp_src.html
Patch: gdb-5.1pre-050901-s390.tar.gz (09/11/2001)
MD5: 886251f3719a754dd65a69df462ceac1

c7820fb 2001-09-27 09:13:30 Andrew Cagney

http://www10.software.ibm.com/developerworks/opensource/linux390/exp_src.html
Patch: gdb-5.1pre-050901-s390.tar.gz (09/11/2001)
MD5: 886251f3719a754dd65a69df462ceac1

5e10630 gdb_s390-2001-09-26-branchpoint 2001-09-27 05:53:27 Andrew Cagney

* CONTRIBUTE: Update.

0116e2e 2001-09-24 17:16:07 Orjan Friberg

2001-09-24 Orjan Friberg <orjanf@axis.com>

* cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
from correct register.

a87d773 2001-09-18 23:59:39 Keith Seitz

* printcmd.c (print_insn): Use the given stream for
output.

f8cd90f 2001-09-11 03:12:38 Jason Molenda

2001-09-10 Jason Molenda (jmolenda@apple.com)

* NEWS: "ANS/ISO C" -> "ISO C".
* MAINTAINERS (write-after-approval): Update my entry.

d198482 2001-08-27 10:59:34 Andrew Cagney

* regcache.c (read_register_bytes): When REGISTER_NAME indicates
that a register should be ignored, supply a value for the register
from the raw registers[] buffer.

6501e46 2001-08-24 13:56:51 Andrew Cagney

* go32-nat.c (go32_create_inferior): Use xfree instead of free.
* config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
i386bsd-nat.c.

567b554 2001-08-17 07:25:20 Daniel Jacobowitz

2001-08-10 Daniel Jacobowitz <drow@mvista.com>
H.J. Lu (hjl@gnu.org)

* partial-stab.h: valu should be a CORE_ADDR.

2001-08-08 H.J. Lu (hjl@gnu.org)

* dbxread.c (SWAP_SYMBOL): Removed.
(INTERNALIZE_SYMBOL): Check sign extended vma.

fd35340 2001-08-16 01:20:33 Christopher Faylor

* gdbint.texinfo: Add a cautionary note about macro use.

b7e1b32 2001-08-15 05:24:39 Christopher Faylor

* top.c (SIGSETJMP): Protect env argument with parentheses.
(SIGLONGJMP): Protect env argument with parentheses.

86aeb88 2001-08-10 19:11:14 Orjan Friberg

2001-08-10 Orjan Friberg <orjanf@axis.com>

* remote.c (read_frame): Correct off-by-one error in condition.

289fa7a 2001-08-04 06:36:23 Daniel Jacobowitz

* core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_T
and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.

abdb9ed 2001-08-03 06:36:51 Keith Seitz

* defs.h (SLASH_STRING): If not defined, set
to "/", regardless of _WIN32, __CYGWIN__, or
whatnot.

3ad8615 2001-08-03 06:30:22 Daniel Jacobowitz

* configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
Check for SETPGRP_VOID separately if cross-compiling and ISO C
headers are available.

880282d 2001-08-03 03:58:13 Mark Kettenis

* NEWS: Update.

77466cf 2001-08-02 21:05:59 Eli Zaretskii

The following changes avoid polluting global namespace with the
`enable' and `disable' identifiers, because some platforms define
in their system headers symbols with global scope that go by those
names.

* breakpoint.h (enum enable_state): Rename from `enum enable'.
Also rename all the enum members to have the "bp_" prefix.
(struct breakpoint): Rename the `enable' member to `enable_state'.
(enum bpdisp): Rename all members to have the "disp_" prefix.

* breakpoint.c: All users of `enum enable' and `enum bpdisp'
changed.
(args_for_catchpoint_enable): Rename the `enable' member to
`enable_p'. All users changed.

* tracepoint.h (enum enable): Remove.
(struct tracepoint): The member `enabled' is now `int enabled_p'.

* tracepoint.c: All users of the `enabled' member changed.

* printcmd.c (struct display): The `status' member is now an int.

* memattr.h (struct mem_region): Rename the `status' member to
`enabled_p'.
(enum enable): Remove.

* memattr.c: Change all users of the `status' member of struct
mem_region to use `enabled_p' instead.

* infcmd.c (run_stack_dummy): Use disp_del instead of del.

* go32-nat.c: Remove the kludgey work-around for conflicts between
<dos.h> and "breakpoint.h".

* tui/tuiSourceWin.c: Use disp_del instead of del.

* tui/tuiSource.c: Use disp_del instead of del.

* tui/tuiDisassem.c: Use disp_del instead of del.

55d40c3 2001-08-02 13:53:37 Andrew Cagney

2001-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
to match corresponding bfd_coff_backend data member.

8c36dd3 2001-08-01 18:24:16 Eli Zaretskii

Fix a typo in my entry from 2001-06-13.

60c34f7 2001-08-01 04:21:31 Stephane Carrez

* tui.c (tui_enable): Remove call to terminal_save_ours().
(tui_disable): Likewise.

becb108 2001-08-01 02:25:57 Daniel Jacobowitz

* gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
and END-INFO-DIR-ENTRY.

51f0a7e 2001-07-31 06:53:23 Mark Kettenis

* config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
i386_dwarf_reg_to_regnum.

66ed9c0 2001-07-31 06:22:10 Mark Kettenis

* i386-tdep.c (i386_register_convert_to_virtual): Replace
assertion with a warning if we're asked to convert towards a
non-floating-point type. Zero out the the buffer where the data
is supposed to be stored in that case.

9b6c6c5 2001-07-30 19:36:05 Mark Kettenis

* config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
(i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
prototypes.
* config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
i386_dwarf_reg_to_regnum.
* i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
New functions.

378247c 2001-07-29 19:16:21 Eli Zaretskii

Unset CDPATH before doing anything else.

c125fc0 2001-07-29 17:21:32 Eli Zaretskii

* go32-nat.c (get_cr3): Temporary disable support for page tables
in UMBs, as it is incomplete.

1a4a0cf 2001-07-29 17:14:45 Eli Zaretskii

Support for stepping through longjmp in DJGPP programs:

* config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
(GET_LONGJMP_TARGET): Define to call get_longjmp_target.
(get_longjmp_target): Add prototype.