[Vm-dev] [CMake] Can we create StackInterpreterDebugMacOSConfig ?

Igor Stasenko siguctua at gmail.com
Wed Mar 16 16:11:23 UTC 2011


On 16 March 2011 16:58, Mariano Martinez Peck <marianopeck at gmail.com> wrote:
>
> I've just create it:
>
> StackInterpreterMacOSConfig subclass: #StackInterpreterDebugMacOSConfig
>     instanceVariableNames: ''
>     classVariableNames: ''
>     poolDictionaries: ''
>     category: 'CMakeVMMaker'
>
> And implemented:
>
> StackInterpreterDebugMacOSConfig >> compilerFlags
>
>     ^  self commonCompilerFlags, ' ' ,self compilerFlagsDebug
>
>
>
> Is this correct ?  I would like to complelty debug with XCode out of the box.
>

It you can build VM using this config, and it satisfies your needs
(debug flags etc), then it is correct.  :)

Once you verify, just send me .cs and i will include it.


> Thanks
>
> Mariano
>
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list