llvm-project/lldb/source/Plugins/Process
Michał Górny 06b3f27fed [lldb] [llgs] Remove not-really-used m_inferior_prev_state
Remove m_inferior_prev_state that's not suitable for multiprocess
debugging and that does not seem to be really used at all.

The only use of the variable right now is to "prevent" sending the stop
reason after attach/launch.  However, this code is never actually run
since none of the process plugins actually use eStateLaunching or
eStateAttaching.  Through adding an assert, I've confirmed that it's
never hit in any of the LLDB tests or while attaching/launching debugged
process via lldb-server and via lldb CLI.

Differential Revision: https://reviews.llvm.org/D128878
Sponsored by: The FreeBSD Foundation
2022-07-14 19:25:54 +02:00
..
FreeBSD [lldb] [llgs] Fix signo sent with fork/vfork/vforkdone events 2022-06-21 19:47:30 +02:00
FreeBSDKernel [lldb] [Process/FreeBSDKernel] Support finding all processes 2022-01-06 21:53:28 +01:00
Linux [trace][intel pt] Add a cgroup filter 2022-07-13 12:26:11 -07:00
MacOSX-Kernel Have CommandObjectParsed check for "commands that take no arguments". 2022-06-27 15:14:41 -07:00
NetBSD [lldb] [llgs] Fix signo sent with fork/vfork/vforkdone events 2022-06-21 19:47:30 +02:00
POSIX Don't use Optional::getValue (NFC) 2022-06-20 23:35:53 -07:00
Utility [PATCH] [lldb-server] Skip shared regions for memory allocation 2022-07-01 13:45:42 +08:00
Windows/Common [lldb][Windows] Fix memory region base addresses when a range is split 2022-07-07 13:55:48 +00:00
elf-core [lldb][AArch64] Fix corefile memory reads when there are non-address bits 2022-05-18 14:13:42 +01:00
gdb-remote [lldb] [llgs] Remove not-really-used m_inferior_prev_state 2022-07-14 19:25:54 +02:00
mach-core [lldb] Show the DBGError if dsymForUUID can't find a dSYM 2022-04-14 16:54:00 -07:00
minidump Don't use Optional::getValue (NFC) 2022-06-20 23:35:53 -07:00
scripted [lldb/Plugin] Sort the ScriptedProcess' thread list before creating threads 2022-03-25 14:59:50 -07:00
CMakeLists.txt [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00