summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * s390-tdep.c, s390-nat.c: Update copyright.gdb_s390-2001-09-26-branchcvs/gdb_s390-2001-09-26-branchAndrew Cagney2001-10-137-8/+12
| | | | | * config/s390/tm-s390.h, config/s390/xm-linux.h: Ditto. * config/s390/tm-linux.h, config/s390/nm-linux.h: Ditto.
* * config/s390/s390x.mt (GDB_MULTI_ARCH): Change toAndrew Cagney2001-10-135-4/+20
| | | | | | | | | 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.
* Delete stray changelog lines - were not part of patch.Andrew Cagney2001-09-281-4/+1
|
* ChangeLogs for:Andrew Cagney2001-09-272-0/+47
| | | | | | http://www10.software.ibm.com/developerworks/opensource/linux390/exp_src.html Patch: gdb-5.1pre-050901-s390.tar.gz (09/11/2001) MD5: 886251f3719a754dd65a69df462ceac1
* http://www10.software.ibm.com/developerworks/opensource/linux390/exp_src.htmlAndrew Cagney2001-09-2720-340/+2512
| | | | | Patch: gdb-5.1pre-050901-s390.tar.gz (09/11/2001) MD5: 886251f3719a754dd65a69df462ceac1
* * CONTRIBUTE: Update.Andrew Cagney2001-09-262-49/+23
|
* 2001-09-24 Orjan Friberg <orjanf@axis.com>Orjan Friberg2001-09-242-1/+6
| | | | | * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1 from correct register.
* * printcmd.c (print_insn): Use the given stream forKeith Seitz2001-09-182-0/+7
| | | | output.
* 2001-09-10 Jason Molenda (jmolenda@apple.com)Jason Molenda2001-09-103-3/+8
| | | | | * NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
* * regcache.c (read_register_bytes): When REGISTER_NAME indicatesAndrew Cagney2001-08-272-5/+18
| | | | | that a register should be ignored, supply a value for the register from the raw registers[] buffer.
* * go32-nat.c (go32_create_inferior): Use xfree instead of free.Andrew Cagney2001-08-243-1/+9
| | | | | * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and i386bsd-nat.c.
* * generic/gdbtk-bp.c (gdb_get_breakpoint_info): UpdateKeith Seitz2001-08-212-6/+14
| | | | | | | with recent breakpoint structure changes in gdb. (gdb_set_bp_addr): Likewise. (gdb_get_tracepoint_info): Update with recent tracepoint structure changes in gdb.
* 2001-08-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2001-08-163-13/+16
| | | | | | | | | | | 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.
* * gdbint.texinfo: Add a cautionary note about macro use.Christopher Faylor2001-08-152-1/+7
|
* * top.c (SIGSETJMP): Protect env argument with parentheses.Christopher Faylor2001-08-142-3/+8
| | | | (SIGLONGJMP): Protect env argument with parentheses.
* 2001-08-10 Orjan Friberg <orjanf@axis.com>Orjan Friberg2001-08-102-1/+5
| | | | * remote.c (read_frame): Correct off-by-one error in condition.
* * core-regset.c (fetch_core_registers): Remove HAVE_GREGSET_TDaniel Jacobowitz2001-08-032-4/+7
| | | | and HAVE_FPREGSET_T checks. Use gdb_gregset_t and gdb_fpregset_t.
* * defs.h (SLASH_STRING): If not defined, setKeith Seitz2001-08-022-4/+6
| | | | | to "/", regardless of _WIN32, __CYGWIN__, or whatnot.
* * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.Daniel Jacobowitz2001-08-023-391/+446
| | | | | Check for SETPGRP_VOID separately if cross-compiling and ISO C headers are available.
* * NEWS: Update.Mark Kettenis2001-08-022-1/+10
|
* The following changes avoid polluting global namespace with theEli Zaretskii2001-08-0214-173/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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.
* 2001-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>Andrew Cagney2001-08-022-1/+6
| | | | | * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type to match corresponding bfd_coff_backend data member.
* Fix a typo in my entry from 2001-06-13.Eli Zaretskii2001-08-011-1/+1
|
* * tui.c (tui_enable): Remove call to terminal_save_ours().Stephane Carrez2001-07-312-5/+5
| | | | (tui_disable): Likewise.
* * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRYDaniel Jacobowitz2001-07-312-3/+6
| | | | and END-INFO-DIR-ENTRY.
* * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to callMark Kettenis2001-07-302-0/+8
| | | | i386_dwarf_reg_to_regnum.
* * i386-tdep.c (i386_register_convert_to_virtual): ReplaceMark Kettenis2001-07-302-1/+14
| | | | | | 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.
* * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,Mark Kettenis2001-07-301-0/+7
| | | | | | | | | | | 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.
* Unset CDPATH before doing anything else.Eli Zaretskii2001-07-292-0/+6
|
* * go32-nat.c (get_cr3): Temporary disable support for page tablesEli Zaretskii2001-07-292-0/+5
| | | | in UMBs, as it is incomplete.
* Support for stepping through longjmp in DJGPP programs:Eli Zaretskii2001-07-293-0/+26
| | | | | | * 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.
* Bump version number to 5.0.90.Andrew Cagney2001-07-292-1/+5
|
* Fix some PID/TPID fallout for HP/UX.gdb_5_1-2001-07-29-branchpointAndrew Cagney2001-07-282-5/+12
| | | | | | From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>: * infttrace.c (ptrace_wait): Match external declaration, and match target_post_wait declaration.
* (cris): Set --enable-gdb-build-warnings flag to -w.Andrew Cagney2001-07-282-1/+2
|
* * MAINTAINERS: Add Orjan Friberg as cris target maintainer.Andrew Cagney2001-07-282-0/+7
|
* From 2001-07-23 Andreas Schwab <schwab@suse.de>:Andrew Cagney2001-07-283-34/+24
| | | | | | | | | | | | * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define. (TARGET_LONG_DOUBLE_BIT): Define. (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers. (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12. (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for floating point registers. (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL) (REGISTER_CONVERT_TO_RAW): Remove. * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
* Move libgdb library functions to gdb.h (new file).Andrew Cagney2001-07-289-46/+88
| | | | Update everything related to this.
* * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.Stephane Carrez2001-07-282-3/+18
| | | | | | | (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c (SFILES): Likewise. (tui-out.o): Define dependencies. (tui-hooks.o): Likewise.
* * gdb.texinfo (TUI Configuration): Rename tui configuration variables.Stephane Carrez2001-07-282-6/+10
|
* * tuiWin.c (_initialize_tuiWin): Use specific tui prefix forStephane Carrez2001-07-282-10/+36
| | | | | | set/show configuration variables. (show_tui_cmd): New function. (set_tui_cmd): New function.
* * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,Mark Kettenis2001-07-281-0/+16
| | | | | | | | | | | 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.
* * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current writeStephane Carrez2001-07-282-5/+11
| | | | | address. (m68hc11eepr_port_event): Fix detach/attach logic.
* * MAINTAINERS: Update e-mail address of active @cygnus.comAndrew Cagney2001-07-282-76/+81
| | | | maintainers to @redhat.com.
* * README (Known bugs): Delete section.Andrew Cagney2001-07-282-72/+11
| | | | | | (Kernel debugging): Delete section. (Languages other than C): Delete section. (Host/target specific installation notes) New section.
* * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,Mark Kettenis2001-07-284-0/+85
| | | | | | | | | | | 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.
* * i386-tdep.c: Include "gdb_assert.h"Mark Kettenis2001-07-282-8/+31
| | | | | | | | (i386_register_convert_to_virtual): Fix such that it can handle conversion to any floating-point type. Assert that we are dealing with a floating-point first. (i386_register_convert_to_raw): Assert that TYPE is a floating-point type with length 12.
* * i386-dis.c: Change formatting conventions for architectureAlan Modra2001-07-282-50/+127
| | | | | i386:intel to better match the format of various intel i386 assemblers, like nasm, tasm or masm.
* *** empty log message ***gdbadmin2001-07-281-1/+1
|
* Added dependency of gdb/insight on tcl and tk libraries.John R. Moore2001-07-271-0/+6
|
* Added dependency on tcl/tk libraries.John R. Moore2001-07-273-380/+451
|