Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 374054 Details for
Bug 506498
sys-devel/gdb-7.7 support newer osx dyld versions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gdb darwin dyld fix
gdb-darwin-ld.patch (text/plain), 876 bytes, created by
Reza Jelveh
on 2014-04-01 22:35:12 UTC
(
hide
)
Description:
gdb darwin dyld fix
Filename:
MIME Type:
Creator:
Reza Jelveh
Created:
2014-04-01 22:35:12 UTC
Size:
876 bytes
patch
obsolete
>gdb/ > * solib-darwin.c (DYLD_VERSION_MAX): Increase value. > (darwin_solib_create_inferior_hook): Emit a warning if version > is unhandled. > >diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c >index e8d4667..a9989ea 100644 >--- a/gdb/solib-darwin.c >+++ b/gdb/solib-darwin.c >@@ -70,7 +70,7 @@ struct gdb_dyld_all_image_infos > > /* Current all_image_infos version. */ > #define DYLD_VERSION_MIN 1 >-#define DYLD_VERSION_MAX 12 >+#define DYLD_VERSION_MAX 14 > > /* Per PSPACE specific data. */ > struct darwin_info >@@ -513,7 +513,10 @@ darwin_solib_create_inferior_hook (int from_tty) > darwin_load_image_infos (info); > > if (!darwin_dyld_version_ok (info)) >- return; >+ { >+ warning (_("unhandled dyld version (%d)"), info->all_image.version); >+ return; >+ } > > create_solib_event_breakpoint (target_gdbarch (), info->all_image.notifier); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 506498
: 374054