This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] darwin: support last version of dyld


On 19/07/2017 12:26, Xavier Roirand wrote:
Hi,

This patch increases DYLD_VERSION_MAX to support the most recent version of dyld (dynamic linker).

Ok!


gdb/
         * solib-darwin.c (DYLD_VERSION_MAX): Increase value.

diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c
index d83ac3b..c3bb981 100644
--- a/gdb/solib-darwin.c
+++ b/gdb/solib-darwin.c
@@ -67,7 +67,7 @@ struct gdb_dyld_all_image_infos

  /* Current all_image_infos version.  */
  #define DYLD_VERSION_MIN 1
-#define DYLD_VERSION_MAX 14
+#define DYLD_VERSION_MAX 15

  /* Per PSPACE specific data.  */
  struct darwin_info



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]