[all-commits] [llvm/llvm-project] dbbed9: Handle the case where a thread exits while we are ...
jimingham via All-commits
all-commits at lists.llvm.org
Thu May 21 17:56:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dbbed971e3a282f44242297b75a527256eb862dc
https://github.com/llvm/llvm-project/commit/dbbed971e3a282f44242297b75a527256eb862dc
Author: Jim Ingham <jingham at apple.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M lldb/include/lldb/lldb-enumerations.h
M lldb/source/Expression/FunctionCaller.cpp
M lldb/source/Expression/LLVMUserExpression.cpp
M lldb/source/Target/Process.cpp
A lldb/test/API/functionalities/thread/exit_during_expression/Makefile
A lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
A lldb/test/API/functionalities/thread/exit_during_expression/main.c
Log Message:
-----------
Handle the case where a thread exits while we are running a function on it.
More information about the All-commits
mailing list