|
LLDB mainline
|
#include "llvm/ADT/STLFunctionalExtras.h"Go to the source code of this file.
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Functions | |
| void | lldb_private::ForEachPythonRuntimeCandidate (llvm::function_ref< bool(const char *)> callback) |
| Visits candidate Python runtime paths in priority order, stopping at the first call that returns true. | |