Fix prologue analysis for moxie.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 690f76a04616ed6c0560f87d02cd80c68348d5d0..882330bd3bf241065667e2d227b80e23fa42ee19 100644 (file)
@@ -1,3 +1,88 @@
+2009-07-18  Anthony Green  <green@moxielogic.com>
+
+       * moxie-tdep.c (moxie_analyze_prologue): Take gdbarch as last
+       parameter instead of frame_info.
+       (moxie_frame_cache): Call moxie_analyze_prologue with different
+       args.
+
+2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * solib.c (solib_bfd_open): Do not call ops->bfd_open.
+       (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open.
+       * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member.
+       * solib-irix.c (_initialize_irix_solib): Likewise.
+       * solib-null.c (_initialize_null_solib): Likewise.
+       * solib-osf.c (_initialize_osf_solib): Likewise.
+       * solib-pa64.c (_initialize_pa64_solib): Likewise.
+       * solib-som.c (_initialize_som_solib): Likewise.
+       * solib-sunos.c (_initialize_sunos_solib): Likewise.
+       * solib-svr4.c (_initialize_svr4_solib): Likewise.
+       * solib-target.c (_initialize_solib_target): Likewise.
+
+2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag.
+
+2009-07-16  Doug Evans  <dje@google.com>
+
+       * linux-thread.db.c (try_thread_db_load_1): Tweak comment.
+
+2007-07-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * linux-thread-db.c (thread_db_find_new_threads_silently):
+       New function.
+       (try_thread_db_load_1): Call it.
+
+2009-07-15  Doug Evans  <dje@google.com>
+
+       Code reorg in preparation for adding comdat types support.
+       * dwarf2read.c (struct die_reader_specs): New struct.
+       (locate_pdi_sibling): New arg buffer.  All callers updated.
+       (load_partial_dies, read_partial_die): Ditto.
+       (read_8_bytes): Change return type to ULONGEST.
+       (read_comp_unit): Delete arg abfd.  All callers updated.
+       (read_die_and_children_1): Delete args abfd, cu.  New arg reader.
+       All callers updated.
+       (read_die_and_children, read_die_and_siblings): Ditto.
+       (read_full_die): Ditto.  Move closer to callers.
+       (skip_one_die): New arg buffer.  All callers updated.
+       (load_full_comp_unit): Change return type to void.  All callers
+       updated.
+       (partial_read_comp_unit_head): New args buffer, buffer_size.
+       All callers updated.
+       (process_psymtab_comp_unit): New function, split out from
+       dwarf2_build_psymtabs_hard.
+       (dwarf2_build_psymtabs_hard): Call it.
+       (load_partial_comp_unit): Renamed from load_comp_unit.
+       All callers updated.
+       (skip_children): New arg buffer.  All callers updated.
+       (init_cu_die_reader): New function.
+       (is_ref_attr): New function.
+       (dwarf2_get_ref_die_offset): Call it.
+       (alloc_one_comp_unit): New function.
+
+2009-07-14  Stan Shebs  <stan@codesourcery.com>
+
+       * MAINTAINERS (Global Maintainers): Add Doug Evans.
+
+2009-07-14  Stan Shebs  <stan@codesourcery.com>
+
+       Conditional tracepoints.
+       * ax-gdb.h (gen_eval_for_expr): Declare.
+       * ax-gdb.c (gen_expr): Generate bytecodes for BINOP_EQUAL
+       and other comparisons.
+       (gen_eval_for_expr): New function.
+       (agent_eval_command): New maintenance command.
+       (_initialize_ax_gdb): Define the command.
+       * remote.c (struct remote_state): New field cond_tracepoints.
+       (PACKET_ConditionalTracepoints): New packet config type.
+       (remote_cond_tracepoint_feature): New function.
+       (remote_protocol_features): Add ConditionalTracepoints.
+       (remote_supports_cond_tracepoints): New function.
+       (_initialize_remote): Add ConditionalTracepoints.
+       * tracepoint.c (download_tracepoint): Add conditional.
+       * NEWS: Mention conditional tracepoints.
+
 2009-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * objfiles.c (objfile_relocate): Do not relocate the same
This page took 0.024225 seconds and 4 git commands to generate.