PR ld/12549
[binutils-gdb.git] / gdb / ChangeLog
index 9523824442a64ac6739ef6c8266d441095455b09..4e53bc015796092ee90ccdb3ef93f774e500fcf6 100644 (file)
@@ -1,3 +1,64 @@
+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
+       enum type_code.
+
+2013-02-15  Pedro Alves  <pedro@codesourcery.com>
+           Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       * NEWS: Mention new field "trace-file".
+       * tracepoint.c (trace_status_mi): Output "trace-file" field.
+       (tfile_open): Record the trace file's filename in the trace
+       status.
+       (tfile_files_info): Mention the name of the trace file.
+       Check the "filename" field explicitely.
+       (trace_status_command): Explicitely check "filename" field.
+       (trace_find_command): Ditto.
+       (trace_find_pc_command): Ditto.
+       (trace_find_tracepoint_command): Ditto.
+       (trace_find_line_command): Ditto.
+       (trace_find_range_command): Ditto.
+       (trace_find_outside_command): Ditto.
+       * tracepoint.h (struct trace_status) <from_file>: Rename it
+       to "filename" and make it hold the trace file's filename
+       instead of a boolean.
+       * remote.c (remote_get_trace_status): Initialize "filename"
+       field with NULL instead of 0.
+
+2013-02-15  Yao Qi  <yao@codesourcery.com>
+
+       * remote.c: Fix a typo.
+
+2013-02-14  Pierre Muller  <muller@sourceware.org>
+
+       * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
+
+2013-02-14  Pedro Alves  <palves@redhat.com>
+
+       * utils.c (savestring): Don't #undef it.  Move function to
+       common/common-utils.c.
+       * common/common-utils.c: Include gdb_string.h.
+       (savestring): Move here from utils.c.
+       * common/common-utils.h (savestring): Declare.
+
+2013-02-14  Pedro Alves  <palves@redhat.com>
+
+       * utils.c (savestring): Rename parameter 'size' to 'len'.
+
 2013-02-14  Pedro Alves  <palves@redhat.com>
            Yufeng Zhang  <yufeng.zhang@arm.com>