aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-09-21* config/i386/x86-64linux.mh: New file.Jiri Smid1-0/+17
* config/i386/x86-64linux.mt: New file. * config/i386/nm-x86_64.h: New file. * x86-64-linux-tdep.c: New file. * x86-64-linux-nat.c: New file. * x86-64-tdep.c: New file. * x86-64-tdep.h: New file. * i386-tdep.h: New file. * i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto. * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c and x86_64-linux-nat.c * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o, x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21* config/i386/x86-64linux.mh: New file.Jiri Smid9-1/+1886
* config/i386/x86-64linux.mt: New file. * config/i386/nm-x86_64.h: New file. * x86-64-linux-tdep.c: New file. * x86-64-linux-nat.c: New file. * x86-64-tdep.c: New file. * x86-64-tdep.h: New file. * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c and x86_64-linux-nat.c * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o, x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21* i386-tdep.h: New file.Jiri Smid3-0/+80
* i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto.
2001-09-21* MAINTAINERS: Add myself to the write-after-approval list.Jiri Smid1-0/+9
* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare. (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, i386_insert_watchpoint, i386_remove_watchpoint): Add support for 8-byte wide watchpoints. (i386_show_dr): Debug message format string change.
2001-09-21* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.Jiri Smid1-17/+34
(i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, i386_insert_watchpoint, i386_remove_watchpoint): Add support for 8-byte wide watchpoints. (i386_show_dr): Debug message format string change.
2001-09-21* MAINTAINERS: Add myself to the write-after-approval list.Jiri Smid1-0/+1
2001-09-21*** empty log message ***gdbadmin1-1/+1
2001-09-20Make set_solib_svr4_fetch_link_map_offsets() work as intended.Kevin Buettner2-2/+41
2001-09-20 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.Alan Modra8-30/+41
* dbxread.c: Likewise. * dwarf2read.c: Likewise. * dwarfread.c: Likewise. * somread.c: Likewise. * ultra3-nat.c: Likewise. * xcoffread.c: Likewise.
2001-09-20*** empty log message ***gdbadmin1-1/+1
2001-09-19* cris-tdep.c (cris_get_signed_offset): Change return type to anAndrew Cagney2-2/+5
explicitly signed char.
2001-09-19* config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): UpdateAndrew Cagney3-4/+9
function signature to match recent tracepoint.c:encode_actions changes. * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
2001-09-19* approved by kseitzFrank Ch. Eigler2-1/+7
2001-09-19 Frank Ch. Eigler <fche@redhat.com> * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY to localhost:NNN instead of :NNN, in case Xvfb is listening only on TCP.
2001-09-19 * gdb.base/recurse.exp: When checking leaving the watchpointCorinna Vinschen2-2/+28
scope, recognize when gdb is in function's epilogue and pass.
2001-09-19 * lib/insight-support.exp (_gdbtk_export_target_info): AddKeith Seitz2-0/+23
support for running tests against sid targets. (gdbtk_done): Ditto.
2001-09-19*** empty log message ***gdbadmin1-1/+1
2001-09-18 * gdb.base/ending-run.c (main): Set stdout buffersizeCorinna Vinschen3-1/+12
to the same reasonable value for any target. * gdb.base/ending-run.exp: Add a regular expression to make testsuite happy on Sanyo Stormy16 target.
2001-09-18Add ui_out parameter to libgdb functions.Andrew Cagney7-19/+46
2001-09-18*** empty log message ***gdbadmin1-1/+1
2001-09-17 * gdb.base/display.c (do_loops): Add float variable `f'.Corinna Vinschen3-7/+24
Increment f in loop. * gdb.base/display.exp: Increment timeout by 60 seconds. Change float display test to use variable `f'.
2001-09-17* gdb.base/restore.exp: Use temporary breakpoints, to avoidJim Blandy2-11/+14
overflowing the limited breakpoint tables on some ROM monitors (like the ROM68K).
2001-09-17*** empty log message ***gdbadmin1-1/+1
2001-09-16*** empty log message ***gdbadmin1-1/+1
2001-09-152001-09-15 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler2-1/+6
* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with the "-ac" (disable access control) flag.
2001-09-15*** empty log message ***gdbadmin1-1/+1
2001-09-14Commit Ilya Golubev's clear_solib() fixes.Kevin Buettner4-0/+12
2001-09-14*** empty log message ***gdbadmin1-1/+1
2001-09-13* monitor.c (monitor_load): Don't delete symtab users, or resetJim Blandy2-9/+16
inferior_ptid.
2001-09-13(monitor_load): Fix indentation.Jim Blandy1-8/+7
2001-09-13(monitor_load): Fix indentation.Jim Blandy1-0/+12
2001-09-13*** empty log message ***gdbadmin1-1/+1
2001-09-12Remove incomplete section on overlays, committed by accident.Jim Blandy1-79/+0
2001-09-12* printcmd.c (print_scalar_formatted): Fix indentation.Jim Blandy1-2/+2
2001-09-12*** empty log message ***gdbadmin1-1/+1
2001-09-11*** empty log message ***gdbadmin1-1/+1
2001-09-10* rom68k-rom.c (init_rom68k_cmds): Set the flag indicating thatJim Blandy2-1/+6
programs running on the board can produce output.
2001-09-102001-09-10 Jason Molenda (jmolenda@apple.com)Jason Molenda3-3/+8
* NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
2001-09-10*** empty log message ***gdbadmin1-1/+1
2001-09-09*** empty log message ***gdbadmin1-1/+1
2001-09-08Fix truncated 2001-08-23 entry.Mark Kettenis1-1/+1
2001-09-08* gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2-5/+3
MEM_FNS_DECLARED.
2001-09-08* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.Mark Kettenis2-5/+2
2001-09-08* gdbint.texinfo (Host Definition): Remove description of R_OK.Mark Kettenis2-3/+2
2001-09-08* config/arm/xm-linux.h, config/ia64/xm-linux.h,Mark Kettenis7-18/+5
config/m68k/xm-linux.h, config/mips/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove redundant inclusion of <unistd.h>.
2001-09-08* gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2-5/+5
HAVE_SIGSETMASK.
2001-09-08* gdbtypes.h (struct block): Add forward declaration.Mark Kettenis2-0/+7
2001-09-08*** empty log message ***gdbadmin1-1/+1
2001-09-07* defs.h (enum return_reason): Renumber so that all values areAndrew Cagney3-40/+134
negative. (RETURN_MASK): Negate reason. (catch_exception_ftype): Declare. (catch_exceptions): Declare. * top.c (catcher): New function, based on catch_errors. Add in parameter func_uiout and out parameters func_val, func_caught and func_cleanup. Change type of func to catch_exceptions_ftype. Save/restore uiout. (struct catch_errors_args): Define. (do_catch_errors): New function. (catch_errors): Rewrite, use do_catch_errors and catcher. (catch_exceptions): New function, use catcher.
2001-09-07Correctly parse register values provided by the monitor.Jim Blandy3-2/+92
* rom68k-rom.c: #include "value.h". (is_hex_digit, hex_digit_value, is_whitespace, rom68k_supply_one_register): New static functions. (rom68k_supply_register): Call rom68k_supply_one_register, instead of monitor_supply_register; the latter was incorrectly parsing the values. * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
2001-09-07* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaultsMark Kettenis2-4/+5
to using setpgid if available now.