diff options
author | Jim Ingham <jingham@apple.com> | 2022-11-09 10:03:30 -0800 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2022-11-09 10:07:09 -0800 |
commit | b565e7f0c4cb1768f6c43499aed95adb8cc4f04a (patch) | |
tree | 0acd259805cb773a1c07d9cf34ad7f43dc8a449c /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | 453c2879cb2ad6c46267ef8f39f0274aed69d9ee (diff) | |
download | llvm-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