aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-02-26* utils.c (perror_with_name): Make string parameter constant.Andrew Cagney3-6/+15
(print_sys_errmsg): Ditto. (query): Ditto. * defs.h (perror_with_name): Update. (print_sys_errmsg): Update. (query): Update.
2002-02-262002-02-25 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
From Eliot Dresselhaus <eliot@ayrnetworks.com>: * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
2002-02-26*** empty log message ***gdbadmin1-1/+1
2002-02-25 * rs6000-nat.c (set_host_arch): Do not switch to a new architecturePeter Schauer3-2/+28
if it already matches the current architecture from the exec file. Include arch-utils.h for gdbarch_info_init prototype. * Makefile.in (rs6000-nat.o): Update dependencies.
2002-02-25Update for the next release.Eli Zaretskii1-13/+9
2002-02-25Add NM and CFLAGS to the exports.Eli Zaretskii2-1/+8
2002-02-25* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.Andrew Cagney2-3/+7
Remove reference to 3.12.
2002-02-252002-02-24 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz6-86/+117
* gdbserver/configure.srv: New file. * gdbserver/configure.in: Use configure.srv instead of the host/target makefile fragments. Set GDBSERVER_DEPFILES from it. * gdbserver/configure: Regenerated. * gdbserver/terminal.h: New file. * gdbserver/Makefile.in: Update for configure changes. Remove more unneeded include paths.
2002-02-25Fix PR gdb/287. From wiz at danbala. Then->than and typos.Andrew Cagney4-2/+14
2002-02-25*** empty log message ***gdbadmin1-1/+1
2002-02-24s/Linux/.../Andrew Cagney25-67/+107
Fix PR gdb/378.
2002-02-24s/Linux/.../Andrew Cagney10-69/+86
Fix PR gdb/378.
2002-02-24s/Linux/.../Andrew Cagney8-42/+49
Fix PR gdb/378.
2002-02-24* lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''Andrew Cagney5-34/+45
with either ``GNU/Linux'' or ``Linux kernel''. Fix PR gdb/378.
2002-02-242002-02-24 Michael Chastain <mec@shout.net>Michael Chastain2-1/+9
* gdb.threads/pthreads.c (thread1): Add a return statement. (thread2): Likewise. (foo): Likewise.
2002-02-24* gdbint.texinfo: Include fdl.texi.Andrew Cagney5-6/+437
(Top): Add GNU Free Documentation License. * Makefile.in (SFILES_INCLUDED): Add gpl.texi. (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. (gdbint.info): Add srcdir to include path. * gdb.texinfo: Include gpl.texi. (Top): Add Copying. * gpl.texi: New file.
2002-02-24Zap lin-thread.cAndrew Cagney3-2045/+6
2002-02-24* ocd.c (ocd_open): Do not try to open the "ocd" device.Andrew Cagney3-26/+8
* serial.c (serial_open): Delete check for "ocd". Fix PR gdb/349.
2002-02-24* Makefile.in (linux-thread.o): Delete target.Andrew Cagney3-1762/+3
* linux-thread.c: Delete file.
2002-02-24* config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak otherAndrew Cagney2-2/+6
renamed SH files to be consistent.
2002-02-24s/free/xfree/Andrew Cagney2-1/+5
2002-02-242002-02-23 Michael Chastain <mec@shout.net>Michael Chastain2-0/+7
* gdb.threads/linux-dp.c (philosopher): Add a return statement to placate gcc.
2002-02-24*** empty log message ***gdbadmin1-1/+1
2002-02-23* arm-linux-tdep.c (arm_linux_init_abi): RegisterRichard Earnshaw3-13/+17
IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old definition with undef, since we don't want the sysvr4 definition. (SKIP_TRAMPOLINE_CODE): Likewise.
2002-02-23* configure.in: (AC_CHECK_FUNCS) Added test forAndrew Cagney5-5/+20
canonicalize_file_name Regenerated. * config.in, configure: Regenerated. * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is defined use canonicalize_file_name.
2002-02-232002-02-23 Michael Chastain <mec@shout.net>Michael Chastain2-1/+4
* MAINTAINERS: Remove Michael Chastain from "paper trail" list.
2002-02-23Doc fix.Jim Blandy1-1/+1
2002-02-23s/cygnus.com/.../Andrew Cagney5-10/+20
2002-02-232002-02-23 Michael Chastain <mec@shout.net>Michael Chastain2-5/+6
* gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on test "ptype bint". The test passes on all my stabs configurations.
2002-02-23From 2002-02-19 Paul Eggert <eggert@twinsun.com>:Andrew Cagney3-2/+12
* Makefile.in (VER): Change "head -1" to "sed q", since POSIX 1003.1-2001 no longer allows "head -1". * gdb/Makefile.in (version.c): Likewise. * gdb/doc/Makefile.in (GDBvn.texi): Likewise. * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
2002-02-23* cli/cli-decode.c (cmd_cfunc_eq): New function.Andrew Cagney8-15/+45
* command.h (cmd_cfunc_eq): Declare. * cli/cli-decode.h (cmd_cfunc_eq): Ditto. * cli/cli-cmds.h (is_complete_command): Change parameter to a ``struct cmd_list_element *''. * cli/cli-cmds.c (is_complete_command): Update. Use cmd_cfunc_eq. * top.c (execute_command): Pass the command to is_complete_command. * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
2002-02-23From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:Andrew Cagney3-3/+10
* config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed architecture defines. * s390-tdep.c (s390_gdbarch_init): Likewise.
2002-02-23* arm-linux-tdep.c (arm_linux_extract_return_value): Make static.Richard Earnshaw3-45/+30
(arm_linux_push_arguments): Likewise. (arm_linux_init_abi): Register them. Also register linux-specific call_dummy_words. (find_minsym_and_objfile): Use strcmp, not STREQ. * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete. (arm_linux_call_dummy_words): Delete declaration. (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete. (arm_linux_extract_return_value, arm_linux_push_arguments): Delete declarations. (LOWEST_PC): Delete.
2002-02-23 * maint.c (print_section_info): Do not prepend `0x' to fileposPeter Schauer2-2/+7
output, it will be handled by local_hex_string_custom.
2002-02-23* arm-linux-nat.c (store_newfpe_single): Use regcache_collect.Richard Earnshaw2-17/+23
(store_newfpe_double, store_newfpe_extended, store_fpregister) (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
2002-02-23Indicate that the bcache functions don't change the stringsJim Blandy3-4/+11
they're passed. * bcache.h (bcache, hash): Add `const' keywords to declarations. * bcache.c (bcache, hash): Add `const' keywords to definitions.
2002-02-23*** empty log message ***gdbadmin1-1/+1
2002-02-222002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller3-18/+20
* win32-nat.c (child_create_inferior): Fix create flags setting bug.
2002-02-22* win32-nat.c (register_loaded_dll): Just use raw name when we can't find theChristopher Faylor3-2/+11
complete path to a loaded DLL.
2002-02-22Approved by Jim Blandy (jimb@redhat.com).Fred Fish4-1/+24
2002-02-21 Fred Fish <fnf@redhat.com> * dbxread.c (process_one_symbol): When finding an N_FUN symbol that marks the end of the range of a function, enter a line number entry that has a line number of zero and a PC offset that matches the end of the function. This starts a range of PC's for which no line number information is known. * symtab.c (find_pc_sect_line): If our best fit is in a range of PC's for which no line number info is found (line number is zero) then we didn't find any valid line information. * symtab.h: Document use of zero line number entry.
2002-02-22*** empty log message ***gdbadmin1-1/+1
2002-02-212002-02-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-14/+256
* ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define. (have_ptrace_getvrregs): Define for run time checks. (gdb_vrregset_t): New type for Altivec register handling. (fetch_register, store_register): Fetch/store altivec register when needed. (fetch_altivec_register, store_altivec_register): New functions. (supply_vrregset, fill_vrregset): New functions. (fetch_altivec_registers, store_altivec_registers): New functions. (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec registers as well.
2002-02-21* gdb.asm/asm-source.exp: Parse the output from `info sources' oneJim Blandy2-4/+34
filename at a time, and watch for the ones we want to see.
2002-02-21* gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printingJim Blandy3-0/+85
types of pointers to prototyped functions.
2002-02-21 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.Andreas Jaeger2-46/+50
2002-02-21* Makefile.in (armnbsd-nat.o): Update dependencies.Richard Earnshaw3-37/+98
* armnbsd-nat.c (supply_gregset): New function. Common code to supply the integer register set. (supply_fparegset): New function. Similar for FPA registers. (fetch_regs, fetch_fp_regs): Use them. (fetch_core_registers): Likewise. (fetch_elfcore_registers): New function. (arm_netbsd_elfcore_fns): New core-file type specification. (_initialize_arm_netbsd_nat): Register it.
2002-02-21* armnbsd-nat.c: Include gdbcore.h.Richard Earnshaw2-14/+57
(FETCH_INFERIOR_REGISTERS): Just error if this isn't defined. (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit 'void' to declaration, to shut up ARI. (fetch_core_registers): Make static. Rewrite using supply_register. (arm_netbsd_core_fns): New core-file type specification. (_initialize_arm_netbsd_nat): New function.
2002-02-21* win32-nat.c (register_loaded_dll): Correctly check for invalid handle value.Christopher Faylor3-2/+7
2002-02-21* win32-nat.c (register_loaded_dll): Handle case where FindFirstFile fails.Christopher Faylor3-18/+29
2002-02-212002-02-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-2/+12
* jv-exp.y (parse_number): Change type of implicit longs to builtin_type_uint64.