mirror of
https://github.com/buggins/dlangide.git
synced 2025-04-25 20:49:56 +03:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue