Re: darwin equivalent of gflags.exe?
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:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=YJY3eq0VG9d1O9VLrW3mgsi80sDsw10ZY6TmbYhmezU=; b=J9zG/wvA95xZYjThxnAF5eyRZpC1Ej20pjkfrOfqSL7DX2LxRuwUhVAOYz6OKpXaj3 X+vRkZ3N21RTJaJ3AZ+kWOt0Yho1YTjpfM0/IKLzsjF+RZ7d4K0SK7Ma5ZfcDY/zn64N RM18gaE09QgFd2hmYXR26dv0RsHd3cJjHCy2U= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=k3hLONKnutYnERnW34UqKis7/bOk60bMG1P4GL8EvaKNtSgB6IVLh2jRUQMv0WqLvB KrBqpCjND/a1BT40jJLCBfFLp7TJzwqRYWfZRtH4n2b9DFypEqDlUjygEp+qKcx5hDE7 7mk38gRpritw+PstApECFyJX5TcR0sWyAzEoE= Sent from my iPhone -- Nathan Herring com.microsoft.devdiv.clr.os/development _______________________________________________ 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/pinskia%40gmail.com _______________________________________________ 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... On Apr 9, 2009, at 5:29 PM, Nathan Herring <nathanh@microsoft.com> wrote: The Global Flags Editor (gflags.exe) on Windows allows you to associate a image with a debugger to debug said image, so whenever that image is launched as an executable, you immediately are in that debugger. It's handy when you're not the one in charge of launching the service, but you do want to debug it when it does get launched (possibly with log & continue breakpoints). Is there such a thing for Mac OS X/Darwin? With gdb on the commandline you can attach to any process while it is running. This email sent to pinskia@gmail.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Thomas Pinski