aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2022-11-09 10:03:30 -0800
committerJim Ingham <jingham@apple.com>2022-11-09 10:07:09 -0800
commitb565e7f0c4cb1768f6c43499aed95adb8cc4f04a (patch)
tree0acd259805cb773a1c07d9cf34ad7f43dc8a449c /lldb/source/Commands/CommandObjectCommands.cpp
parent453c2879cb2ad6c46267ef8f39f0274aed69d9ee (diff)
downloadllvm-b565e7f0c4cb1768f6c43499aed95adb8cc4f04a.zip
llvm-b565e7f0c4cb1768f6c43499aed95adb8cc4f04a.tar.gz
llvm-b565e7f0c4cb1768f6c43499aed95adb8cc4f04a.tar.bz2
Don't try to create Expressions when the process is running.
We generally prohibit this at a higher level - for instance requiring the process to be stopped for "expr". But when we trigger an expression for internal purposes (e.g. to fetch types from the ObjC runtime) we weren't checking the process state. Now we explicitly check this at the very start of the job so we don't get into bad states. Differential Revision: https://reviews.llvm.org/D137684
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions