]> sourceware.org Git - insight.git/commitdiff
Upgrade submodule, sync patches.
authorPatrick Monnerat <patrick@monnerat.net>
Sat, 21 Oct 2017 16:38:19 +0000 (17:38 +0100)
committerPatrick Monnerat <patrick@monnerat.net>
Sat, 21 Oct 2017 16:38:19 +0000 (17:38 +0100)
binutils-gdb
patches/binutils-gdb/004-tcltkplatform.patch
patches/binutils-gdb/005-gdb_do_one_event-add-an-expiration-parameter.patch
patches/binutils-gdb/006-add_file_handler-implement-a-mask-parameter.patch

index 62cd30f167be56e68cb0a37789d400b47bbdbc6c..4d3bb80e5db40cd2308157db3c446f35ae97a915 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 62cd30f167be56e68cb0a37789d400b47bbdbc6c
+Subproject commit 4d3bb80e5db40cd2308157db3c446f35ae97a915
index dba2490462a0993cf1008818ee511c558719fd13..48990fba7909866b848fae8327c3177877822423 100644 (file)
@@ -178,7 +178,7 @@ diff -Naurp a/gdb/configure.ac b/gdb/configure.ac
 diff -Naurp a/gdb/Makefile.in b/gdb/Makefile.in
 --- a/gdb/Makefile.in  2016-11-25 14:24:44.190083746 +0100
 +++ b/gdb/Makefile.in  2016-11-25 14:36:23.590282737 +0100
-@@ -623,7 +623,7 @@ SUBDIR_GDBTK_SRCS = \
+@@ -625,7 +625,7 @@ SUBDIR_GDBTK_SRCS = \
  
  SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
  SUBDIR_GDBTK_LDFLAGS =
index edf5689cf16393392a2fb7e9c33f05bab214db16..145b222f95993807dc4af9e76fd63d06c8960cfe 100644 (file)
@@ -121,7 +121,7 @@ diff -Naurp binutils-gdb.orig/gdb/event-loop.h binutils-gdb.new/gdb/event-loop.h
 diff -Naurp binutils-gdb.orig/gdb/top.c binutils-gdb.new/gdb/top.c
 --- binutils-gdb.orig/gdb/top.c        2016-10-28 11:35:18.679159905 +0100
 +++ binutils-gdb.new/gdb/top.c 2016-10-28 12:34:54.593738064 +0100
-@@ -508,7 +508,7 @@ wait_sync_command_done (void)
+@@ -502,7 +502,7 @@ wait_sync_command_done (void)
    scoped_restore save_ui = make_scoped_restore (&current_ui);
    struct ui *ui = current_ui;
  
@@ -130,7 +130,7 @@ diff -Naurp binutils-gdb.orig/gdb/top.c binutils-gdb.new/gdb/top.c
      if (ui->prompt_state != PROMPT_BLOCKED)
        break;
  }
-@@ -981,7 +981,7 @@ gdb_readline_wrapper (const char *prompt
+@@ -973,7 +973,7 @@ gdb_readline_wrapper (const char *prompt
      (*after_char_processing_hook) ();
    gdb_assert (after_char_processing_hook == NULL);
  
index 4ec78bc4222526eb21d5e9cef67289a196873a35..b7ee241530b9a8282fde3e5739e441d04eb735e7 100644 (file)
@@ -1,6 +1,6 @@
 diff -Naurp binutils-gdb.orig/gdb/event-loop.c binutils-gdb.new/gdb/event-loop.c
---- binutils-gdb.orig/gdb/event-loop.c 2016-08-10 12:24:37.824382196 +0200
-+++ binutils-gdb.new/gdb/event-loop.c  2016-08-10 12:28:24.562925857 +0200
+--- binutils-gdb.orig/gdb/event-loop.c 2017-10-21 17:24:43.370671512 +0100
++++ binutils-gdb.new/gdb/event-loop.c  2017-10-21 17:25:22.728752093 +0100
 @@ -37,13 +37,6 @@
  #include "observer.h"
  #include "top.h"
@@ -79,8 +79,8 @@ diff -Naurp binutils-gdb.orig/gdb/event-loop.c binutils-gdb.new/gdb/event-loop.c
  
  /* Add a file handler/descriptor to the list of descriptors we are
 diff -Naurp binutils-gdb.orig/gdb/event-loop.h binutils-gdb.new/gdb/event-loop.h
---- binutils-gdb.orig/gdb/event-loop.h 2016-08-10 12:24:37.824382196 +0200
-+++ binutils-gdb.new/gdb/event-loop.h  2016-08-10 12:28:24.563925855 +0200
+--- binutils-gdb.orig/gdb/event-loop.h 2017-10-21 17:24:43.370671512 +0100
++++ binutils-gdb.new/gdb/event-loop.h  2017-10-21 17:25:22.729752120 +0100
 @@ -69,6 +69,12 @@
  
  #include "gdb_sys_time.h"
@@ -104,8 +104,8 @@ diff -Naurp binutils-gdb.orig/gdb/event-loop.h binutils-gdb.new/gdb/event-loop.h
  extern struct async_signal_handler *
    create_async_signal_handler (sig_handler_func *proc, 
 diff -Naurp binutils-gdb.orig/gdb/event-top.c binutils-gdb.new/gdb/event-top.c
---- binutils-gdb.orig/gdb/event-top.c  2016-08-10 11:04:45.000000000 +0200
-+++ binutils-gdb.new/gdb/event-top.c   2016-08-10 12:29:56.148738475 +0200
+--- binutils-gdb.orig/gdb/event-top.c  2017-10-08 15:03:35.839292259 +0100
++++ binutils-gdb.new/gdb/event-top.c   2017-10-21 17:25:22.730752148 +0100
 @@ -519,7 +519,7 @@ stdin_event_handler (int error, gdb_clie
  void
  ui_register_input_event_handler (struct ui *ui)
@@ -116,8 +116,8 @@ diff -Naurp binutils-gdb.orig/gdb/event-top.c binutils-gdb.new/gdb/event-top.c
  
  /* See top.h.  */
 diff -Naurp binutils-gdb.orig/gdb/linux-nat.c binutils-gdb.new/gdb/linux-nat.c
---- binutils-gdb.orig/gdb/linux-nat.c  2016-07-01 14:47:27.000000000 +0200
-+++ binutils-gdb.new/gdb/linux-nat.c   2016-08-10 12:28:24.565925851 +0200
+--- binutils-gdb.orig/gdb/linux-nat.c  2017-10-14 18:22:05.574711204 +0100
++++ binutils-gdb.new/gdb/linux-nat.c   2017-10-21 17:25:22.731752175 +0100
 @@ -4570,7 +4570,7 @@ linux_nat_async (struct target_ops *ops,
      {
        if (!linux_async_pipe (1))
@@ -128,8 +128,8 @@ diff -Naurp binutils-gdb.orig/gdb/linux-nat.c binutils-gdb.new/gdb/linux-nat.c
          /* There may be pending events to handle.  Tell the event loop
             to poll them.  */
 diff -Naurp binutils-gdb.orig/gdb/python/python.c binutils-gdb.new/gdb/python/python.c
---- binutils-gdb.orig/gdb/python/python.c      2016-07-15 18:54:55.000000000 +0200
-+++ binutils-gdb.new/gdb/python/python.c       2016-08-10 12:28:24.566925849 +0200
+--- binutils-gdb.orig/gdb/python/python.c      2017-10-14 18:22:05.581711273 +0100
++++ binutils-gdb.new/gdb/python/python.c       2017-10-21 17:25:22.732752203 +0100
 @@ -901,7 +901,7 @@ gdbpy_initialize_events (void)
  
    gdbpy_serial_event = make_serial_event ();
@@ -140,8 +140,8 @@ diff -Naurp binutils-gdb.orig/gdb/python/python.c binutils-gdb.new/gdb/python/py
    return 0;
  }
 diff -Naurp binutils-gdb.orig/gdb/ser-base.c binutils-gdb.new/gdb/ser-base.c
---- binutils-gdb.orig/gdb/ser-base.c   2016-04-14 12:05:21.000000000 +0200
-+++ binutils-gdb.new/gdb/ser-base.c    2016-08-10 12:28:24.566925849 +0200
+--- binutils-gdb.orig/gdb/ser-base.c   2017-10-21 17:22:13.722191948 +0100
++++ binutils-gdb.new/gdb/ser-base.c    2017-10-21 17:27:12.152405613 +0100
 @@ -82,7 +82,7 @@ reschedule (struct serial *scb)
        case NOTHING_SCHEDULED:
          if (scb->bufcnt == 0)
@@ -160,9 +160,18 @@ diff -Naurp binutils-gdb.orig/gdb/ser-base.c binutils-gdb.new/gdb/ser-base.c
              next_state = FD_SCHEDULED;
            }
          else
+@@ -604,7 +604,7 @@ ser_base_async (struct serial *scb,
+       reschedule (scb);
+       if (scb->error_fd != -1)
+-      add_file_handler (scb->error_fd, handle_error_fd, scb);
++      add_file_handler (scb->error_fd, 0, handle_error_fd, scb);
+     }
+   else
+     {
 diff -Naurp binutils-gdb.orig/gdb/tui/tui-io.c binutils-gdb.new/gdb/tui/tui-io.c
---- binutils-gdb.orig/gdb/tui/tui-io.c 2016-07-15 18:54:55.000000000 +0200
-+++ binutils-gdb.new/gdb/tui/tui-io.c  2016-08-10 12:28:24.569925843 +0200
+--- binutils-gdb.orig/gdb/tui/tui-io.c 2017-04-30 17:15:04.025187504 +0100
++++ binutils-gdb.new/gdb/tui/tui-io.c  2017-10-21 17:25:22.732752203 +0100
 @@ -591,7 +591,7 @@ tui_initialize_io (void)
    (void) fcntl (tui_readline_pipe[0], F_SETFL, O_NDELAY);
  #endif
This page took 0.031804 seconds and 5 git commands to generate.