Searched defs:trace_strings (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/debug/
H A Dstack_trace_posix.cc110 std::vector<std::string>* trace_strings,
126 trace_strings->push_back(
130 trace_strings->push_back(base::StringPrintf("%p", trace[i]));
139 trace_strings->push_back(trace_symbol);
146 trace_strings->push_back(base::StringPrintf("%p", trace[i]));
182 std::vector<std::string> trace_strings; local
183 GetBacktraceStrings(trace_, count_, &trace_strings, NULL);
184 for (size_t i = 0; i < trace_strings.size(); ++i) {
185 std::cerr << "\t" << trace_strings[i] << "\n"; local
198 std::vector<std::string> trace_strings;
109 GetBacktraceStrings(void *const *trace, int size, std::vector<std::string>* trace_strings, std::string* error_message) argument
[all...]

Completed in 64 milliseconds