ud3tn/components/platform/posix
Felix Walter b04ecb36c9 hal_task: Only catch SIGINT in release builds
This otherwise prevents efficient debugging with GDB as GDB does not get
the signal anymore.

See also: https://sourceware.org/bugzilla/show_bug.cgi?id=9425

Closes: #197

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-06-21 11:16:07 +02:00
..
hal_io.c hal_io: Format system error messages in logs properly 2023-12-20 10:09:07 +01:00
hal_platform.c hal_task: Replace sigaction exit handler by sigwait 2024-01-26 14:28:50 +01:00
hal_queue.c hal_semaphore/hal_queue: Accept 64-bit timestamps as delay 2023-05-15 11:39:29 +02:00
hal_semaphore.c Remove hal_config headers 2023-12-20 10:32:48 +01:00
hal_task.c hal_task: Only catch SIGINT in release builds 2024-06-21 11:16:07 +02:00
hal_time.c hal_time: Use integer operations to calculate timestamps 2023-05-11 16:59:13 +02:00
pipe_queue_util.c Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
simple_queue.c simple_queue: Add NULL pointer checks to queueCreate() and queueDelete() 2024-06-03 13:41:58 +02:00
socket_util.c socket_util: Also check for POLLNVAL 2023-12-20 09:04:21 +01:00