Skip to content

Commit

Permalink
darwin: handle recent version of dyld
Browse files Browse the repository at this point in the history
gdb/
        * solib-darwin.c (DYLD_VERSION_MAX): Increase value.

Change-Id: I45da25f46b3e452d44993b122a994c818d00020b
  • Loading branch information
Xavier Roirand committed Jul 31, 2017
1 parent d44c746 commit 4bbd4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdb/solib-darwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bbd4ef

Please sign in to comment.