| Summary: | TARGET_SIGNAL_THR added to enum target_signal | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Mark Wielaard <mark> |
| Component: | general | Assignee: | Paul Floyd <pjfloyd> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mark Wielaard
2021-11-29 18:51:44 UTC
I don't remember what prompted to me to add that. My git commit message was just "Add SIGTHR".
Looking at the gdb code, fbsd-tdep.c there is
/* SIGTHR is the same as SIGLWP on FreeBSD. */
case FREEBSD_SIGTHR:
return GDB_SIGNAL_LWP;
I'll change it to use that.
Fixed with commit 521e4690091e36ac8e1fbf388f8e30615a50f0d0 |