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]

[pushed] darwin: handle recent version of dyld


https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=4bbd4ef219c5b4c7d437618ba8937af86dd1032e

commit 8849741f4316212a433180177e857a70fe907195
Author: Xavier Roirand <roirand@adacore.com>
Date:   Fri Jun 9 11:36:36 2017 +0200

    darwin: handle recent version of dyld

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

diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c
index 365192949a..c2b776d320 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]