darwin-on-arm / xnu

Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.
Other
581 stars 146 forks source link

Debug XNU in Linux, how? #46

Open mrakobes-ice opened 4 years ago

mrakobes-ice commented 4 years ago

@b-man Hi! How did you debug the kernel on Linux? noticed that dSYM creation is prohibited in your build system... is it really impossible to use them in Linux? I tried to enable them, but LLDB for some reason refuses to see the source files (source list), even though the "__DWARF" sections are quite visible in the "image dump" listing

joanne6601 commented 1 year ago

i needed know that also