Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1399 … std::string expr_str (command, expr_content_start, end_backtick - expr_content_start); in PreprocessCommand() local
1419 ExecutionResults expr_result = target->EvaluateExpression (expr_str.c_str(), in PreprocessCommand()
1442 …rmat("expression value didn't result in a scalar value for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1447 …rmat("expression value didn't result in a scalar value for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1460 …error.SetErrorStringWithFormat("expression setup error for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1465 … error.SetErrorStringWithFormat("expression discarded for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1468 …error.SetErrorStringWithFormat("expression interrupted for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1471 …or.SetErrorStringWithFormat("expression hit breakpoint for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1474 … error.SetErrorStringWithFormat("expression timed out for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
/external/lldb/examples/darwin/heap_find/
Dheap.py941 for expr_str in args:
943 …d_pointer_in_memory(0x%xllu, %ullu, (void *)%s)' % (section.addr.load_addr, section.size, expr_str)
944 …on = 'section %s.%s containing "%s"' % (section_modules[idx].file.fullpath, section.name, expr_str)