llvm-project/lldb/source/Plugins/Process/FreeBSD
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 [lldb] Rename FreeBSDRemote to FreeBSD (NFC) 2021-02-15 13:04:11 +01:00
NativeProcessFreeBSD.cpp [lldb] [Process/FreeBSD] Do not send SIGSTOP to stopped process 2022-06-03 15:19:09 +02:00
NativeProcessFreeBSD.h [lldb] [Process/FreeBSD] Support SaveCore() using PT_COREDUMP 2021-09-08 10:58:12 +02:00
NativeRegisterContextFreeBSD.cpp [lldb] Rename FreeBSDRemote to FreeBSD (NFC) 2021-02-15 13:04:11 +01:00
NativeRegisterContextFreeBSD.h Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated followups 2021-04-13 11:03:06 +02:00
NativeRegisterContextFreeBSD_arm.cpp [lldb] Add more missing consts in NativeRegisterContexts 2022-04-05 14:43:39 -07:00
NativeRegisterContextFreeBSD_arm.h [lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer 2022-04-05 14:19:01 -07:00
NativeRegisterContextFreeBSD_arm64.cpp [lldb] Add more missing consts in NativeRegisterContexts 2022-04-05 14:43:39 -07:00
NativeRegisterContextFreeBSD_arm64.h [lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer 2022-04-05 14:19:01 -07:00
NativeRegisterContextFreeBSD_mips64.cpp [lldb] Add more missing consts in NativeRegisterContexts 2022-04-05 14:43:39 -07:00
NativeRegisterContextFreeBSD_mips64.h [lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer 2022-04-05 14:19:01 -07:00
NativeRegisterContextFreeBSD_powerpc.cpp [lldb] Add more missing consts in NativeRegisterContexts 2022-04-05 14:43:39 -07:00
NativeRegisterContextFreeBSD_powerpc.h [lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer 2022-04-05 14:19:01 -07:00
NativeRegisterContextFreeBSD_x86_64.cpp [lldb] Add more missing consts in NativeRegisterContexts 2022-04-05 14:43:39 -07:00
NativeRegisterContextFreeBSD_x86_64.h [lldb] Update the NativeRegisterContext to take a WritableMemoryBuffer 2022-04-05 14:19:01 -07:00
NativeThreadFreeBSD.cpp [lldb] [llgs] Fix signo sent with fork/vfork/vforkdone events 2022-06-21 19:47:30 +02:00
NativeThreadFreeBSD.h [lldb] [llgs] Implement qXfer:siginfo:read 2022-01-13 11:24:36 +01:00