[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[541] trunk/fuse/debugger/commandl.l
Brought to you by:
fredm
From: <fr...@us...> - 2008-11-05 12:55:44
|
Revision: 541 http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=541&view=rev Author: fredm Date: 2008-11-05 11:33:28 +0000 (Wed, 05 Nov 2008) Log Message: ----------- Remove exit command as it causes a ruckus when the main thread doesn't know that the emulator thread is gone. Modified Paths: -------------- trunk/fuse/debugger/commandl.l Modified: trunk/fuse/debugger/commandl.l =================================================================== --- trunk/fuse/debugger/commandl.l 2008-11-05 11:32:46 UTC (rev 540) +++ trunk/fuse/debugger/commandl.l 2008-11-05 11:33:28 UTC (rev 541) @@ -63,7 +63,7 @@ di|dis|disa|disas|disass|disasse|disassm|disassmb|diasassmbl|disassemble { return DISASSEMBLE; } ev|eve|even|event { return EVENT; } -ex|exi|exit { return EXIT; } + /*ex|exi|exit { return EXIT; } Not good on OS X as main thread doesn't hear about exiting till it's too late */ fi|fin|fini|finis|finish { return FINISH; } if { return IF; } i|ig|ign|igno|ignor|ignore { return DEBUGGER_IGNORE; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |