Add a new method 'disassemble' to gdb.Architecture class.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d5211b507201aa3c90cd988af45404f132827646..f72353b97260f22aba9b399d71da41ab756280a3 100644 (file)
@@ -1,3 +1,119 @@
+2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
+
+       Add a new method 'disassemble' to gdb.Architecture class.
+       * python/py-arch.c (archpy_disassmble): Implementation of the
+       new method gdb.Architecture.disassemble.
+       (arch_object_methods): Add entry for the new method.
+
+2013-02-20  Jiong Wang  <jiwang@tilera.com>
+
+       * MAINTAINERS (Write After Approval): Add myself to the list.
+
+2013-02-19  Pedro Alves  <palves@redhat.com>
+
+       Garbage collect 'struct monitor_ops'::load_routine.
+
+       * monitor.h (struct monitor_ops) <load_routine>: Remove field.
+       * monitor.c (monitor_load): No longer call
+       current_monitor->load_routine.
+       * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
+       * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
+       * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
+
+2013-02-19  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/15161
+
+       Harmonize with generic_load.
+
+       * monitor.c: Include "readline/readline.h".
+       (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
+       instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
+       long/strtol for the 'load_offset' local.  Error out if no argument
+       is given or if too many arguments are given.  Tilde expand the
+       passed in file name.
+
+2013-02-19  Kai Tietz  <ktietz@redhat.com>
+
+       PR gdb/15161
+       * symfile.c (load_section_data): Change type of load_offset
+       to CORE_ADDR.
+       (generic_load): User strtoulst instead of strtoul for conversion
+       of load_offset.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (tilegx_analyze_prologue): add check for
+        for return address, "lr" register, saved on stack.
+       * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
+       after we invoke tilegx_analyze_prologue.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
+       (tilegx_write_pc): New function.
+       (tilegx_cannot_reference_register): Return zero if REGNO
+       is TILEGX_FAULTNUM_REGNUM.
+       (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
+       (tilegx_register_name): Add handling of "faultnum" register.
+       * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
+       * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
+       handling of TILEGX_FAULTNUM_REGNUM.
+       * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
+
+2013-02-19  Jiong Wang  <jiwang@tilera.com>
+
+       * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
+       should be aligned to 64bit.
+
+2013-02-19  Kai Tietz  <ktietz@redhat.com>
+
+       * windows-nat.c (windows_xfer_memory): Fix debug-output
+       for LLP64.
+
+2013-02-19  Lei Liu  <lei.liu2@windriver.com>
+
+       * mips-linux-nat.c (mips64_linux_regsets_store_registers):
+       Don't check DSP register number if HAVE_DSP is not set.
+
+2013-02-19  Alan Modra  <amodra@gmail.com>
+
+       * elfread.c (struct build_id): Delete.  Use struct elf_build_id
+       throughout file instead.
+       (build_id_bfd_get): Update to use new elf_tdata build_id field.
+       Don't xmalloc return value.
+       (build_id_verify): Similarly.  Don't xfree.
+       (build_id_to_debug_filename): Update.
+       (find_separate_debug_file_by_buildid): Update, don't xfree.
+
+2013-02-18  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/15102:
+       * dwarf2read.c (read_subrange_type): Use result of
+       'check_typedef'.
+
+2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
+
+       * frame.c: Remove one extra white space after #include
+       directive.
+
+2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
+
+2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
+       and dir commands into an if block.
+
 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
 
        * python/py-breakpoint (struct pybp_code):  Use int instead of
 
 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
 
-       * MAINTAINERS (Write After Approval): Add myself to the list. 
+       * MAINTAINERS (Write After Approval): Add myself to the list.
 
 2013-01-24  Tom Tromey  <tromey@redhat.com>
 
This page took 0.024508 seconds and 4 git commands to generate.