aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-03-12*** empty log message ***gdbadmin1-1/+1
2002-03-11* MAINTAINERS: Fix typo in name of gdb warnings option.Richard Earnshaw2-2/+7
(x86-64): Fix formating so that this can be parsed by awk.
2002-03-11gdb/:Daniel Jacobowitz3-208/+10
2002-03-10 Daniel Jacobowitz <drow@mvista.com> * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h. * defs.h: Include "gdb/signals.h". (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h. include/gdb: 2002-03-10 Daniel Jacobowitz <drow@mvista.com> * signals.h: New file, split from gdb/defs.h.
2002-03-11*** empty log message ***gdbadmin1-1/+1
2002-03-10 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.cMichal Ludvig3-12/+18
* x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here from x86-64-tdep.h
2002-03-102002-03-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-44/+177
Don Howard <dhoward@redhat.com> * mips-tdep.c (ST0_FR): Define. (mips2_fp_compat): New function, temporarily disabled. (mips_read_fp_register_single): New function. (mips_read_fp_register_double): New function. (mips_print_register): Use them. (do_fp_register_row): Likewise.
2002-03-10This is a duplicate of an entry I made in testsuite/ChangeLog.Michael Chastain1-0/+6
I overlooked that testsuite/gdb.mi/ChangeLog has its own ChangeLog. I'm leaving the testsuite/ChangeLog entry in place (ChangeLogs are permanent), and adding this one where it belongs. 2002-03-04 Michael Chastain <mec@shout.net> * mi-var-cmd.exp: In test "create local variable func", accommodate gcc v3 function signature. * mi0-var-cmd-exp: Ditto.
2002-03-10* MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write afterAndrew Cagney2-0/+7
approval''.
2002-03-10*** empty log message ***gdbadmin1-1/+1
2002-03-09*** empty log message ***gdbadmin1-1/+1
2002-03-08 * stabsread.c (read_member_functions): Fix is_stub test forPeter Schauer2-7/+29
static member functions, improve comment.
2002-03-08*** empty log message ***gdbadmin1-1/+1
2002-03-07* remote-rdi.c (myprint): Replace 'PTR' with 'void *'.Richard Earnshaw2-75/+72
(mywrite, mywritec, mypause, myreadc, mygets): Likewise. (_initialize_remote_rdi): Use add_set_boolean_cmd to register commands that set boolean values. (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning. (arm_rdi_resume): Always initialize PC. (arm_rdi_open): Don't use rslt as a boolean. (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume) (arm_rdi_fetch_registers, arm_rdi_store_registers) (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill) (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
2002-03-07Checked in under the "obvious fix/typo rule".Fred Fish3-2/+7
2002-03-06 Fred Fish <fnf@redhat.com> * gdb.base/funcargs.c: Remove extraneous ';' character. * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2002-03-07*** empty log message ***gdbadmin1-1/+1
2002-03-06* configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.Alexandre Oliva3-68/+131
* configure: Rebuilt.
2002-03-06 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.Stephane Carrez2-3/+7
(m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
2002-03-06* MAINTAINERS: Reverted misunderstood change of x86-64 maintainer.Michal Ludvig1-2/+3
2002-03-06* cli/cli-decode.c (set_cmd_completer): New function.Andrew Cagney20-45/+80
* command.h (set_cmd_completer): Declare. * cli/cli-decode.h (set_cmd_completer): Ditto. * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer. * cli/cli-cmds.c (init_cli_cmds): Ditto. * win32-nat.c (_initialize_inftarg): Ditto. * remote-rdi.c (_initialize_remote_rdi): Ditto. * proc-api.c (_initialize_proc_api): Ditto. * hppa-tdep.c (_initialize_hppa_tdep): Ditto. * source.c (_initialize_source): Ditto. * exec.c (_initialize_exec): Ditto. * solib.c (_initialize_solib): Ditto. * top.c (init_main): Ditto. * tracepoint.c (_initialize_tracepoint): Ditto. * symfile.c (_initialize_symfile): Ditto. * printcmd.c (_initialize_printcmd): Ditto. * infcmd.c (_initialize_infcmd): Ditto. * corefile.c (_initialize_core): Ditto.
2002-03-06* MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.Andrew Cagney2-2/+6
2002-03-06* MAINTAINERS: Fix Mac OS X and Objective-C/C++.Andrew Cagney2-5/+5
2002-03-06*** empty log message ***gdbadmin1-1/+1
2002-03-05* NEWS: Update headings, 5.2 has branched.Andrew Cagney2-1/+8
2002-03-052002-03-04 Michael Chastain <mec@shout.net>Michael Chastain3-4/+10
* gdb.mi/mi-var-cmd.exp: In test "create local variable func", accommodate gcc v3 function signature. * gdb.mi/mi0-var-cmd-exp: Ditto.
2002-03-05*** empty log message ***gdbadmin1-1/+1
2002-03-04 2002-03-04 Fred Fish <fnf@redhat.com>Fred Fish2-16/+22
* gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred, expresson, suports, dependant, trhe, perhaphs, situtations, explictily, taged, oportunity, unfortunatly).
2002-03-042002-03-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-9/+16
* gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long. (num_regs, regmap): Move inside HAVE_LINUX_USRREGS. (register_addr, REGISTER_RAW_SIZE): Likewise. (usr_store_inferior_registers): Use PTRACE_XFER_TYPE. * gdbserver/linux-x86-64-low.c: Remove extra #endif.
2002-03-04* MAINTAINERS (x86-64): tagret is not broken anymore.Michal Ludvig1-1/+1
2002-03-04* MAINTAINERS (x86-64): Add myselfMichal Ludvig3-3/+9
* x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs, changed value_ptr -> struct value *
2002-03-04*** empty log message ***gdbadmin1-1/+1
2002-03-03*** empty log message ***gdbadmin1-1/+1
2002-03-02*** empty log message ***gdbadmin1-1/+1
2002-03-01Add FreeBSD/sparc64 to the list of "New native configurations"David O'Brien1-0/+1
2002-03-012002-03-01 David O'Brien <obrien@FreeBSD.org>David O'Brien7-0/+162
* configure.host (sparc64-*-freebsd): Add. * configure.tgt: Likewise. * config/sparc/fbsd.mh: New file. * config/sparc/fbsd.mt: Likewise. * config/sparc/nm-fbsd.h: Likewise. * config/sparc/tm-fbsd.h: Likewise.
2002-03-012002-03-01 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-0/+7
* config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and regformats/reg-s390x.dat.
2002-03-01Add FIXME explaining include problem.Andrew Cagney17-30/+203
2002-03-01Move JTC to to past maintainers.Andrew Cagney2-3/+6
2002-03-012002-02-28 Michael Chastain <mec@shout.net>Michael Chastain2-1/+5
* MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
2002-03-01*** empty log message ***gdbadmin1-1/+1
2002-02-28Oops, fix date in changelogDaniel Jacobowitz1-1/+1
2002-02-282002-02-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz7-2/+249
* gdbserver/linux-s390-low.c: New file. * regformats/reg-s390.dat: New file. * regformats/reg-s390x.dat: New file. * gdbserver/configure.srv: Add S/390. * gdbserver/Makefile.in: Add S/390. * configure.tgt: Enable gdbserver for S/390.
2002-02-28 * go32-nat.c (_initialize_go32_nat): Don't use periods in theEli Zaretskii2-1/+7
first line of the doc string for "info dos", except at the end of the sentence, since the short help stops at the first period.
2002-02-28 * dwarf2read.c (dwarf_cfi_name): Add new codes.Jason Merrill2-0/+26
2002-02-28*** empty log message ***gdbadmin1-1/+1
2002-02-27 2002-02-27 Fred Fish <fnf@redhat.com>Fred Fish2-1/+6
* blockframe.c (generic_fix_call_dummy): Fix obvious typo in comment (dumy -> dummy).
2002-02-27 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.Peter Schauer2-1/+8
2002-02-272002-02-27 Rodney Brown <rbrown64@csc.com.au>Rodney Brown2-0/+6
* utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
2002-02-272002-02-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz22-24/+925
* gdbserver/acconfig.h: New file. * gdbserver/i387-fp.c: New file. * gdbserver/i387-fp.h: New file. * gdbserver/linux-x86-64.c: New file. * regformats/reg-x86-64.dat: New file. * configure.tgt: Add x86_64-*-linux* gdbserver support. & gdbserver/configure.srv: Add x86_64-*-linux* and regset support. * gdbserver/configure.in: Add support for regsets. * gdbserver/config.in: Regenerate. * gdbserver/configure: Regenerate. * gdbserver/Makefile.in: Likewise. Add $(linux_low_h). * gdbserver/linux-low.h: New file. * gdbserver/linux-low.c: Include "linux-low.h". Add support for regsets. * gdbserver/linux-arm-low.c: Include "linux-low.h". * gdbserver/linux-ia64-low.c: Include "linux-low.h". * gdbserver/linux-m68k-low.c: Include "linux-low.h". * gdbserver/linux-mips-low.c: Include "linux-low.h". * gdbserver/linux-ppc-low.c: Include "linux-low.h". * gdbserver/linux-sh-low.c: Include "linux-low.h". * gdbserver/linux-i386-low.c: Include "linux-low.h". Include "i387-fp.h". Add PTRACE_GETREGS and friends. * gdbserver/regcache.c (supply_register): New function. (supply_register_by_name): New function. (collect_register): New function. (collect_register_by_name): New function.
2002-02-272002-02-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-3/+9
* gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER. (config.status): Add configure.srv dependency. (server_h): Add config.h dependency.
2002-02-272002-02-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-2/+56
* regformats/reg-i386-linux.dat: New file, with $orig_eax. * gdbserver/Makefile.in: Add rules for reg-i386-linux.o. * gdbserver/configure.srv: Change i386-*-linux* to use reg-i386-linux.o.