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

Method addReadMemoryCommand

plugins/gdb/memviewdlg.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void MemoryView::addReadMemoryCommand(const QString& arguments)
206{
207 auto* const session = currentSessionWithStartedApp();
208 if (!session) return;
209
210 session->addCommandWithCurrentSessionHandler(MI::DataReadMemory, arguments, this, &MemoryView::memoryRead);
211}
212
213void MemoryView::memoryRead(const MI::ResultRecord& r)
214{

Callers

nothing calls this directly

Tested by

no test coverage detected