summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* * tuiStack.c (tuiUpdateLocatorFilename): Use const char*.Stephane Carrez2001-07-235-6/+41
| | | | | | | | | | | | | * tuiStack.h (tuiUpdateLocatorFilename): Update prototype. * tuiWin.c (_initialize_tuiWin): Don't cast table of enum in calls to add_set_enum_cmd. * tui.c (tui_show_source): New function. (tuiGetLowDisassemblyAddress): Use CORE_ADDR for newLow. (tui_switch_mode): Prep or deprep readline terminal; make sure the \n we return does not redo the last command. * tui.h (tui_show_source): Declare. (tui_out_new, tui_install_hooks, tui_remove_hooks): Likewise. (tui_active, tui_initialize_io, tui_initialize_readline): Likewise.
* 2001-07-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-07-232-7/+37
| | | | | | * memattr.c (mem_info_command): Reformat output to look more like 'info break' output. (_initialize_mem): Improve help.
* * configure.in (AC_CHECK_FUNCS): Add setpggrp.Mark Kettenis2001-07-2318-427/+455
| | | | | | | | | | | | | | | | (AC_FUNC_SETPGRP): Add. * aclocal.m4, configure, config.in: Regenerated. * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and SETPGRP_ARGS. Always use setpgid if it is available, fall back on setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to distinguish between the two setpgrp flavours. * config/xm-sysv4.h, config/arm/xm-linux.h, config/i386/xm-i386aix.h, config/i386/xm-sco.h, config/i386/xm-linux.h, config/i386/xm-ptx.h, config/m68k/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h, config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove. * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
* * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY isKeith Seitz2001-07-232-2/+12
| | | | the empty string, do not run the tests.
* Add new DJGPP-specific commands and document them in the manual.Eli Zaretskii2001-07-234-8/+447
| | | | | Make the function which reads memory regions be more defensive about buggy DPMI providers.
* * s390-dis.c: Fix formatting.Kazu Hirata2001-07-232-148/+174
|
* *** empty log message ***gdbadmin2001-07-231-1/+1
|
* * i386gnu-nat.c: Include "i387-nat.h".Mark Kettenis2001-07-224-98/+44
| | | | | | | | | | | | | | | | | (struct env387): Removed. (reg_offset): Fix comment. (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to use i387_supply_fsave. (gnu_fetch_registers): Remove spurious whitespace. (convert_to_env387): Remove. (store_fpregs): Add argument regno. Use i387_fill_fsave instead of convert_to_env387. (gnu_store_registers): Remove spurious whitespace. Pass REGNO to store_fpregs. * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o. * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o. (NATDEPFILES): Add i387-nat.o.
* * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.Stephane Carrez2001-07-222-0/+9
| | | | (m68hc11-tdep.o): Define dependencies.
* * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.Stephane Carrez2001-07-222-3/+10
|
* * Makefile.in (SIM_OBJS): Remove sim-resume.oStephane Carrez2001-07-223-1/+88
| | | | | | | * interp.c (sim_resume): New function from sim-resume.c, install the stepping event after having processed the pending ticks. (has_stepped): Likewise. (sim_info): Produce an output only if verbose or STATE_VERBOSE_P.
* *** empty log message ***gdbadmin2001-07-221-1/+1
|
* * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handlerStephane Carrez2001-07-212-0/+36
| | | | | | if SIGCONT is defined. (tui_cont_sig): New function when SIGCONT is defined. (tui_setup_io): Save tty setting to restore by SIGCONT.
* * utils.c (init_page_info): Use tui_get_command_dimension.Stephane Carrez2001-07-213-18/+12
| | | | | * printcmd.c (disassemble_command): Simplify tui specific code, use tui_is_window_visible, tui_show_assembly.
* * tui.h (tui_show_assembly): Declare.Stephane Carrez2001-07-213-0/+43
| | | | | | | (tui_is_window_visible): Declare. * tui.c (tui_show_assembly): New function. (tui_is_window_visible): New function. (tui_get_command_dimension): New function.
* * tuiWin.c (tuiRefreshAll): Use clearok to force a refresh.Stephane Carrez2001-07-212-0/+5
|
* * tui-file.c (tui_file_fputs): Use tui_puts.Stephane Carrez2001-07-212-1/+5
|
* * tuiStack.c (tuiSetLocatorInfo): Cleanup.Stephane Carrez2001-07-215-25/+13
| | | | | | * tuiStack.h (tuiGetLocatorFilename): Declare. * tuiRegs.h (tuiFirstRegElementNoInLine): Declare. * tuiData.h (addToSourceWindows): Declare.
* * tui.c (tui_change_windows): New function.Stephane Carrez2001-07-212-19/+114
| | | | | | | (tui_delete_other_windows): New function. (tui_initialize_readline): Bind them to C-X 1 and C-X 2. (tui_enable): Enable the keypad; call tui_update_variables. (strcat_to_buf_with_fmt): Remove.
* 2001-07-21 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-07-212-4/+9
| | | | | * mips-opc.c (mips_builtin_opcodes): Sort c.le.s and c.lt.s into the rest of the surrounding definitions.
* * i386bsd-nat.c: Do not include <sys/sysctl.h>.Mark Kettenis2001-07-216-27/+120
| | | | | | | | | | (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific code to ... * i386fbsd-nat.c: ... here. New file. * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o. * config/i386/nm-fbsd.h (CHILD_RESUME): Define. * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c. (i386fbsd-nat.o): Add dependencies.
* * tui.h: Remove old declarations, add the new ones.Stephane Carrez2001-07-212-296/+137
| | | | | | | | | | | | * tui.c (tui_switch_mode): New function. (tui_initialize_readline): New function. (tui_enable): New function. (tui_disable): New function. (tuiGetLowDisassemblyAddress): Use CORE_ADDR, cleanup. (tui_vSelectSourceSymtab): Remove. (tuiInitWindows): Remove. (_initialize_tui): Remove. (_tuiReset): Keep but put arround #if 0.
* * tuiIO.h: Remove old declarations and add the new ones.Stephane Carrez2001-07-213-565/+347
| | | | | | | | | | | | | | | * tuiIO.c: New management for curses and gdb terminal interactions. (tui_tputs): Remove. (tuiTermSetup, tuiTermUnsetup): Remove, must use normal curses ops. (tuiBufferGetc, tui_vStartNewLines, _updateCommandInfo): Remove. (tui_owns_terminal): Remove. (tui_redisplay_readline): New function. (tui_puts): New function. (tui_prep_terminal): New function. (tui_deprep_terminal): New function. (tui_getc): Rename of tuiGetc, simplify and fix. (tui_setup_io): New function. (tui_initialize_io): New function.
* * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin.Stephane Carrez2001-07-212-1/+25
| | | | (_tuiRegisterFormat): Reduce size of format result.
* * tuiGeneralWin.c (boxWin): Use the tui configuration variables.Stephane Carrez2001-07-214-14/+264
| | | | | | | | | | | | * tuiWin.h: Declare the new variables. * tuiWin.c (_initialize_tuiWin): Create TUI configuration variables. (tui_update_variables): New function. (translate): New function. (tui_border_kind_enums, tui_border_mode_enums): New tables. (tui_border_mode_translate): New table. (tui_border_kind_translate_*): New tables. (tui_active_border_mode): New variables. (tui_border_*): New variables.
* 2001-07-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-07-211-6/+8
| | | | | | * library/managedwin.itb: Revert to global to properly initialize geometry with some window managers. * library/managedwin.ith (shutdown): Remove _geometry.
* 2001-07-21 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-07-212-5/+18
| | | | | | * library/interface.tcl (gdbtk_locate_main): Fix function so that it returns either a null string or a valid location, as documented.
* 2001-07-21 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-07-212-1/+10
| | | | | * library/variables.tcl (build_menu_helper): Set the Format menu option to "disabled" initially.
* *** empty log message ***gdbadmin2001-07-211-1/+1
|