summaryrefslogtreecommitdiff
path: root/lldb/test/API/api/multithreaded/test_stop-hook.cpp.template
AgeCommit message (Collapse)Author
2020-10-29Provide a reasonable value for PATH_MAX if the lldb headers don't provide it.Jim Ingham
2020-10-29Mark the execution of stop-hooks as non-interactive.Jim Ingham
The intention is not to allow stop-hook commands to query the user, so this is correct. It also works around a deadlock in switching to the Python Session to execute python based commands in the stop hook when the Debugger stdin is backed by a FILE *. Differential Revision: https://reviews.llvm.org/D90332