aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2001-07-22 * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.Stephane Carrez1-0/+5
(m68hc11-tdep.o): Define dependencies.
2001-07-22 * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.Stephane Carrez1-0/+4
2001-07-21 * utils.c (init_page_info): Use tui_get_command_dimension.Stephane Carrez1-0/+6
* printcmd.c (disassemble_command): Simplify tui specific code, use tui_is_window_visible, tui_show_assembly.
2001-07-21* i386bsd-nat.c: Do not include <sys/sysctl.h>.Mark Kettenis1-0/+11
(_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.
2001-07-19 * signals.c: New file.Daniel Jacobowitz1-0/+12
* Makefile.in: Add signals.o. * target.c (struct signals, target_signal_to_name) (target_signal_from_name, target_signal_from_host) (do_target_signal_to_host, target_signal_to_host_p) (target_signal_to_host, target_signal_from_command): Move to signals.c. (initialize_targets): Move check of struct signals to... * signals.c (_initialize_signals): Here.
2001-07-19Add Michael Chansain as C++ testsuite maintainer.Andrew Cagney1-0/+4
2001-07-19* configure.tgt (i*86-*-pe*): New target.Andrew Cagney1-0/+5
2001-07-19From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:Andrew Cagney1-0/+7
* infttrace.c (child_thread_alive): Fix gdb_tid typo. * somsolib.c (no_shared_libraries): Provide stub. * xcoffsolib.c (no_shared_libraries): Provide stub.
2001-07-18 * Makefile.in (COMMON_OBS): Remove tui-file.o.Stephane Carrez1-0/+7
(SUBDIR_TUI_OBS): Add it here. (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here. (main.o): Remove dependency with tui-file.h.
2001-07-172001-07-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+4
* Makefile.in (tui-file.o): Update dependencies. * tui/tui-file.c: Add include of tuiIO.h, for tuiPuts_unfiltered.
2001-07-172001-07-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+5
* top.c (catch_errors): Convert PTR to void * in parameters list. (quit_cover): Ditto.
2001-07-17 * source.c (find_source_lines): Remove tui test, must be replacedStephane Carrez1-0/+9
by appropriate warning hook. (print_source_lines): Remove tui hacks, must be replaced by cli. (forward_search_command): Remove tui hacks, can be replaced by appropriate calls to identify_source_line when tui scrolls. (reverse_search_command): Likewise.
2001-07-17 * remote.c (init_remote_ops, init_remote_cisco_ops,Nicholas Duffek1-0/+7
init_remote_async_ops): Set to_pid_to_str and to_extra_thread_info correctly and in the same order as declared in target.h.
2001-07-17Revert previous, included more than intended.Andrew Cagney1-0/+4
2001-07-16 * remote.c (init_remote_ops, init_remote_cisco_ops,Nicholas Duffek1-0/+7
init_remote_async_ops): Set to_pid_to_str and to_extra_thread_info correctly and in the same order as declared in target.h.
2001-07-16 * findvar.c (read_var_value): Apply value_as_pointer() toNicholas Duffek1-0/+6
addresses retrieved from the target for LOC_BASEREG and LOC_BASEREG_ARG variables.
2001-07-162001-07-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+4
* NEWS: New target CRIS.
2001-07-162001-07-16 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+5
* top.c (show_commands): Remove extern decl of history_get, it's already in readline/history.h.
2001-07-162001-07-16 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+15
* top.c (is_complete_command, init_cmd_lists, init_cli_cmds, execute_user_command, do_setshow_command, get_prompt, init_proc, serial_log_command): Remove extern declarations. Include cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h. * gdbcmd.h (execute_user_command): Remove declaration, it's already in cli/cli-script.h. * command.h (do_setshow_command): Remove declaration, it's already in cli/cli-setshow.h. * infrun.c: Include "cli/cli-script.h" for execute_user_command. * Makefile.in (infrun.o): Update dependencies. (top.o): Ditto. * cli/cli-setshow.h: Add comment for do_setshow_command.
2001-07-16 * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition theEli Zaretskii1-0/+8
call to chdir on this symbol rather than on __DJGPP__. (CANT_FORK) [__MSDOS__]: Move from here... * defs.h (CANT_FORK) [__MSDOS__]: ...to here. (GLOBAL_CURDIR) [__MSDOS__]: Define.
2001-07-162001-07-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+6
* configure.tgt: Recognise the CRIS architecture. * config/cris/cris.mt: New file for CRIS target. * cris-tdep.c: New file for CRIS target.
2001-07-152001-07-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+7
* top.c (quit_cover, float_handler): Move definition up before use. (gdb_init): Move to end of file, to avoid calls to not yet defined functions. Delete prototypes.
2001-07-15* serial.h (SERIAL_ASYNC): Delete.Andrew Cagney1-0/+52
(DEPRECATED_SERIAL_FD): Delete. (SERIAL_DEBUG): Delete. (SERIAL_DEBUG_P): Delete. (SERIAL_DRAIN_OUTPUT): Delete. (SERIAL_FLUSH_OUTPUT): Delete. (SERIAL_FLUSH_INPUT): Delete. (SERIAL_SEND_BREAK): Delete. (SERIAL_RAW): Delete. (SERIAL_GET_TTY_STATE): Delete. (SERIAL_SET_TTY_STATE): Delete. (SERIAL_PRINT_TTY_STATE): Delete. (SERIAL_NOFLUSH_SET_TTY_STATE): Delete. (SERIAL_SETBAUDRATE): Delete. (SERIAL_SETSTOPBITS): Delete. (SERIAL_CAN_ASYNC_P): Delete. (SERIAL_IS_ASYNC_P): Delete. (SERIAL_UN_FDOPEN): Delete. (SERIAL_READCHAR): Delete. (SERIAL_CLOSE): Delete. (SERIAL_FDOPEN): Delete. (SERIAL_OPEN): Delete.
2001-07-15s/value_ptr/struct value */Andrew Cagney1-0/+23
2001-07-152001-07-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+15
* top.c (readline_line_completion_function, noop_completer): Move from here... * completer.c (readline_line_completion_function, noop_completer): ...to here. * gdbcmd.h (readline_line_completion_function, noop_completer): Move declarations from here... * completer.h (readline_line_completion_function, noop_completer): ...to here. * corefile.c: Include completer.h. * source.c: Ditto. * symfile.c: Ditto. * Makefile.in: Update dependencies.
2001-07-15 * go32-nat.c (go32_create_inferior): Support command lines longerEli Zaretskii1-0/+5
than 126 characters.
2001-07-14 * NEWS: New target 68HC11/68HC12.Stephane Carrez1-0/+4
2001-07-14 * utils.c (query): Remove tui hacks; tui must use the query_hook.Stephane Carrez1-0/+28
* top.c (command_loop): Remove tui insert_mode hacks; don't call tuiCleanUp because this must be made with atexit by tui. * symfile.c (symbol_file_command): Remove call to TUIDO * stack.c (show_and_print_stack_frame_stub): Remove tui check; not necessary when using the selected frame hooks. (print_stack_frame_stub): Likewise. (print_frame_info_base): Likewise. (print_frame_info): Likewise. (up_silently_command): Likewise. (down_silently_command): Likewise. (show_stack_frame): Likewise for TUIDO. (select_frame): Likewise. (select_and_print_frame): Likewise. (stack_publish_stopped_with_no_frame): Remove. (select_and_maybe_print_frame): Remove. * main.c (captured_main): Remove tui_fileopen and tuiInit; tui must use the initialize ui hook. * infrun.c (normal_stop): Remove call to TUIDO; tui must use the selected frame hooks. * event-top.c (command_handler): Remove tui insert_mode hack. * defs.h: Remove TUIDO; Only include tui.h. * breakpoint.c (mention): Remove calls to TUIDO. (delete_breakpoint): Remove tui hacks; tui must install the breakpoint hooks.
2001-07-14* config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...Mark Kettenis1-0/+4
* config/i386/nm-linux.h: ...to here. Change comments about user area/struct a bit.
2001-07-14* config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.Mark Kettenis1-0/+2
2001-07-14* Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.cMark Kettenis1-0/+5
(i386bsd-tdep.o, i386bsd-nat.o): New targets.
2001-07-132001-07-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+13
* remote-e7000.c (fetch_regs_from_dump): If register set is null, generate an internal error. (e7000_fetch_registers): Initialize variable 'wanted'. (e7000_wait): Initialize variable 'wanted_nopc'. (e7000_store_register): Fix sprintf compiler warnings. (sub2_from_pc): Ditto. (e7000_open): Close the descriptor, not the name. (e7000_load): Fix compiler warnings. (sub2_from_pc): Ditto. * Makefile.in (remote-e7000.o): Can now compile with -Werror.
2001-07-13* i386bsd-nat.c: Include <signal.h>, <stddef.h> andMark Kettenis1-0/+17
<sys/sysctl.h>. (store_inferior_registers): Wrap long line. (i386bsd_dr_get_status): Fix typo in comment. (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define. (i386bsd_in_sigtramp): New prototype. (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms... (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new (external) variables. (SIGCONTEXT_PC_OFFSET): Removed. (FRAME_SAVED_PC): New define. (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt (TDEPFILES): Add i386bsd-tdep.o.
2001-07-13 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO CDaniel Jacobowitz1-0/+5
definition.
2001-07-13* lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if thereMark Kettenis1-0/+5
are no registered LWPs yet.
2001-07-13fix i386-linux cannot_fetch/store_registerDaniel Jacobowitz1-0/+6
2001-07-13 * remote-rdp.c: Include "serial.h"Keith Seitz1-0/+4
2001-07-12 * gdbserver/remote-utils.c (remote_open): Set VMIN to 1Daniel Jacobowitz1-0/+5
in HAVE_TERMIO/HAVE_TERMIOS cases.
2001-07-12* lin-lwp.c (stop_wait_callback): Add support for flushingMark Kettenis1-0/+6
signals. Use that in favour of the old code to get rid of superfluous SIGINTs. (lin_lwp_wait): Use the new support in stop_wait_callback to flush all but one SIGINT.
2001-07-12* i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changesMark Kettenis1-0/+5
to comment. (i386_store_return_value): Improve comments about storing floating-point return values.
2001-07-12* config/arm/xm-linux.h, config/i386/xm-linux.h,Mark Kettenis1-0/+7
config/m68k/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS): Removed. Taken care of by autoconf and terminal.h.
2001-07-12 * mips-tdep.c (mips_type_needs_double_align): New function.Daniel Jacobowitz1-0/+6
(mips_push_arguments): Align o32 structs to even argument registers if necessary.
2001-07-12fix mips/linux 8.3 errorsDaniel Jacobowitz1-0/+5
2001-07-12* config/powerpc/xm-linux.h: Fix corrupted file.Mark Kettenis1-0/+2
2001-07-12* configure.in: Add check for sigsetjmp.Mark Kettenis1-0/+7
* config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed. * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed. * configure, config.in: Regenerated.
2001-07-122001-07-11 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+32
* config/sh/tm-sh.h (struct gdbarch_tdep): Add FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM, PR_REGNUM fields. * sh-tdep.c (sh_skip_prologue_hard_way): Rename from skip_prologue_hard_way(). (skip_prologue_hard_way): Make it a function pointer. (sh_print_register): Use function pointer do_pseudo_register, instead of sh_do_pseudo_register. (sh_do_registers_info): Ditto. (sh_gdbarch_init): Initialize do_pseudo_register. (IS_MOV_TO_R14): Rename from IS_MOV_R14. (skip_prologue_hard_way): Update. (sh_gdbarch_init): Move setting of frame_chain, get_saved_register, init_extra_frame_info, push_arguments, extract_return_value, pop_frame, store_struct_return, extract_struct_value_address, use_struct_convention, init_extra_frame_info to before target specific settings. (sh_gdbarch_init): Initialize new tdep fields FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM, PR_REGNUM. (sh_push_arguments): Use new gdbarch_tdep fields {ARG0,ARGLAST}_REGNUM. (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs, sh_init_extra_frame_info, sh_push_return_address, sh_generic_show_regs, sh3_show_regs, sh3e_show_regs, sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use gdbarch_tdep->PR_REGNUM. (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
2001-07-11Don't duplicate tm-linux.hDaniel Jacobowitz1-0/+6
2001-07-11Add myself to MAINTAINERS for mips/linuxDaniel Jacobowitz1-0/+5
2001-07-11minor F_SETOWN nitDaniel Jacobowitz1-0/+5
2001-07-11fix m68k-linux buildDaniel Jacobowitz1-0/+12