This is the mail archive of the gdb-cvs@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]

[binutils-gdb] darwin: handle recent version of dyld


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

commit 4bbd4ef219c5b4c7d437618ba8937af86dd1032e
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.
    
    Change-Id: I45da25f46b3e452d44993b122a994c818d00020b

Diff:
---
 gdb/solib-darwin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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