aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2003-01-19*** empty log message ***gdbadmin1-1/+1
2003-01-192003-01-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney23-109/+104
* cris-tdep.c: Fix function declaration indentation. * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto. * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto. * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto. * symfile.h, symtab.h, target.c, target.h, value.h: Ditto. * xcoffread.c, config/pa/tm-hppa.h: Ditto. * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
2003-01-182003-01-16 Michael Chastain <mec@shout.net>Michael Chastain2-1/+19
* README (Unpacking and Installation -- quick overview): Warn against ".../gdb-5.3/gdb/configure".
2003-01-182003-01-16 Michael Chastain <mec@shout.net>Michael Chastain2-13/+22
* gdb.texinfo (Installing GDB): Warn against ".../gdb-VERSION/gdb/configure". (Separate Objdir): Likewise.
2003-01-182003-01-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney8-119/+293
* dummy-frame.h (dummy_frame_id_unwind): Delete declaration. (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto. (struct frame_unwind): Declare opaque. (dummy_frame_p): Declare function. * dummy-frame.c (dummy_frame_id_unwind): Make static. (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto. * dummy-frame.c: Include "frame-unwind.h". (dummy_frame_p): New function. (dummy_frame_unwind): New variable. * frame.c: Include "frame-unwind.h". (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update to use the new unwind field. (set_unwind_by_pc): Delete function. (create_new_frame, get_prev_frame): Set unwind field using frame_unwind_find_by_pc. (trad_frame_unwind, trad_frame_unwinder): New variables. * frame.h (trad_frame_unwind): Declare variable. (frame_id_unwind_ftype): Delete declaration. (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto. (struct frame_unwind): Declare opaque. (struct frame_info): Replace the fields id_unwind, pc_unwind and register_unwind with a single unwind pointer. * frame-unwind.h, frame-unwind.c: New files. * Makefile.in (SFILES): Add frame-unwind.c. (frame_unwind_h): Define. (COMMON_OBS): Add frame-unwind.o. (frame-unwind.o): Specify dependencies. (frame.o, dummy-frame.o): Update dependencies.
2003-01-182003-01-18 Andrew Cagney <ac131313@redhat.com>Andrew Cagney31-106/+117
* ada-valprint.c: Eliminate PTR. * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto. * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto. * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto. * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto. * remote-mips.c, remote-sds.c, remote-vx.c: Ditto. * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto. * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
2003-01-18*** empty log message ***gdbadmin1-1/+1
2003-01-172003-01-17 David Carlton <carlton@math.stanford.edu>David Carlton2-2/+11
* gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test corresponding to PR c++/945. Update copyright.
2003-01-172003-01-17 David Carlton <carlton@math.stanford.edu>David Carlton2-14/+15
* gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests corresponding to PR c++/68. (and fix date of previous ChangeLog entry; oops.)
2003-01-172003-01-16 David Carlton <carlton@math.stanford.edu>David Carlton2-5/+44
* gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure. (test_paddr_hairy_functions): Call print_addr_2_kfail for hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
2003-01-172003-01-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney6-7/+16
* main.c (captured_main): Don't use PTR. * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp. * gdbtypes.c (lookup_primitive_typename): Ditto. (lookup_struct_elt_type): Ditto. * f-valprint.c (info_common_command): Ditto. (list_all_visible_commons): Ditto. * jv-typeprint.c (java_type_print_base): Ditto.
2003-01-172003-01-17 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-1/+29
* config/djgpp/fnchange.lst: Rename mi1-var-block.exp, mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp. Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename i386-interix-nat.c and i386-interix-tdep.c. Rename m68klinux-nat.c and m68klinux-tdep.c. Rename config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename gdb/objc-exp.tab.c and gdb/ada-exp.tab.c * main.c (captured_main): Use xfree, not free.
2003-01-17*** empty log message ***gdbadmin1-1/+1
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-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-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-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-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-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-14Update copyright date.Daniel Jacobowitz1-1/+1
2003-01-14 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.Daniel Jacobowitz2-6/+4
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 * 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-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
2003-01-13Update copyright year.Daniel Jacobowitz1-1/+1