[all-commits] [llvm/llvm-project] 4bb624: [ThreadPlan] fix exec on Linux
walter erquinigo via All-commits
all-commits at lists.llvm.org
Mon Jan 25 11:31:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bb6244871c6914517a21f56830b3765495792f2
https://github.com/llvm/llvm-project/commit/4bb6244871c6914517a21f56830b3765495792f2
Author: Walter Erquinigo <a20012251 at gmail.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/include/lldb/Target/ProcessTrace.h
M lldb/include/lldb/Target/ThreadPlan.h
M lldb/include/lldb/Target/ThreadPlanStack.h
M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
M lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
M lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
M lldb/source/Plugins/Process/minidump/ProcessMinidump.h
M lldb/source/Target/Process.cpp
M lldb/source/Target/ProcessTrace.cpp
M lldb/source/Target/ThreadPlan.cpp
M lldb/source/Target/ThreadPlanStack.cpp
M lldb/test/API/functionalities/exec/TestExec.py
M lldb/unittests/Process/ProcessEventDataTest.cpp
M lldb/unittests/Target/ExecutionContextTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
Log Message:
-----------
[ThreadPlan] fix exec on Linux
More information about the All-commits
mailing list