Home
last modified time | relevance | path

Searched refs:SetWritable (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/jobs/
H A DRetrieveMemoryBlockJob.cpp62 fMemoryBlock->SetWritable((protection & B_WRITE_AREA) != 0); in Do()
/haiku/headers/private/debugger/model/
H A DTeamMemoryBlock.h45 void SetWritable(bool writable);
/haiku/src/kits/debugger/model/
H A DTeamMemoryBlock.cpp89 TeamMemoryBlock::SetWritable(bool writable) in SetWritable() function in TeamMemoryBlock