| 427 | } |
| 428 | |
| 429 | uint64_t WinDbgMemoryPlugin::getInitialBaseAddress(const QString& target) const |
| 430 | { |
| 431 | Q_UNUSED(target); |
| 432 | return 0; |
| 433 | } |
| 434 | |
| 435 | bool WinDbgMemoryPlugin::selectTarget(QWidget* parent, QString* target) |
| 436 | { |
nothing calls this directly
no outgoing calls
no test coverage detected