<br><br><div class="gmail_quote">On Wed, Aug 10, 2011 at 4:34 PM, Jonas Maebe <span dir="ltr"><<a href="mailto:jonas.maebe@elis.ugent.be">jonas.maebe@elis.ugent.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
<div class="im"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Can I somehow tell it to<br>
ignore some, for example 'SIG35'? I tried to add it to Language exceptions<br>
ignore list as 'External: SIG35', 'External:SIG35' (without space), SIG35.<br>
Nothing helped.<br>
</blockquote>
<br></div>
handle SIG35 nostop noprint pass<br><font color="#888888">
<br>
</font><br></blockquote></div><br>Jonas, where am I supposed to add this options? <br><br>I tried adding <br>--eval-command="handle SIGUSR1 nostop noprint pass"<br>to<br>Debugger_Startup_Options <br><br>but that didn't help. Actually nothing happened until I restarted the IDE. After the restart the first run showed<br>

---------------<br>Initialization output:<br>&"Undefined command:\"\".Try \"help\".\n" <br>----------<br><br>To ensure the string is correct I tried <br>gdb --eval-command="handle SIGUSR1 nostop noprint pass" <br>

from terminal and it worked.<br>Is it possible that some procedure makes c-style string translation (" -> \") while actually it isn't necessary here?<br><br>Max<br><br>