Searched refs:fCurrentBlock (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp52 fCurrentBlock(NULL),
247 if (fCurrentBlock != NULL) {
304 if (fCurrentBlock != NULL) {
305 target_addr_t address = fCurrentBlock->BaseAddress();
307 address -= fCurrentBlock->Size();
309 address += fCurrentBlock->Size();
353 if (fCurrentBlock == NULL)
358 && address >= fCurrentBlock->BaseAddress()
359 && address < fCurrentBlock->BaseAddress()
360 + fCurrentBlock
[all...]
H A DInspectorWindow.h107 TeamMemoryBlock* fCurrentBlock; member in class:InspectorWindow
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp106 fCurrentBlock(NULL),
198 if (fCurrentBlock != NULL) {
199 fCurrentBlock->ReleaseReference();
200 fCurrentBlock = NULL;
338 if (fCurrentBlock == NULL || !fCurrentBlock->Contains(address)) {
345 block = fCurrentBlock;
458 if (fCurrentBlock != NULL) {
459 fCurrentBlock->ReleaseReference();
463 fCurrentBlock
[all...]
H A DCliContext.h154 TeamMemoryBlock* fCurrentBlock; member in class:CliContext
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp66 fCurrentBlock(NULL),
85 if (fCurrentBlock != NULL)
86 fCurrentBlock->ReleaseReference();
755 if (fCurrentBlock == NULL || !fCurrentBlock->Contains(startAddress)) {
770 UiUtils::DumpMemory(data, 4, fCurrentBlock, startAddress, 1, 16,
828 if (fCurrentBlock != NULL) {
829 fCurrentBlock->ReleaseReference();
830 fCurrentBlock = NULL;
835 fCurrentBlock
[all...]
H A DDebugReportGenerator.h103 TeamMemoryBlock* fCurrentBlock; member in class:DebugReportGenerator

Completed in 97 milliseconds