Re: Using gdb to step through gdb in os x leopard
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:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:subject :mime-version:date:references:x-mailer; bh=u9JaeNhS6fpb9OWYfPb5cNnW44CXT3oNS+FMLa2kiTQ=; b=WH9iU6xURAL0QtEG3xyJRNjz/ASlAa07qcgyrHR1YniNWSnyokkygcu6OcdcnNuQGt chSKwQ+t3uLh++1TkCsduPP5ywozXtxdEgjP8M3Db6Bdz59YeDbYKmZX+RU6e56HnyMv +GruBcS7HHkuN2ekMeFNp6fM3vh/Vfa+/6Chc= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:subject:mime-version:date:references :x-mailer; b=iFlSURwMQYv2iVHt4EY5/EPkDgaFufoO95x7V7mWNN6injqnqUnRiU3yUpY+g0O1/N ksYB4qXelpfvirqIyKGnS0BJxzjXO2GU2tW7QvTTGvGHTDLBH8ugX9VfdsOplOeU4Hl0 4PWLSQTLyuwpB5p1s7wcna4AbUiY807I8xu1Y= On Jul 7, 2009, at 7:21 PM, Esteban Bodigami wrote: Eli _______________________________________________ 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... first of all, gdb stands for what exactly? "g" database? IMO, it looks like a configuration at runtime that can help your fooprogram return no errors... like a "display no errors" flag (assumming it is text/CLI-only software). In this circumstance, it is highly likely that he is referring to the gnu debugger, as modified/published by Apple. Now, I'm not sure if/how gdb supports debugging itself, as it depends on both gdb supporting this feature AND Apple supporting/enabling it (it may also be platform-specific [ppc vs intel]). You may need to add/enable printf-style debugging instead to figure out why gdb is having problems debugging your program... This email sent to site_archiver@lists.apple.com
participants (1)
-
Eli Bach