llvm-project/lldb/source/Plugins/Process/NetBSD
Michał Górny d6b3de7256 [lldb] [llgs] Fix signo sent with fork/vfork/vforkdone events
Fix ThreadStopInfo struct to include the signal number for all events.
Since signo was not included in the details for fork, vfork
and vforkdone stops, the code incidentally referenced the wrong union
member, resulting in wrong signo being sent.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D127193
2022-06-21 19:47:30 +02:00
..
CMakeLists.txt
NativeProcessNetBSD.cpp [lldb] Convert POSIXLog to use the new API 2022-01-26 13:10:10 +01:00
NativeProcessNetBSD.h
NativeRegisterContextNetBSD.cpp
NativeRegisterContextNetBSD.h
NativeRegisterContextNetBSD_x86_64.cpp [lldb] Add more missing consts in NativeRegisterContexts 2022-04-05 14:43:39 -07:00
NativeRegisterContextNetBSD_x86_64.h [lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer 2022-04-05 14:19:01 -07:00
NativeThreadNetBSD.cpp [lldb] [llgs] Fix signo sent with fork/vfork/vforkdone events 2022-06-21 19:47:30 +02:00
NativeThreadNetBSD.h