Home
last modified time | relevance | path

Searched refs:num_environment_entries (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp722 size_t num_environment_entries = environment.GetArgumentCount(); in DoLaunch() local
723 for (size_t i=0; i<num_environment_entries; ++i) in DoLaunch()