Fix ARI warning about function names in first column.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 13f9b162c1dc9c60edadff90774698aa6d1c8ab9..32294ebac471a98c5e973fb78897f415bf3aea11 100644 (file)
@@ -1,5 +1,77 @@
+2011-03-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Fix ARI warning about function names in first column.
+       Put prototype declaration on same line as return type.
+       * objc-exp.y: Ditto.
+       * p-exp.y: Ditto.
+       * python/py-stopevent.h: Ditto.
+       For long function names, split parameters to
+       allow function name on same line as return type.
+       * solib-pa64.c: Ditto.
+       * varobj.c: Ditto.
+       * varobj.h: Ditto.
+       For long function declaration, use single line.
+       * hppa-tdep.h: Ditto.
+       * inferior.h: Ditto.
+
+2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * python/python.h: Declare gdbpy_should_stop and
+       gdbpy_breakpoint_has_py_cond.
+       * python/python.c: Add python.h to includes.  Remove python.h from
+       HAVE_PYTHON definition
+       (gdbpy_should_stop): New dummy function.
+       (gdbpy_breakpoint_has_py_cond): New dummy function.
+       * python/py-breakpoint.c (bppy_init): Rewrite to allow
+       sub-classing capabilities.
+       (gdbpy_should_stop): New function.
+       (gdbpy_breakpoint_has_py_cond): New function.
+       (local_setattro): New function.
+       * breakpoint.c (condition_command): Add check for Python 'stop'
+       operation.
+       (bpstat_check_breakpoint_conditions): Execute Python 'stop'
+       operation function as part of stop/continue tests.
+
+2011-03-14  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/12576:
+       * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
+       (needs_frame_dwarf_call): Likewise.
+
+2011-03-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Fix ARI warning about functions without parameters that do not
+       use (void).
+       * breakpoint.c (all_tracepoints): Replace () by (void).
+       * f-exp.y (match_string_literal): Ditto.
+       (yylex): Ditto.
+       * m2-exp.y (yylex): Ditto.
+       * mep-tdep.c (current_me_module): Ditto.
+       (current_options): Ditto.
+       (current_cop_data_bus_width): Ditto.
+       (current_cr_names): Ditto.
+       (current_cr_is_float): Ditto.
+       (current_ccr_names): Ditto.
+       * objc-exp.y (yylex): Ditto.
+       * p-exp.y (yylex): Ditto.
+       * remote.c (send_interrupt_sequence): Ditto.
+       * tracepoint.c (current_trace_status): Ditto.
+       * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
+       * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
+
 2011-03-11  Michael Snyder  <msnyder@vmware.com>
 
+       * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
+       * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
+       (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
+       * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
+       * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
+
+       * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
+       (delete_async_event_handler): Ditto.
+
+       * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
+
        * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
 
        * top.c (set_verbose): Assert showcmd was found.
This page took 0.023924 seconds and 4 git commands to generate.