mirror of https://github.com/buggins/dlangide.git
Merge pull request #85 from keywan-ghadami/gdb-ignore-gc-signals
configure gdb to ignore garbage collection signals
This commit is contained in:
commit
f226563981
|
|
@ -271,6 +271,8 @@ class GDBInterface : ConsoleDebuggerInterface, TextCommandTarget {
|
|||
/// start program execution, can be called after program is loaded
|
||||
int _startRequestId;
|
||||
void execStart() {
|
||||
sendCommand("handle SIGUSR1 nostop noprint");
|
||||
sendCommand("handle SIGUSR2 nostop noprint");
|
||||
_startRequestId = sendCommand("-exec-run");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue