aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-162003-01-16 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-22/+41
* frame.h (frame_id_unwind_ftype): Change type so that the frame's ID back using a parameter. * frame.c (frame_id_unwind): Update call. (frame_saved_regs_id_unwind): Update. * dummy-frame.c (dummy_frame_id_unwind): Update function. * dummy-frame.h (struct frame_id): Add opaque declaration. (dummy_frame_id_unwind): Update declaration.
2003-01-16 * configure.in (baseargs): Remove all supported forms ofJakub Jelinek3-10/+17
--cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt.
2003-01-16 * Makefile.in: Regenerate.Alan Modra2-5/+9
2003-01-16 * Makefile.am: Run "make dep-am".Alan Modra8-123/+239
* Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
2003-01-16 * readelf.c: Include elf/ppc64.h.Alan Modra4-12/+25
(dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
2003-01-16 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.Alan Modra5-64/+85
(R_PPC_*): Rename all occurrences to R_PPC64_*. (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30. (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type. (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other relative relocs, not with absolute ones. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate.
2003-01-16 * ppc.h: Split out ppc64 definitions to..Alan Modra3-79/+119
* pcc64.h: ..here. New file. (R_PPC64_REL30): Rename from R_PPC64_ADDR30.
2003-01-162003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-2/+14
* gdb.base/break.exp: Fix change of default location, because of removal of until tests. * gdb.base/help.exp: Update test for new 'until' help message. Add test for help on 'advance'.
2003-01-162003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+6
* gdb.base/args.exp: Fix foobar with GDBFLAGS global.
2003-01-16*** empty log message ***gdbadmin1-1/+1
2003-01-15daily updateAlan Modra1-1/+1
2003-01-15Added a period under at the end of the comment and fixed the date.Stephen P. Smith1-2/+2
2003-01-152003-01-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-7/+10
* sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK. Index: doc/ChangeLog 2003-01-15 Andrew Cagney <ac131313@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete definition of PRINT_REGISTER_HOOK.
2003-01-152003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+7
(OpenRISC 1000): Fix formatting of command names.
2003-01-15* gdb.base/default.exp: Adapt "info float" test for recent changesMark Kettenis3-10/+73
to that command. Add test for "info vector". * gdb.base/float.exp: New file. Add test for "info float" that resembles the old test in gdb.base/default.exp.
2003-01-152003-01-15 David Carlton <carlton@math.stanford.edu>David Carlton2-0/+10
* gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
2003-01-15 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for aAndreas Schwab2-2/+7
relocation against a non-allocated readonly section.
2003-01-15Updated the email address for Stephen P. SmithStephen P. Smith2-1/+5
2003-01-152003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-2/+34
* gdb.texinfo (Continuing and Stepping): Add new command 'advance'. Clarify behavior of 'until'.
2003-01-152003-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni5-25/+226
* gdb.base/break.exp: Move the tests of until command from here... * gdb.base/until.exp: ... to here. New file. Add other tests. * gdb.base/advance.c: New file. * gdb.base/advance.exp: New file.
2003-01-15* configure.in (noconfigdirs): Don't skip gas on IRIX 6.Alexandre Oliva3-45/+67
* configure: Rebuilt.
2003-01-152003-01-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-11/+64
* breakpoint.c (until_break_command): Add new argument. Use it to decide whether to stop only at the current frame or not. * breakpoint.h (until_break_command): Update prototype. * infcmd.c (until_command): Add new argument to until_break_command call. (advance_command): New function. (_initialize_infcmd): Update help string for 'until' command. Add new 'advance' command.
2003-01-15*** empty log message ***gdbadmin1-1/+1
2003-01-14daily updateAlan Modra1-1/+1
2003-01-142003-01-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-0/+87
* gdb.base/args.c: New file. * gdb.base/args.exp: New file.
2003-01-142003-01-14 David Carlton <carlton@math.stanford.edu>David Carlton2-76/+89
* linespec.c (decode_line_1): Normalize comments. (set_flags): Ditto. (locate_first_half): Ditto. (decode_compound): Ditto. (symtab_from_filename): Ditto. (decode_all_digits): Ditto. (decode_dollar): Ditto. (find_methods): Ditto. (find_toplevel_char): Ditto.
2003-01-142003-01-14 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-0/+38
* mips.igen (LUXC1, SUXC1): New, for mipsV and mips64.
2003-01-14Update copyright date.Daniel Jacobowitz1-1/+1
2003-01-14 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.Daniel Jacobowitz2-6/+4
2003-01-142003-01-14 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-23/+4
* mips.igen (EI, DI): Remove.
2003-01-14 * gdb.threads/killed.exp: Use KFAIL for gdb/568.Daniel Jacobowitz2-2/+5
2003-01-14 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyrightDaniel Jacobowitz2-3/+7
dates.
2003-01-14(node WIN32): Some clarifications and formatting fixups.Nick Clifton2-8/+68
2003-01-14 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".Daniel Jacobowitz2-2/+6
2003-01-14 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538Daniel Jacobowitz3-5/+11
(ptype &*"foo"). * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
2003-01-142003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney45-74/+137
* ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright. * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright. * elfread.c, eval.c, expprint.c, expression.h: Update copyright. * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright. * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright. * language.c, language.h, m32r-tdep.c: Update copyright. * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright. * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright. * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright. * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright. * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright. * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright. Index: mi/ChangeLog 2003-01-13 Andrew Cagney <ac131313@redhat.com> * mi-cmd-env.c: Update copyright.
2003-01-142003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni8-1055/+1113
* stabsread.h (process_later, resolve_cfront_continuation): Obsolete. Update copyright years. * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront. Update copyright year. * dbxread.c(struct cont_elem): Obsolete. (process_later, process_now): Obsolete functions. (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support. Update copyright year. * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros. (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions. * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront. (parse_partial_symbols): Obsolete cfront support. * stabsread.c (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete macros. (get_substring, get_cfront_method_physname, msg_unknown_complaint, read_cfront_baseclasses, read_cfront_member_functions, resolve_cfront_continuation,read_cfront_static_fields, copy_cfront_struct_fields): Obsolete functions. (define_symbol, read_one_struct_field): Obsolete cfront support. * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support. Update Copyright year.
2003-01-142003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni7-148/+49
* stack.c (print_frame_info, print_stack_frame_base_stub, print_stack_frame_base, show_and_print_stack_frame_stub, show_and_print_stack_frame, print_only_stack_frame_stub, print_only_stack_frame): Delete functions. (print_stack_frame_stub): Call print_frame_info instead of print_frame_info_base. (print_frame_info_base): Rename to print_frame_info. (backtrace_command_1): Call print_frame_info, instead of print_frame_info_base. (current_frame_command): Call print_stack_frame, instead of print_only_stack_frame. (frame_command): Call print_stack_frame, instead of show_and_print_stack_frame. (up_command): Ditto. (down_command): Ditto. * frame.h (print_only_stack_frame): Delete prototype. * infrun.c (normal_stop): Call print_stack_frame, instead of show_and_print_stack_frame. * thread.c (info_threads_command): Call print_stack_frame, instead of print_only_stack_frame. 2003-01-13 Elena Zannoni <ezannoni@redhat.com> * mi-main.c (mi_cmd_exec_return): Use print_stack_frame instead of show_and_print_stack_frame.
2003-01-14*** empty log message ***gdbadmin1-1/+1
2003-01-13Revert previous change.Andrew Cagney1-27/+0
2003-01-132003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-1/+31
* README (Graphical interface to GDB): Update URL. Point at gdb/links/.
2003-01-13 * gdb.mi/mi-console.exp: Remove extra "(known bug)".Daniel Jacobowitz3-2/+7
* gdb.mi/mi1-console.exp: Likewise.
2003-01-132003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-4/+26
* gdb_indent.sh: Update to version 2.2.9. Warn when not exact version match.
2003-01-13daily updateAlan Modra1-1/+1
2003-01-13 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".Daniel Jacobowitz3-2/+7
* gdb.mi/mi1-console.exp: Likewise.
2003-01-13 * symtab.c (find_pc_sect_line): Don't consider end-of-functionDaniel Jacobowitz2-4/+11
lines.
2003-01-13 * thread-db.c (attach_thread): Prototype.Daniel Jacobowitz2-67/+188
(struct private_thread_info): Remove lwpid. Add thread handle (th), thread information (ti), and valid flags (th_valid, ti_valid). (attach_thread): Move target_pid_to_str call to after the thread is added to GDB's list. Initialize the cache. (thread_get_info_callback, thread_db_map_id2thr) (thread_db_get_info): New functions. (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers) (thread_db_store_registers, thread_db_thread_alive) (thread_db_get_thread_local_address): Use them. (thread_db_pid_to_str): Likewise. Return "Missing" instead of calling error() for threads in unknown state. (clear_lwpid_callback): New function. (thread_db_resume): Use it to clear the cache.
2003-01-13 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.Daniel Jacobowitz2-40/+5
(resume_callback): Remove dead code.
2003-01-132003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney6-5/+62
* gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with predicate. * gdbarch.h, gdbarch.c: Regenerate. * stack.c (frame_info): Only initialize the saved registers when FRAME_INIT_SAVED_REGS_P. * frame.c (frame_saved_regs_register_unwind): Assert FRAME_INIT_SAVED_REGS_P. (deprecated_generic_get_saved_register): Ditto.
2003-01-13 * source.c (openp): Squelch warning about "filename".Daniel Jacobowitz2-1/+8