HomeSort by: relevance | last modified time | path
    Searched defs:thevalue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
varobj.c 2133 std::string thevalue;
2170 it and copy the contents into THEVALUE. If the
2190 thevalue = std::string (s.get ());
2191 len = thevalue.size ();
2196 return thevalue;
2225 /* If the THEVALUE has contents, it is a regular string. */
2226 if (!thevalue.empty ())
2227 current_language->printstr (&stb, type, (gdb_byte *) thevalue.c_str (),
2131 std::string thevalue; local
varobj.c 2133 std::string thevalue;
2170 it and copy the contents into THEVALUE. If the
2190 thevalue = std::string (s.get ());
2191 len = thevalue.size ();
2196 return thevalue;
2225 /* If the THEVALUE has contents, it is a regular string. */
2226 if (!thevalue.empty ())
2227 current_language->printstr (&stb, type, (gdb_byte *) thevalue.c_str (),
2131 std::string thevalue; local
  /src/external/gpl3/gdb/dist/gdb/
varobj.c 2133 std::string thevalue;
2170 it and copy the contents into THEVALUE. If the
2190 thevalue = std::string (s.get ());
2191 len = thevalue.size ();
2196 return thevalue;
2225 /* If the THEVALUE has contents, it is a regular string. */
2226 if (!thevalue.empty ())
2227 current_language->printstr (&stb, type, (gdb_byte *) thevalue.c_str (),
2131 std::string thevalue; local
varobj.c 2133 std::string thevalue;
2170 it and copy the contents into THEVALUE. If the
2190 thevalue = std::string (s.get ());
2191 len = thevalue.size ();
2196 return thevalue;
2225 /* If the THEVALUE has contents, it is a regular string. */
2226 if (!thevalue.empty ())
2227 current_language->printstr (&stb, type, (gdb_byte *) thevalue.c_str (),
2131 std::string thevalue; local

Completed in 178 milliseconds