• Paris, France
  • Joined on 2025年11月29日
cerisier commented on issue ziglang/zig#31797 2026年06月19日 09:40:30 +02:00
Support debug infos from adjacent .dSYM for apple targets in std.debug

cc @alexrp if this is in your area of review ! I made ziglang/zig#35583

cerisier commented on issue ziglang/zig#31001 2026年06月03日 23:45:15 +02:00
debug-prefix-map support

cc @alexrp maybe it makes sense to make a different issue about this ?

cerisier commented on issue ziglang/zig#31001 2026年06月03日 17:31:33 +02:00
debug-prefix-map support

Thinking of this a bit more, preventing absolute paths to end up in the binary would require more than -fdebug-prefix-map.

cerisier commented on issue ziglang/zig#31001 2026年06月02日 19:03:09 +02:00
debug-prefix-map support

I am willing to work on supporting while I'm on improving all sort of debug stuff like #31821 or #31821

cerisier closed pull request ziglang/zig#35583 2026年06月02日 14:02:42 +02:00
std.debug.MachOFile: support loading DWARF from adjacent dSYM
cerisier commented on pull request ziglang/zig#35583 2026年06月02日 14:02:39 +02:00
std.debug.MachOFile: support loading DWARF from adjacent dSYM

Duplicate because of codeberg bug

cerisier created pull request ziglang/zig#35583 2026年06月02日 14:01:43 +02:00
std.debug.MachOFile: support loading DWARF from adjacent dSYM
cerisier created pull request ziglang/zig#35582 2026年06月02日 14:00:51 +02:00
std.debug.MachOFile: support loading DWARF from adjacent dSYM
cerisier pushed to adjacent-dsym-support at cerisier/zig 2026年06月02日 11:34:30 +02:00
7c860db042 support adjacent dSYM
7aca50d905 prepare macho slide selection
7e92735247 find and store uuid
1bcd8d9fe6 Define `std.c.E.NOTCAPABLE on Darwin platforms
Compare 4 commits »
cerisier pushed to adjacent-dsym-support at cerisier/zig 2026年06月02日 11:33:17 +02:00
0e1f58a31a support adjacent dSYM
e2e1084156 prepare macho slide selection
323686b474 find and store uuid
0c41edf497 Merge pull request 'Some follow-up work for #35502' (#35565) from alexrp/zig:35502-followup into master
45c4f781a5 std.uefi.protocol.File: add readSize for directory entries
Compare 10 commits »
cerisier created branch adjacent-dsym-support in cerisier/zig 2026年06月02日 11:33:17 +02:00
cerisier opened issue ziglang/zig#31844 2026年04月13日 16:24:34 +02:00
darwin compiler-rt symbols are not exported as weak
cerisier commented on issue ziglang/zig#31797 2026年04月11日 20:07:42 +02:00
Support debug infos from adjacent .dSYM for apple targets in std.debug

If that's something you're willing to accept from foreign contributions, I feel confident to work on an implementation after reading a lot of code in this area of zig for #31821.

cerisier created pull request ziglang/zig#31821 2026年04月11日 18:12:13 +02:00
Support ld64.ldd STABS layout in MachOFile.load
cerisier created branch support-ld64.ldd-stabs-layout in cerisier/zig 2026年04月11日 18:08:34 +02:00
cerisier pushed to support-ld64.ldd-stabs-layout at cerisier/zig 2026年04月11日 18:08:34 +02:00
975490457b Support ld64.ldd STABS layout in MachOFile.load
cerisier created repository cerisier/zig 2026年04月11日 18:07:45 +02:00
cerisier commented on issue ziglang/zig#31797 2026年04月11日 09:39:35 +02:00
Support debug infos from adjacent .dSYM for apple targets in std.debug

Sorry, I meant for std.debug stack tracing yes.

cerisier opened issue ziglang/zig#31797 2026年04月09日 16:42:18 +02:00
Support parsing adjacent dSYM for apple targets
cerisier opened issue ziglang/zig#31796 2026年04月09日 15:18:47 +02:00
MachOFile.load rejects STABS layout produced by ld64.lld