summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 2001-07-26 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-07-272-2/+10
| | | | | | * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of NUM_REGS. (SH_DEFAULT_NUM_REGS): Define.
* *** empty log message ***gdbadmin2001-07-271-1/+1
|
* * gdbint.texinfo (libgdb): Rewrite.Andrew Cagney2001-07-262-4/+117
|
* * library/prefs.tcl (pref_set_defaults): Add additional entryJonathan Larmour2001-07-262-1/+6
| | | | points for eCos if main is not present.
* * go32-nat.c (read_memory_region): Make sure the segment limit wasEli Zaretskii2001-07-262-1/+9
| | | | indeed set, to work around a Windows 2000 bug.
* * MAINTAINERS: Clarify libiberty merge rules and procedures.DJ Delorie2001-07-262-1/+9
|
* merge from gccDJ Delorie2001-07-262-1/+5
|
* Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.Eli Zaretskii2001-07-262-14/+4
|
* Removed.Eli Zaretskii2001-07-261-405/+0
|
* * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.Daniel Jacobowitz2001-07-2610-15/+33
| | | | | | | | | | | | | | | | | * infttrace.c (child_xfer_memory): Likewise. * symm-nat.c (child_xfer_memory): Likewise. * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-linux.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-lynx.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-nbsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sparc.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sun3.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise.
* *** empty log message ***gdbadmin2001-07-261-1/+1
|
* 2001-07-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-07-253-0/+135
| | | | | | * gdb.base/consecutive.exp: New file. Test stepping over breakpoints on consecutive instructions. * gdb.base/consecutive.c: New file.
* 2001-07-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-07-252-9/+14
| | | | | * gdb.base/call-rt-st.exp: Use double-backslash to quote curly braces in regular expressions.
* 2001-07-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2001-07-252-33/+56
| | | | | * gdb.base/ending-run.exp: Accept "Program exited normally" as legitimate output from stepping out of main.
* Mention how to make the PDF version of the manual.Eli Zaretskii2001-07-252-1/+10
|
* Update NEWS.Eli Zaretskii2001-07-252-8/+133
|
* * d10v-dis.c: Fix formatting.Kazu Hirata2001-07-253-171/+179
| | | | * d30v-dis.c: Likewise.
* *** empty log message ***gdbadmin2001-07-251-1/+1
|
* Fixed email address and line spacing.Stephen P. Smith2001-07-242-3/+3
|
* * tui-hooks.c: New file, gdb hooks for tui.Stephane Carrez2001-07-243-0/+812
| | | | | | | * tui-out.c: New file, image copied from cli-out.c. (tui_field_int): Identify "line" fields and keep track of them. (tui_field_string): Likewise for "file". (tui_out_new): Use flags = 0 to avoid printing the sources.
* Missed changelog entries for previous 2 commitsStephane Carrez2001-07-241-0/+22
|
* Added Stephen P. Smith to write after approval list in MAINTAINERS file.Stephen P. Smith2001-07-241-0/+5
|
* Add Stephen P. Smith (ssmith@sources.redhat.com) to the write after approvalStephen P. Smith2001-07-241-0/+1
| | | | list.
* * gdb.texinfo (TUI): New chapter, document the TUI.Stephane Carrez2001-07-242-7/+298
| | | | (Mode Options): Document the -tui option.
* Doco LE O32 sizeof(struct) < 4 problem.Andrew Cagney2001-07-242-1/+19
|
* * gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2001-07-242-6/+6
| | | | NEED_POSIX_SETPGID.
* Update dependencies with "make dep-am".Alan Modra2001-07-248-257/+287
|
* * alpha-dis.c: Fix formatting.Kazu Hirata2001-07-245-116/+121
| | | | | | * cris-dis.c: Likewise. * m10300-dis.c: Likewise. * tic54x-dis.c: Likewise.
* 2001-07-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-07-242-1/+8
| | | | | * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker doesn't understand them.
* * m68k-dis.c: Fix formatting.Kazu Hirata2001-07-244-81/+85
| | | | | * pj-dis.c: Likewise. * z8k-dis.c: Likewise.
* *** empty log message ***gdbadmin2001-07-241-1/+1
|
* * tuiIO.c (tui_cont_sig): Update cursor position on the screen toStephane Carrez2001-07-232-6/+17
| | | | | | | leave it in the command window. (tui_redisplay_readline): Save cursor position to restore the cursor after we go back from background. * tuiData.h (TuiCommandInfo): Add start_line member.