MCPcopy Create free account
hub / github.com/KDE/kdevelop / fetchThreads

Method fetchThreads

plugins/lldb/controllers/framestackmodel.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void LldbFrameStackModel::fetchThreads()
42{
43 // TODO: preliminary test shows there might be a bug in lldb-mi
44 // that's causing std::logic_error when executing -thread-info with
45 // more than one threads. Find a workaround for this (and report bug
46 // if it truly is).
47 session()->addCommand(ThreadInfo, QString(), this, &LldbFrameStackModel::handleThreadInfo);
48}
49
50void LldbFrameStackModel::handleThreadInfo(const ResultRecord& r)
51{

Callers

nothing calls this directly

Calls 2

addCommandMethod · 0.60
QStringClass · 0.50

Tested by

no test coverage detected