Changes between Initial Version and Version 1 of Ticket #34831, comment 20


Ignore:
Timestamp:
Sep 10, 2017, 10:54:59 AM (7 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34831, comment 20

    initial v1  
    11Am I right that this modification and the stripping of port:libgcc's libraries is relevant only for OS versions where gdb is the default debugger?
     2
     3EDIT: yes, it is. A quick check with unstripped libgcc libraries (but without their .o files) shows that lldb doesn't mind.
     4
     5gdb on the other hand still minds, but it also complains about missing object files from all other shared libraries being pulled in. But in my experience it isn't usable on OS X 10.9 (and later, undoubtedly). I'd propose to drop the stripping for `${os.major} >= 13` as that information could have its use. I'll include that in my proposed modifications to port:libgcc (and port:gcc7).