aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-19 * tuiWin.c (_initialize_tuiWin): Always define the tui commands;Stephane Carrez5-57/+56
create the tui class help. * tuiLayout.c (_initialize_tuiLayout): Always define the tui commands. * tuiRegs.c (_initialize_tuiRegs): Likewise. * tuiStack.c (_initialize_tuiStack): Likewise.
2001-07-19 * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR.Stephane Carrez2-10/+20
(tuiVerticalDisassemScroll): Likewise. (tuiShowDisassemAndUpdateSource): Check for null symtab to prevent a crash.
2001-07-19 * signals.c: New file.Daniel Jacobowitz4-807/+851
* 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-19Use stderr if config.map_file is not available. Do not print NULL trees.Nick Clifton2-48/+57
2001-07-19If a region is specified assign it to all sections inside the overlay unless ↵Nick Clifton2-1/+16
they have been assigned to the own, non-default, memory region.
2001-07-19Change bug reporting email address.Nick Clifton8-104/+159
2001-07-19Add Michael Chansain as C++ testsuite maintainer.Andrew Cagney2-0/+5
2001-07-19* configure.tgt (i*86-*-pe*): New target.Andrew Cagney2-0/+6
2001-07-19From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:Andrew Cagney4-1/+44
* 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-19merge from gccDJ Delorie4-19/+50
2001-07-19*** empty log message ***gdbadmin1-1/+1
2001-07-18* config/default.exp (WINDRES): Add.DJ Delorie12-0/+304
* binutils-all/windres/windres.exp: New. * binutils-all/windres/README: New. * binutils-all/windres/bmp1.bmp: New. * binutils-all/windres/bmpalign.rc: New. * binutils-all/windres/bmpalign.rsd: New. * binutils-all/windres/lang.rc: New. * binutils-all/windres/lang.rsd: New. * binutils-all/windres/msupdate: New. * binutils-all/windres/strtab1.rc: New. * binutils-all/windres/strtab1.rsd: New.
2001-07-18 * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll.Stephane Carrez8-352/+78
(tuiRead, tui_vread): Remove. * tui.c (va_catch_errors, tuiDo, tuiDoAndReturnToTop): Remove. (vcatch_errors, _tui_vDo): Remove. * tui.h (tuiDo, tuiDoAndReturnToTop): Remove. * tuiLayout.c (tuiSetLayout): Remove vcatch_errors. (tui_set_layout): Rename of _tuiSetLayoutTo, public. (_tuiToggleLayout_command): Merge with _tui_vToggleLayout_command. (_tuiToggleSplitLayout_command): Merge with _tui_vToggleSplitLayout_command. (_tuiLayout_command): Call tui_set_layout. * tuiRegs.c (_tuiScrollRegsBackward_command): Call tui_scroll. (_tuiScrollRegsForward_command): Likewise. (_tuiShowFloat_command): Call _tui_vShowRegisters_commandSupport. (_tuiShowGeneral_command): Likewise. (_tuiShowSpecial_command): Likewise. (_tuiToggleFloatRegs_command): Call tuiToggleFloatRegs. * tuiWin.c (tui_scroll): Rename of tui_vScroll, update parameters. (_tuiScrollForward_command): Call tui_scroll. (_tuiScrollBackward_command): Likewise. (_tuiScrollLeft_command): Likewise. (_tuiScrollRight_command): Likewise. (_tuiSetFocus_command): Call _tuiSetFocus. (_tuiRefreshAll_command): Call tuiRefreshAll. (_tuiSetWinHeight_command): Call _tuiSetWinHeight. (_tuiXDBsetWinHeight_command): Call _tuiXDBsetWinHeight. * tuiWin.h (tui_scroll): Rename of tui_vScroll, update parameters.
2001-07-18 * tuiData.h (TuiLocatorElement): Use CORE_ADDR for address member.Stephane Carrez9-46/+69
(TuiLineOrAddress): Likewise. * tuiDisassem.c (tuiGetBeginAsmAddress): Use CORE_ADDR to specify an address. (tuiSetDisassemContent): Likewise. (tuiShowDisassem, tuiShowDisassemAndUpdateSource): Likewise. * tuiLayout.c (_extractDisplayStartAddr): Likewise. (tuiSetLayout): Likewise. * tuiSourceWin.c (tuiDisplayMainFunction): Likewise. (tuiUpdateSourceWindowsWithAddr): Likewise. (tuiUpdateSourceWindowsWithLine): Likewise. (tuiSetHasBreakAt): Likewise. * tuiStack.c (tuiSetLocatorInfo): Likewise. (tuiSwitchFilename): Likewise. (tuiUpdateLocatorInfoFromFrame): Likewise. (tuiSetLocatorContent): Likewise. (tuiShowFrameInfo): Likewise. * tuiDisassem.h: Update prototypes to use CORE_ADDR. * tuiSourceWin.h: Likewise. * tuiStack.h: Likewise.
2001-07-18 * Makefile.in (COMMON_OBS): Remove tui-file.o.Stephane Carrez2-6/+12
(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-18 * i386-dis.c (grps): Print l or w suffix, and require mem modrmAlan Modra2-9/+14
for lgdt, lidt, sgdt, sidt.
2001-07-18 * config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file andAndreas Schwab3-0/+22
.loc. (md_assemble) [OBJ_ELF]: Call dwarf2_emit_insn before emitting insn. * config/tc-m68k.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2001-07-18Regenerate using autoconf 2.13.Andrew Cagney2-29/+105
2001-07-18*** empty log message ***gdbadmin1-1/+1
2001-07-17 * tuiWin.c: Add missing includes.Stephane Carrez4-9/+42
(_makeVisibleWithNewHeight): Fix call to find_line_pc. * tuiLayout.c: Add missing includes. (_initAndMakeWin): Don't put curses in echo mode. (_extractDisplayStartAddr): Fix calls to find_line_pc. (_tuiLayout_command): Missing ',' in warning call. * tuiSourceWin.c (tuiUpdateSourceWindowsWithLine): Fix calls to find_line_pc. (tuiSetHasBreakAt): Check for null source file.
2001-07-17 * gdb.base/long_long.exp: Detect size of pointer. Take intoStephane Carrez2-5/+42
account 2-byte pointers when testing for p/a results.
2001-07-17 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48KStephane Carrez3-5/+52
and defined to 1K for m68hc11. (random_data): Reduce table to 1K for embedded platforms (68hc11). * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp. (sizeof_random_data): New variable to tell the size of the data table; don't test past this size; always run to main.
2001-07-17 * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.Stephane Carrez4-18/+24
* tuiLayout.c (_tuiSetLayoutTo): Likewise. * tui.c (_tui_vToggle_command): Likewise.
2001-07-172001-07-17 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-1/+11
* 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 Zannoni2-2/+7
* top.c (catch_errors): Convert PTR to void * in parameters list. (quit_cover): Ditto.
2001-07-17* no need to inform sid@sourceware about dejagnu patches.Frank Ch. Eigler1-3/+2
2001-07-17 * config/tc-i386.c (comment_chars): Don't use '/' as comment start ifMatthew Green2-2/+8
TE_NetBSD. (line_comment_chars): Set to '/' if TE_NetBSD.
2001-07-17 * tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE inStephane Carrez2-27/+82
each register window. (tuiCheckRegisterValues): Use REGISTER_RAW_SIZE to obtain the size of the register to check. (_tuiRegValueHasChanged): Likewise. (_tuiRegisterName): Use REGISTER_NAME. (tui_restore_gdbout): New function. (_tuiRegisterFormat): Use do_registers_info with gdb_stdout redirected to a string. (START_SPECIAL_REGS): Define. (_tuiGetRegisterRawValue): Use get_saved_register. (_tuiDisplayRegister): Fix clearing of register window.
2001-07-17 * tui-file.h (fputs_unfiltered_hook): Remove.Stephane Carrez3-80/+13
* tui-file.c (tui_file_flush): Remove fputs_unfiltered_hook. (tui_file_fputs): Likewise; simplify
2001-07-17 * source.c (find_source_lines): Remove tui test, must be replacedStephane Carrez2-74/+10
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* resres.c (write_res_header): Align header size.DJ Delorie2-1/+8
(res_align_file): Calculate alignment correctly.
2001-07-17 * remote.c (init_remote_ops, init_remote_cisco_ops,Nicholas Duffek2-3/+12
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-17* rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the moreDJ Delorie4-5/+14
correct 10). * resrc.c (write_rc_resource): Likewise. * windres.h (SUBLANG_SHIFT): Define - as 10.
2001-07-17Update local local copies of config.sub and config.guess.Andrew Cagney3-282/+382
Mention those files in MAINTAINERS.
2001-07-17Revert previous, included more than intended.Andrew Cagney2-19/+13
2001-07-17*** empty log message ***gdbadmin1-1/+1
2001-07-16 * remote.c (init_remote_ops, init_remote_cisco_ops,Nicholas Duffek2-9/+26
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 Duffek2-13/+12
addresses retrieved from the target for LOC_BASEREG and LOC_BASEREG_ARG variables.
2001-07-16 * tuiStack.c: Add missing includes.Stephane Carrez5-5/+22
(tuiShowFrameInfo): Don't crash when there is no symbol table associated with the pc. * tuiSource.c (_hasBreak): Check for null source file. * tuiWin.c (tuiRefreshAll): Check for null winList[type]. (_tuiSetFocus): Check for null dataWin. * tuiGeneralWin.c (refreshAll): Check for null list[type].
2001-07-16 * tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_infoStephane Carrez2-3/+9
to disassemble in the curses window.
2001-07-16 * tui.h: Cleanup to avoid inclusion of curses includes.Stephane Carrez3-30/+34
(TuiGenWinInfo, TuiGenWinInfoPtr): Move from here. * tuiData.h: To here; include curses includes here. (setTermHeightTo): Rename of setTermHeight to follow reality. (setTermWidthTo): Likewise with setTermWidth.
2001-07-162001-07-16 Philip Blundell <philb@gnu.org>Phil Blundell3-8/+13
* gas/arm/arm7t.d, gas/arm/inst.d: Tweak expected output for change to disassembler.
2001-07-162001-07-13 Philip Blundell <philb@gnu.org>Phil Blundell2-3/+7
* arm-dis.c (print_insn_arm): Use decimal for offsets in LDR/STR.
2001-07-16 * gdb.base/return2.exp: return of long long and double fails forStephane Carrez3-5/+20
68HC11; don't execute these tests on that platform. * gdb.base/return.exp: Return of a double fails for 68hc11.
2001-07-16 * call-ar-st.exp: Use gdb_skip_float_test to avoid executingStephane Carrez3-5/+14
tests that print a float. * call-rt-st.exp: Likewise.
2001-07-16Makefile.in: Add dependencies on $(CPU_H).Daniel Jacobowitz2-3/+7
2001-07-162001-07-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-0/+5
* NEWS: New target CRIS.
2001-07-162001-07-16 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-2/+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 Zannoni7-33/+30
* 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 Zaretskii3-6/+14
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.