Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isValid
Method
isValid
plugins/debuggercommon/widgets/disassemblewidget.cpp:608–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
606
}
607
608
bool DisassembleWidget::StoredAddress::isValid() const
609
{
610
return !m_string.isEmpty();
611
}
612
613
const QString& DisassembleWidget::StoredAddress::string() const
614
{
Callers
15
runToCursor
Method · 0.45
jumpToCursor
Method · 0.45
runUntil
Method · 0.45
jumpTo
Method · 0.45
setupDBus
Method · 0.45
slotDebugExternalProcess
Method · 0.45
testReturnValueVariable
Method · 0.45
DebugeeslowOutputProcessor
Method · 0.45
main
Function · 0.45
isMemoryRegionDisplayed
Method · 0.45
displayCurrent
Method · 0.45
validateSelection
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
3
testReturnValueVariable
Method · 0.36
DebugeeslowOutputProcessor
Method · 0.36
main
Function · 0.36