utils.c (puts_filtered_tabular): New function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4fa4228a0ce64b7120e086bd072510d633debb05..9203109c22f077789f0145f2017fd10e3d7d20cd 100644 (file)
@@ -1,5 +1,699 @@
+2002-10-14  Adam Fedor  <fedor@gnu.org>
+
+       * utils.c (puts_filtered_tabular): New function.
+       (fprintf_symbol_filtered): Get ObjC demangled name.
+       * defs.h (puts_filtered_tabular): Declared.
+
+2002-10-14  Kevin Buettner  <kevinb@redhat.com>
+
+       * c-lang.h (c_type_print_varspec_prefix): Delete.
+       * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
+       ``need_post_space'' parameter.  Adjust all callers.
+
+2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
+       * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
+       * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
+       * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
+       * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
+
+2002-10-13  Adam Fedor  <fedor@gnu.org>
+
+       * source.c (print_source_lines): Update comments.
+
+2002-10-13  Adam Fedor  <fedor@gnu.org>
+
+       * valops.c (value_of_local): New function.
+       (value_of_this): Use it.
+       * value.h (value_of_local): Declared.
+
+2002-10-13  Adam Fedor  <fedor@gnu.org>
+
+       * parse.c: (length_of_subexp, prefixify_subexp): Handle
+       OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
+
+2002-10-12  Adam Fedor  <fedor@gnu.org>
+
+       * language.c (binop_result_type): Add language_objc to case.
+        (integral_type): Likewise.
+        (character_type): Likewise.
+        (string_type): Likewise.
+        (boolean_type): Likewise.
+        (structured_type): Likewise.
+        (binop_type_check): Likewise.
+
+2002-10-11  Adam Fedor  <fedor@gnu.org>
+
+       * printcmd.c (address_info): Print 'self' for ObjC.
+
+2002-10-11  Adam Fedor  <fedor@gnu.org>
+
+       * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
+       OP_SELF.
+
+2002-10-11  Adam Fedor  <fedor@gnu.org>
+
+       * language.h (CAST_IS_CONVERSION): Add language_objc.
+
+2002-10-11  Adam Fedor  <fedor@gnu.org>
+
+       * defs.h (enum language): Add language_objc.
+
+2002-10-11  Klee Dienes  <kdienes@apple.com>
+
+        * findvar.c (read_memory_typed_address): New function.
+        * gdbcore.h (read_memory_typed_address): Add prototype.
+        * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
+       to read a value destined for a CORE_ADDR, not read_memory_integer.
+        * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
+        (f77_get_dynamic_lowerbound): Ditto.
+
+2002-10-11  Martin M. Hunt  <hunt@redhat.com>
+
+       * utils.c (string_to_core_addr): After turning string into
+       a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
+       which will do necessary sign-extension, etc.
+
+2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
+
+       * c-exp.y (THIS): Delete token and grammar rule.
+       (yylex): Don't return THIS.
+       * cp-valprint.c (vtbl_ptr_name_old): Delete.
+       (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
+       * demangle.c (cplus_markers): Update comment.  Put '$'
+       first.  Remove CPLUS_MARKER.
+       (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
+       * jv-exp.y (THIS): Delete token and grammar rule.
+       (yylex): Don't return THIS.
+       * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
+       * objc-exp.y (THIS): Delete token and grammar rule.
+       (yylex): Don't return THIS.
+       * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
+       * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
+       (read_member_functions): Likewise for opname.
+       (read_tilde_fields): Use is_cplus_marker.
+
+       * defs.h (CPLUS_MARKER): Don't define.
+       * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
+       * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
+       * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
+       * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
+       * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
+
+       * config/i386/tm-i386v4.h: Delete file.
+       * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
+       * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
+       * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
+       * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
+       * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
+       * config/i386/i386sco5.mt (TM_FILE): Likewise.
+       * config/i386/i386v4.mt (TM_FILE): Likewise.
+       * config/i386/ncr3000.mt (TM_FILE): Likewise.
+
+2002-10-10  Marko Mlinar  <markom@opencores.org>
+
+       * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
+       accidentially not commited 2002-10-09
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2002-10-09  Marko Mlinar  <markom@opencores.org>
+
+       * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
+       * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2002-10-08  Petr Sorfa <petrs@caldera.com>
+
+       Revised and re-submitted by John Wolfe <jlw@caldera.com>
+
+       Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
+       so we can work on more than one compilation unit at a time.  This
+       helps prepare GDB to handle inter-CU die references.
+       * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
+       the code to be defined before struct comp_unit_head.
+       (comp_unit_head): Added new members - offset, cu_head,
+       begin_die, next and dwarf2_abbrevs.
+       (dwarf2_abbrevs): Removed single static var; now member of
+       struct comp_unit_head.
+       dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
+       members.
+       (psymtab_to_symtab_1): Changed to work with the new
+       struct comp_unit_head.
+       (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
+       constructs the dwarf2_abbrevs[] inside the cu_header.
+       (dwarf2_empty_abbrev_table): Now expects a ptr to a
+       dwarf2_abbrev table to clean up.
+       (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
+       handling of dwarf2_abbrevs inside the cu_header.
+       (read_partial_die): Now supports the call to the new
+       dwarf2_lookup_abbrev.
+       (read_full_die): Now supports the call to the new
+       dwarf2_lookup_abbrev.
+
+2002-10-06  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in (install-gdbtk): Add missing continuation backslash to
+       insure that shell variables, such as "transformed_name" are propagated
+       to later shell statements in rule.
+
+2002-10-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/i386/nm-i386sco.h: Add protection against
+       multiple-inclusion.  Include "i386/nm-i386v.h".
+       (REGISTER_U_ADDR): Remove define.
+       (i386_register_u_addr): Remove prototype.
+
+2002-10-04  Michael Snyder  <msnyder@redhat.com>
+
+       * m32r-stub.c (handle_exception): Make sure exception is "trap"
+       before treating it as a single-step event.
+
+2002-10-03  Adam Fedor  <fedor@gnu.org>
+
+       * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
+       (objc_demangle): Remove assignment in if statements, Replace
+       free with xfree.
+       (add_msglist): Likewise.
+       (end_msglist): Likewise.
+       (complare_selectors): Likewise.
+       (selectors_info): Likewise.
+       (compare_classes): Likewise.
+       (classes_info): Likewise.
+       (print_object_command): Likewise.
+       (find_objc_msgcall_submethod): Replace PTR with void *.
+       * objc-lang.h: Remove check for __STDC__.
+
+2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * ui-out.h (ui_out_field_fmt_int): New prototype.
+       * ui-out.c (ui_out_field_fmt_int): New function allowing specification
+       of field width and alignment.
+       * stack.c (print_frame_info_base): When printing frame level, use
+       ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
+       PR gdb/192
+
+2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * MAINTAINERS: Add self to Write After Approval list.
+
+2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
+
+       * infcmd.c (interrupt_target_command_wrapper): Delete.
+       (interrupt_target_command): Make non static.
+       (nofp_registers_info): Make static.
+       * stack.c (return_command_wrapper): Delete.
+       (return_command): Make non static.
+
+2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
+
+       * event-top.c (gdb_setup_readline): New function. Code moved from
+       _initialize_event_loop().
+       (_initialize_event_loop): Call gdb_setup_readline().
+
+2002-10-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
+       * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
+       * gdbarch.h, gdbarch.c: Re-generate.
+
+2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR gdb/778
+       * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
+       before recursing.
+       * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
+       of fill_in_vptr_fieldno.
+
+2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
+
+       * inferior.h (registers_info, stepi_command, nexti_command,
+       continue_command, interrupt_target_command): Export from infcmd.c.
+       * frame.h (args_info, selected_frame_level_changed_hook,
+       return_command): Export from stack.c.
+       * v850ice.c (stepi_command, nexti_command, continue_command): use
+       prototypes from inferior.h.
+       * tracepoint.c (registers_info, args_info, locals_info): Use
+       prototypes from frame.h and inferior.h.
+       * Makefile.in (mi-main.o): Add dependency on frame.h.
+
+2002-10-02  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
+       value in register 3 adjusted by ppc_gp0_regnum.
+
+       * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
+
+2002-10-02  Marko Mlinar <markom@opencores.org>
+
+        * MAINTAINERS: Add myself to the Write After Approval list.
+
+2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
+
+       * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
+       of the section for the N64 ABI, fixed.
+
+       * config/mips/tm-irix6.h: Include solib.h.
+
+2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
+
+       * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
+       GNU operators.
+
+2002-10-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
+       and that "mi0" syntax has been removed.
+
+2002-09-30  David Carlton  <carlton@math.stanford.edu>
+
+       * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
+       * ppc-sysv-tdep.c: #include "gdb_string.h".
+       * remote-sds.c (getmessage): Add semicolon after 'retry' label to
+       pacify GCC.
+
+2002-10-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
+       "vrsave"'s register number.
+
+2002-09-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
+       use frame_unwind_signed_register to obtain the PC.
+       (mips_frame_chain): Handle a generic dummy frame.
+       (mips_init_extra_frame_info): When a generic dummy frame, don't
+       re-compute the frame base.
+       (mips_pop_frame): Handle generic dummy frames.
+       (mips_gdbarch_init): When generic dummy frames, set
+       use_generic_dummy_frames, push_dummy_frame to
+       generic_push_dummy_frame, pc_in_call_dummy to
+       generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
+       generic_save_dummy_frame_tos.
+
+2002-09-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
+       against TOP when TOP was explictly set.
+       (generic_push_dummy_frame): Set TOP to zero.
+
+2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
+
+       * event-loop.c (start_event_loop): Rename variable 'result' to
+       'gdb_result', to avoid conflicts with upcoming intepreters changes.
+
+2002-09-30  Keith Seitz  <keiths@redhat.com>
+
+       * gdb-events.sh (selected_thread_changed): New event.
+       * gdb-events.c: Regenerated.
+       * gdb-events.h: Regenerated.
+
+2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * MAINTAINERS: Add self to Write After Approval list.
+
+2002-09-30  Fernando Nasser  <fnasser@redhat.com>
+
+       * disasm.c: New file.  
+       * disasm.h: New file.  
+       * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
+       (compare_lines): Ditto.
+       (dump_insns): Ditto.
+       (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
+       argument.
+       (do_assembly_only): Ditto.
+       (do_disassembly): Renamed to gdb_disassembly and moved to
+       disasm.c.  Sdded uiout argument.
+       * Makefile.in: Add new files.  Reorder SFILES list. Update
+       dependencies.  Include libgdb.a later in the insight executable.
+
+2002-09-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
+       bfd/elf64-alpha-fbsd.c.
+
+2002-09-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
+       i386gnu-tdep.c.
+
+2002-09-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
+       __FUNCTION__.
+       * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
+       function name.
+       (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
+       (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
+       (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
+       (S_msg_sig_post_reply): Ditto.
+       
+2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_use_struct_convention): Use definition according
+       to ABI.
+       (sh_push_arguments): Store in register with correct endianess.
+       (sh_default_store_return_value): Ditto.
+       (sh_gdbarch_init): Set sizeof long double to 8.
+
+2002-09-27  Mark Kettenis  <kettenis@gnu.org>
+
+       * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
+       Fix some whitespace problems.
+
+2002-09-27  David Carlton  <carlton@math.stanford.edu>
+
+       * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
+       (mcore-tdep.o): Ditto.
+       (ns32k-tdep.o): Ditto.
+       (ns32knbsd-tdep.o): Ditto.
+       (sh3-rom.o): Ditto.
+       (vax-tdep.o): Ditto.
+       * cris-tdep.c: #include "gdb_string.h"
+       * mcore-tdep.c: Ditto.
+       * ns32k-tdep.c: Ditto.
+       * ns32knbsd-tdep.c: Ditto.
+       * sh3-rom.c: Ditto.
+       * vax-tdep.c: Ditto.
+
+2002-09-27  David Carlton  <carlton@math.stanford.edu>
+
+       * config/djgpp/fnchange.lst: Add entries for
+       gdb/testsuite/gdb.c++/m-static files.
+
+2002-09-27  Jim Wilson  <wilson@redhat.com>
+
+       * MAINTAINERS: Add myself to the Write After Approval list.
+
+2002-09-26  Martin M. Hunt  <hunt@redhat.com>
+
+       * mips-tdep.c (find_proc_desc): Initialize startaddr.
+
+
+2002-09-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
+       frame.
+
+2002-09-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
+       (rs6000_struct_return_address): Delete variable.
+       (rs6000_store_struct_return): Update.
+       (rs6000_gdbarch_init): Set extract_struct_value_address instead of
+       deprecated_extract_struct_value_address.
+       (rs6000_frame_align): New function.
+       (rs6000_gdbarch_init): Set frame_align.
+
+2002-09-26  Andrew Cagney  <ac131313@redhat.com>
+
+       From Grace Sainsbury <graces@redhat.com>:
+       * Makefile.in (gdbtk-main.o): New target.
+       (gdb.o): New target.
+       (main_h): Define.
+       (main.o): Update dependencies.
+       (gdb$(EXEEXT)): Add gdb.o.
+       (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
+       (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
+       (SUBDIR_GDBTK_CLEAN): Set.
+       (install-gdbtk): Install the insight binary.
+       (uninstall-gdbtk): New target.
+       (all-gdbtk, clean-gdbtk): New rule.
+       * top.c (use_windows): Default to zero.
+       * main.c: Include "main.h".
+       (main): Delete.
+       (struct captured_main_args): Delete.
+       (gdb_main): New function.
+       * main.h: New file.
+       * gdb.c: New File.
+
+2002-09-25  Andrew Cagney  <cagney@redhat.com>
+
+       * frame.c: Include "gdb_string.h" and "builtin-regs.h".
+       (frame_map_regnum_to_name): New function.
+       (frame_map_name_to_regnum): New function.
+       * frame.h (frame_map_name_to_regnum): Declare.
+       (frame_map_regnum_to_name): Declare.
+       * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
+       * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
+       * parse.c: Do not include "builtin-regs.h".
+       (target_map_name_to_register): Delete function.
+       (write_dollar_variable): Use frame_map_name_to_regnum.
+       * parser-defs.h (target_map_name_to_register): Delete declaration.
+       * expprint.c: Include "frame.h".
+       (print_subexp): Use frame_map_regnum_to_name.
+       * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
+       * infcmd.c (registers_info): Use frame_map_name_to_regnum.
+
+2002-09-25  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
+       wasn't saved, and the next innermost frame is a dummy, return the
+       dummy frame's link register.
+
+2002-09-24  Jim Blandy  <jimb@redhat.com>
+
+       Fix from Paul Breed:
+       * main.c (captured_main): Add a `break' after the case for 'b'.
+
+2002-09-24  Keith Seitz  <keiths@redhat.com>
+
+       * varobj.c (c_type_of_child): Use get_target_type instead
+       of TYPE_TARGET_TYPE.
+
+2002-09-22  Fernando Nasser  <fnasser@redhat.com>
+
+       * source.c (get_current_or_default_source_symtab_and_line): Remove
+       function.
+       (set_default_source_symtab_and_line): New function. Attempts to
+       determine a source file to list lines from if one is not currently
+       defined.
+       (get_current_source_symtab_and_line): Initialize sal.pc and
+        sal.end fields.
+       (set_current_source_symtab_and_line): Mark argument as const.
+       * source.h: Update declarations and comments.
+       * linespec.c (decode_line_1): Replace call to removed routine above.
+       * stack.c (print_frame_info_base): Ditto.
+       * cli/cli-cmds.c (edit_command): Ditto.
+       (list_command): Ditto.
+
+2002-09-22  Fernando Nasser  <fnasser@redhat.com>
+
+       * source.c (get_current_or_default_source_symtab_and_line): Initialize
+       sal.pc and sal.end fields.
+       (get_current_or_default_source_symtab_and_line): Ditto.
+       * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
+       so we do not cause a new source symtab to be searched for (reverting an
+       unintentional change from the 2002-09-20 patch).
+       * scm-lang.c (scm_unpac): Ditto.
+
+2002-09-21  Andrew Cagney  <cagney@redhat.com>
+
+       * complaints.c (symfile_explanations): Remove new-line from
+       ``isolated_message''.
+       (vcomplaint): When ISOLATED_MESSAGE, force a line break.
+       (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
+
+2002-09-20  Nick Clifton  <nickc@redhat.com>
+       
+       * NEWS: Announce that V850EA ISA is no longer supported.
+        * v850-tdep.c: Remove reference to bfd_mach_v850ea.
+
+2002-09-20  David Carlton  <carlton@math.stanford.edu>
+
+       * Makefile.in (c-lang.o): Correct dependencies.
+       (utils.o): Gather dependencies.
+       (charset.o): Move.
+       * c-lang.c: #include "gdb_string.h"
+
+2002-09-20  Fernando Nasser  <fnasser@redhat.com>
+
+       From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
+       * cli/cli-cmds.c (list_command): New function.  Implements the new
+       cli edit command.
+       (_init_cli_cmds): Add new command definition.
+       * gdb.1: Document edit command.
+       * doc/gdb.texinfo: Document edit command.
+
+2002-09-20  Fernando Nasser  <fnasser@redhat.com>
+
+       * source.c: Make global variables current_source_symtab and
+       current_source_line static.
+       (list_command): Moved to cli/cli-cmds.c.
+       (ambiguous_line_spec): Moved to cli/cli-cmds.c.
+       (get_first_line_listed): New accessor function.
+       (get_lines_to_list): New accessor function.
+       (get_current_source_symtab_and_line): New function. Retrieves the
+       position in the source code that we consider current.
+       (get_current_or_default_source_symtab_and_line): New function.
+       Like the above but attempts to determine a default position if one
+       is not currently defined.
+       (set_current_source_symtab_and_line): New function. Sets the source
+       code position considered current and returns the previously set one.
+       (clear_current_source_symtab_and_line): Reset stored information about
+       a current source line.
+       (_initialize_source): Remove registration for the "list" command and
+       its alias.
+       * source.h: Add declarations for the new functions above.
+       * symtab.h: Remove declarations for the global variables mentioned
+       above.
+       * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
+       obtain current source line.
+       * linespec.c (decode_line_1): Ditto.
+       * macroscope.c (default_macro_scope): Ditto.
+       * scm-lang.c (scm_unpac): Ditto.
+       * stack.c (print_frame_info_base): Ditto.
+       * symfile.c (clear_symtab_users): Ditto.
+       * symtab.c (decode_line_spec): Ditto.
+       * cli/cli-cmds.c (list_command): Moved here from source.c.
+       (ambiguous_line_spec): Moved here from source.c.
+       (_init_cli_cmds): Add definition for "list" and its alias.
+       * Makefile.in: Update dependencies.
+
+2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
+
+       * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
+       with what gcc thinks is correct.
+
+2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
+
+       * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
+       multiple register push instruction.
+
+2002-09-19  Jim Blandy  <jimb@redhat.com>
+
+       Add support for distinct host and target character sets.
+       * charset.c, charset.h: New files.
+       * c-exp.y: #include "charset.h".
+       (yylex): Convert character and string literals to the target
+       character set, before returning them as the semantic value of the
+       token.
+       * c-lang.c: #include "charset.h".
+       (c_emit_char): Use charset-specific methods to recognize
+       characters with backslash escape forms, to decide which characters
+       to print literally and which to print using numeric escape
+       sequences, and to convert target characters to host characters
+       before printing.
+       * utils.c: #include "charset.h".
+       (no_control_char_error): New function.
+       (parse_escape): Use charset-specific methods to recognize
+       backslash escapes, parse `control character' notation, and convert
+       characters from the host character set to the target character set.
+       * configure.in: Set the default host character set.
+       Check where to find iconv, and what its argument types might be.
+       * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
+       * Makefile.in (SFILES): List charset.c.
+       (COMMON_OBS): List charset.o.   
+       (charset.o): New rule.
+       (charset_h): New header dependency variable.
+       (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
+       (LIBICONV): New variable, set by configure.
+       (CLIBS): Include $(LIBICONV) here.
+       * aclocal.m4, config.in, configure: Regenerated.
+
+2002-09-19  Joel Brobecker  <brobecker@gnat.com>
+
+       * ada-exp.y: Add missing semicolons to end rules. Fixes a
+       bison 1.35 warning.
+
+2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gdb_mbuild.sh: New file.
+
+2002-09-19  Andrew Cagney  <ac131313@redhat.com>
+
+       * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
+
+2002-09-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
+       jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
+       printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
+       valops.c, value.h: Revert previous change.
+       
 2002-09-18  Michael Snyder  <msnyder@redhat.com>
 
+       Preliminary support for Objective-C:
+       * defs.h (language_objc): New enum value.
+       (puts_filtered_tabular): Declaration only, exported from utils.c.
+       (skip_quoted): Delete, declared in completer.h.
+       * c-exp.y: Include completer.h.
+       * p-exp.y: Ditto.
+       * jv-exp.y: Ditto.
+       * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
+       New operator enum values.
+       * language.h (CAST_IS_CONVERSION): Test for language_objc.
+       * language.c (binop_result_type): Handle language_objc case.
+       (integral_type, character_type, string_type, boolean_type,
+       structured_type, binop_type_check): Ditto.
+       * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
+       (struct objc_specific): Add to general_symbol_info.
+       (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
+       (SYMBOL_DEMANGLED_NAME): Handle objc case.
+       * parser-defs.h (struct objc_class_str): New struct type.
+       (start_msglist, end_msglist, add_msglist): Declaration only,
+       exported from objc-lang.c.
+       * value.h (value_of_local, value_nsstring, 
+       call_function_by_hand_expecting_type): Exported from valops.c.
+       * valops.c (find_function_addr): Export.
+       (call_function_by_hand_expecting_type): New function.
+       (value_of_local): New function.
+       * symfile.c (init_filename_language_table): Add ".m" extension
+       for Objective-C.
+       * utils.c (puts_filtered_tabular): New function.
+       (fprintf_symbol_filtered): Add objc demangling support (disabled).
+       (set/show demangle): Extend help-string to refer to ObjC.
+       * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
+       * stabsread.c (symbol_reference_defined): Objective-C symbols
+       may contain colons: make allowances when scanning stabs strings
+       for colons.
+       (objc_find_colon): New function.
+       * printcmd.c (address_info): If language == objc then print
+       "self" instead of "this".
+       * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
+       OP_NSSTRING, and OP_SELF.
+       (prefixify_subexp): Ditto.
+       * source.c (print_source_lines): Mention objc in comment.
+       * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
+       method names.
+
+2002-09-18  Andrew Cagney  <ac131313@redhat.com>
+
+       * complaints.h: Update copyright.
+       (struct complaints): Declare.
+       (struct complaint): Make `message' constant.
+       (internal_complaint): Declare.
+       (complaint): Declare.
+       (complaint_root): Delete declaration.
+       (symfile_complaints): Delete declaration.
+       (struct complaints): Add opaque declaration.
+       (clear_complaints): Add a complaints parameter.
+       * complaints.c: Update copyright.
+       (enum complaint_series): Define.
+       (complaint_root): Delete.
+       (struct complaints): Define.
+       (complaint_sentinel, symfile_complaint_book): New variables.
+       (symfile_explanations, symfile_complaints): New variables.
+       New variables.
+       (get_complaints): New function.
+       (vcomplaint): New function.
+       (complaint): New function.
+       (internal_complaint): New function.
+       (complain): Call vcomplain with symfile_complaint.
+       (clear_complaints): Rewrite.
+       (_initialize_complaints): Use add_setshow_command.
+       * Makefile.in (complaints.o): Update dependencies.
+       * symfile.c (syms_from_objfile): Add symfile_complaints parameter
+       to call to clear_complaints.
+       (new_symfile_objfile, reread_symbols): Ditto.
+       (oldsyms_complaint): Delete.
+       (empty_symtab_complaint, unknown_option_complaint): Delete.
+       (free_named_symtabs): Use complaint instead of complain.
+
+2002-09-18  Michael Snyder  <msnyder@redhat.com>
+
+       Contributed by Apple Computer, Inc.  Merged with current sources
+       by Adam Fedor <fedor@doc.com> [cagney].
+       
        * objc-lang.c: First clean-up round: comments, indentation.
        * objc-lang.h: Ditto.
        * objc-lang.y: Ditto.
@@ -9873,9 +10567,9 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
        * breakpoint.c (break_at_finish_command): Export.
        (break_at_finish_at_depth_command): Export.
        (tbreak_at_finish_command): Export.
-       (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
+       (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
        * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
-       "tbreak" commands, which are HPPA specific.
+       "txbreak" commands, which are HPPA specific.
 
        * printcmd.c (disassemble_command): Remove an ancient
        artifact of an old merge.
This page took 0.032474 seconds and 4 git commands to generate.