Re: Debugging an AudioServer plugin
Re: Debugging an AudioServer plugin
- Subject: Re: Debugging an AudioServer plugin
- From: Eric Gorouben <email@hidden>
- Date: Thu, 07 Mar 2013 20:01:43 +0100
Thanks Jeff. Is it possible to have lldb/gdb working within xcode to have the gui?
Eric
Le 7 mars 2013 à 19:41, Jeff Moore <email@hidden> a écrit :
> The right way to debug coreaudiod at startup is:
>
> 0) Unload coreaudiod
> % sudo launchctl unload /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
>
> 1) Start lldb/gdb up such that they await the launch of coreaudiod (note that you need to be root to debug coreaudiod):
> % sudo lldb --wait-for coreaudiod
>
> 2) Start coreaudiod again:
> % sudo launchctl load /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
>
> --
>
> Jeff Moore
> Core Audio
> Apple
>
>
>
> On Mar 7, 2013, at 9:14 AM, Eric Gorouben <email@hidden> wrote:
>
>> I'm trying to debug my AudioServer plugin with xcode 4.6 and Mac OS 10.8.2.
>> Therefore, I want to attach the debugger to coreaudiod and restart it. But it doesn't work.
>> What is he proper recipe for this?
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Coreaudio-api mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden