2009-10-23 Paul Pluzhnikov <ppluzhnikov@google.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2951bae2e4c64fe29f8ec1ab0eab3efc00e77147..5ef3f9622845fb4e20c586bb5406bedbfe0b68d9 100644 (file)
@@ -1,4 +1,45 @@
-2009-10-16  Hui Zhu  <teawater@gmail.com>
+2009-10-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * objfiles.c (allocate_objfile): Use xzalloc.
+
+2009-10-23  Hui Zhu  <teawater@gmail.com>
+
+       * record.c (record_restore): Use phex_nz.
+
+2009-10-23  Tristan Gingold  <gingold@adacore.com>
+
+       * frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
+
+2009-10-23  Tristan Gingold  <gingold@adacore.com>
+       
+       * objfiles.c (allocate_objfile): Remove useless test.  Move
+       declaration of last_one to the block that uses it.
+
+2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * record.c (record_restore, cmd_record_save): Fix warnings.
+       
+2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * disasm.h (DISASSEMBLY_OMIT_FNAME) New define.
+       (gdb_disassembly): Correct parameter name.
+       * disasm.c (dump_insns): Adjust.
+       (gdb_disassembly): Fix indentation.
+       * cli/cli-cmds.c (disassemble_command): Adjust.
+       
+2009-10-22  Michael Snyder  <msnyder@vmware.com>
+
+       * infrun.c (keep_going): If insert_breakpoints fails, 
+       print the reason.
+
+2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       PR gdb/10819
+       * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table.
+       * objfiles.c (find_pc_section): Likewise.
+       (update_section_map): Don't allocate empty table.
+       
+2009-10-22  Hui Zhu  <teawater@gmail.com>
            Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
 
        * record.c (RECORD_FILE_MAGIC): New constant.
@@ -13,7 +54,7 @@
        (cmd_record_save): New function.  Save a record log to a file.
        (_initialize_record): Set up commands for save and restore.
 
-2009-10-17  Michael Snyder  <msnyder@vmware.com>
+2009-10-22  Michael Snyder  <msnyder@vmware.com>
 
        * gcore.h: New file.
        * gcore.c (create_gcore_bfd): New function.
This page took 0.026623 seconds and 4 git commands to generate.