gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 217295e38bb0aff94100e531d69ad276a3f877bf..a7913b2cff70226e49e05b7d73fecd664c7dcdd2 100644 (file)
@@ -1,3 +1,55 @@
+2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * config/djgpp/fnchange.lst: Fix typo in translations for
+       symbol-without-target_section.exp and symbol-without-target_section.c.
+
+2010-04-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (condition_command): Pass condition expression to
+       set_breakpoint_condition stripped from breakpoint number.
+
+2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * breakpoint.c (condition_command): Simplify.  Move condition
+       setting code to ...
+       (set_breakpoint_condition): ... here.  New function.
+       * breakpoint.h  (set_breakpoint_condition): Declare.
+       * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
+       (SUBDIR_PYTHON_SRCS): Likewise.
+       (py-breakpoint.o): New rule.
+       * python/py-breakpoint.c: New file.
+       * python/python-internal.h (gdbpy_breakpoints)
+       (gdbpy_initialize_breakpoints): Declare.
+       (GDB_PY_SET_HANDLE_EXCEPTION) Define.
+
+2010-04-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * regformats/regdat.sh: Include server.h.  Don't include
+       regcache.h.
+
+2010-04-08  Stan Shebs  <stan@codesourcery.com>
+           Pedro Alves  <pedro@codesourcery.com>
+
+       * tracepoint.h (struct trace_status): New fields disconnected_tracing
+       and circular_buffer.
+       (disconnect_tracing): Rename from disconnect_or_stop_tracing.
+       * tracepoint.c (trace_status_command): Display target's status for
+       disconnected tracing and circular buffer.
+       (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
+       query for non-disconnected-tracing case, remove the stop_tracing
+       call.
+       (tfile_open): Clear disconnected and circular buffer status.
+       (trace_save): Save disconnected and circular buffer status.
+       (parse_trace_status): Parse disconnected and circular buffer status,
+       also recognize disconnected as a stop reason.
+       * remote.c (remote_set_disconnected_tracing): Only set
+       QTDisconnected if the remote end supports disconnected tracing.
+       Warn otherwise, if trying to enable disconnected tracing.
+       * infcmd.c (detach_command): Update disconnect_tracing call.
+       * cli/cli-cmds.c (quit_command): Ditto.
+
 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i387-tdep.c (i387_collect_xsave): Replace abort with
This page took 0.023347 seconds and 4 git commands to generate.