Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp1212 StringList auto_generated_function; in GenerateFunction() local
1213 auto_generated_function.AppendString (signature); in GenerateFunction()
1214auto_generated_function.AppendString (" global_dict = globals()"); // Grab the global dictio… in GenerateFunction()
1215auto_generated_function.AppendString (" new_keys = internal_dict.keys()"); // Make a list o… in GenerateFunction()
1216auto_generated_function.AppendString (" old_keys = global_dict.keys()"); // Save list of keys … in GenerateFunction()
1217auto_generated_function.AppendString (" global_dict.update (internal_dict)"); // Add the sessi… in GenerateFunction()
1222 auto_generated_function.AppendString(" if True:"); in GenerateFunction()
1227 auto_generated_function.AppendString (sstr.GetData()); in GenerateFunction()
1229auto_generated_function.AppendString (" for key in new_keys:"); // Iterate over all the keys … in GenerateFunction()
1230auto_generated_function.AppendString (" internal_dict[key] = global_dict[key]"); // Updat… in GenerateFunction()
[all …]