site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=2XG8I6DSf2cROuZ8znHsUNqkO/Tx6+Li+lzBIOb6Qe8=; b=M2F/c+cu/tV+0WgQ0Hw46RcwR8yk95+udkqGW0Iv5HUGfP3wTkZJuXkFqfhHjJvlqi uItJrE7gpSFtovgeY+iZB2CeWSc0+9M7lHSsnole+xPloRXymS/BVi10HTl5VbY4tePM Ly0yTqNL9gLzlwUqnfWpUl3S5zd1rO8zRs99k= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=otoxW4UQ9YZxLGTI5EARrZPRK3dhkV9R6gFRfFsq36xI3bp2+FuaVVsLU2t3mzzqgi lNLVKB+/YQ6gWYoS6o+eKXvbz8Sfm0xeHpSgnM76A8YzjiJ5B5bTu44h2ZggSApn0lVm fypY9KNY/u2sg/2DezWFc7rnFfX8VotEb/GvY= Hi, Thanks, David _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... How do I build a version of a library, say libdispatch, that has all the symbols and debugging information and source code so I could step through it with gdb? I tried building libdispatch and dittoing it into /. It only has one target RELEASE but it's Build Variants specify normal, debug and profile. So I set the DYLD_IMAGE_SUFFIX to _debug. This gives me the function symbols, great. But how can I get gdb to match up the source code too? This email sent to site_archiver@lists.apple.com