Beta 2.101.0

Iain Buclaw ibuclaw at gdcproject.org
Tue Oct 18 23:22:04 UTC 2022


On Tuesday, 18 October 2022 at 22:04:50 UTC, Anonymouse wrote:
> On Monday, 17 October 2022 at 11:35:22 UTC, Iain Buclaw wrote:
>> [...]
>
> Thanks!
>
> Question. From the changelog;
>
>> Posix (excl. Darwin): Switch default GC signals from SIGUSR1/2 
>> to SIGRTMIN/SIGRTMIN+1
>
> What should I tell gdb to handle to catch those? `SIG33` and 
> `SIG34`?

Check whether it is already stopping on those signals.
```
(gdb) handle SIG33 SIG34
Signal        Stop	Print	Pass to program	Description
SIG33         Yes	Yes	Yes		Real-time event 33
SIG34         Yes	Yes	Yes		Real-time event 34
```

If not, append `stop` to the above command.


More information about the Digitalmars-d-announce mailing list