Symbol: fDebuggerInterface
headers/private/debugger/controllers/TeamDebugger.h
268
DebuggerInterface* fDebuggerInterface;
headers/private/debugger/controllers/ThreadHandler.h
127
DebuggerInterface* fDebuggerInterface;
headers/private/debugger/debug_info/TeamDebugInfo.h
110
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/controllers/DebugReportGenerator.cpp
290
if (fDebuggerInterface->GetSystemInfo(sysInfo) == B_OK) {
src/kits/debugger/controllers/DebugReportGenerator.cpp
371
status_t result = fDebuggerInterface->GetAreaInfos(areas);
src/kits/debugger/controllers/DebugReportGenerator.cpp
417
status_t error = fDebuggerInterface->GetSemaphoreInfos(semaphores);
src/kits/debugger/controllers/DebugReportGenerator.cpp
60
fDebuggerInterface(interface),
src/kits/debugger/controllers/DebugReportGenerator.h
98
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/controllers/TeamDebugger.cpp
1028
new(std::nothrow) LoadSourceCodeJob(fDebuggerInterface,
src/kits/debugger/controllers/TeamDebugger.cpp
1029
fDebuggerInterface->GetArchitecture(), fTeam, functionInstance,
src/kits/debugger/controllers/TeamDebugger.cpp
1064
new(std::nothrow) ResolveValueNodeValueJob(fDebuggerInterface,
src/kits/debugger/controllers/TeamDebugger.cpp
1065
fDebuggerInterface->GetArchitecture(), cpuState,
src/kits/debugger/controllers/TeamDebugger.cpp
1079
new(std::nothrow) WriteValueNodeValueJob(fDebuggerInterface,
src/kits/debugger/controllers/TeamDebugger.cpp
1080
fDebuggerInterface->GetArchitecture(), state,
src/kits/debugger/controllers/TeamDebugger.cpp
1509
status_t error = fDebuggerInterface->GetNextDebugEvent(event);
src/kits/debugger/controllers/TeamDebugger.cpp
1718
fDebuggerInterface->ContinueThread(event->Thread());
src/kits/debugger/controllers/TeamDebugger.cpp
1726
fDebuggerInterface->Close(false);
src/kits/debugger/controllers/TeamDebugger.cpp
1762
status_t error = fDebuggerInterface->GetThreadInfo(event->NewThread(),
src/kits/debugger/controllers/TeamDebugger.cpp
1769
fWorker, fDebuggerInterface, this, fBreakpointManager);
src/kits/debugger/controllers/TeamDebugger.cpp
1890
ssize_t result = fDebuggerInterface->ReadMemoryString(
src/kits/debugger/controllers/TeamDebugger.cpp
2013
if (fDebuggerInterface->GetSymbolInfo(fTeam->ID(), image->ID(),
src/kits/debugger/controllers/TeamDebugger.cpp
2019
fDebuggerInterface->ContinueThread(thread->ThreadID());
src/kits/debugger/controllers/TeamDebugger.cpp
226
fDebuggerInterface(NULL),
src/kits/debugger/controllers/TeamDebugger.cpp
2335
new(std::nothrow) ExpressionEvaluationJob(fTeam, fDebuggerInterface,
src/kits/debugger/controllers/TeamDebugger.cpp
2348
new(std::nothrow) WriteCoreFileJob(fTeam, fDebuggerInterface,
src/kits/debugger/controllers/TeamDebugger.cpp
254
if (fDebuggerInterface != NULL) {
src/kits/debugger/controllers/TeamDebugger.cpp
255
fDebuggerInterface->Close(fKillTeamOnQuit);
src/kits/debugger/controllers/TeamDebugger.cpp
256
fDebuggerInterface->ReleaseReference();
src/kits/debugger/controllers/TeamDebugger.cpp
348
fDebuggerInterface = interface;
src/kits/debugger/controllers/TeamDebugger.cpp
349
fDebuggerInterface->AcquireReference();
src/kits/debugger/controllers/TeamDebugger.cpp
365
fDebuggerInterface, fDebuggerInterface->GetArchitecture(),
src/kits/debugger/controllers/TeamDebugger.cpp
377
error = fDebuggerInterface->GetTeamInfo(teamInfo);
src/kits/debugger/controllers/TeamDebugger.cpp
382
fTeam = new(std::nothrow) ::Team(fTeamID, fDebuggerInterface,
src/kits/debugger/controllers/TeamDebugger.cpp
383
fDebuggerInterface->GetArchitecture(), teamDebugInfo,
src/kits/debugger/controllers/TeamDebugger.cpp
425
fDebuggerInterface);
src/kits/debugger/controllers/TeamDebugger.cpp
435
fDebuggerInterface);
src/kits/debugger/controllers/TeamDebugger.cpp
454
fDebuggerInterface);
src/kits/debugger/controllers/TeamDebugger.cpp
463
fDebuggerInterface->SetTeamDebuggingFlags(
src/kits/debugger/controllers/TeamDebugger.cpp
474
status_t error = fDebuggerInterface->GetThreadInfos(threadInfos);
src/kits/debugger/controllers/TeamDebugger.cpp
482
fWorker, fDebuggerInterface, this, fBreakpointManager);
src/kits/debugger/controllers/TeamDebugger.cpp
498
status_t error = fDebuggerInterface->GetImageInfos(imageInfos);
src/kits/debugger/controllers/TeamDebugger.cpp
512
if (!fDebuggerInterface->IsPostMortem()) {
src/kits/debugger/controllers/TeamDebugger.cpp
537
if (threadID >= 0 && !fDebuggerInterface->IsPostMortem()) {
src/kits/debugger/controllers/TeamDebugger.cpp
541
&& fDebuggerInterface->GetSymbolInfo(
src/kits/debugger/controllers/ThreadHandler.cpp
1027
return fDebuggerInterface->GetArchitecture()->StackGrowthDirection()
src/kits/debugger/controllers/ThreadHandler.cpp
105
fDebuggerInterface->ReleaseReference();
src/kits/debugger/controllers/ThreadHandler.cpp
115
fWorker->ScheduleJob(new(std::nothrow) GetThreadStateJob(fDebuggerInterface,
src/kits/debugger/controllers/ThreadHandler.cpp
129
fDebuggerInterface->ContinueThread(ThreadID());
src/kits/debugger/controllers/ThreadHandler.cpp
152
fDebuggerInterface->ReadMemoryString(event->Message(), 1024, message);
src/kits/debugger/controllers/ThreadHandler.cpp
193
fDebuggerInterface->SingleStepThread(ThreadID());
src/kits/debugger/controllers/ThreadHandler.cpp
278
&& fDebuggerInterface->ContinueThread(ThreadID()) == B_OK) {
src/kits/debugger/controllers/ThreadHandler.cpp
346
if (fDebuggerInterface->StopThread(ThreadID()) == B_OK)
src/kits/debugger/controllers/ThreadHandler.cpp
360
if (fDebuggerInterface->GetCpuState(fThread->ID(), cpuState) == B_OK)
src/kits/debugger/controllers/ThreadHandler.cpp
365
if (fDebuggerInterface->GetArchitecture()->CreateStackTrace(
src/kits/debugger/controllers/ThreadHandler.cpp
461
new(std::nothrow) GetCpuStateJob(fDebuggerInterface, fThread),
src/kits/debugger/controllers/ThreadHandler.cpp
478
new(std::nothrow) GetStackTraceJob(fDebuggerInterface,
src/kits/debugger/controllers/ThreadHandler.cpp
479
fJobListener, fDebuggerInterface->GetArchitecture(),
src/kits/debugger/controllers/ThreadHandler.cpp
532
if (fDebuggerInterface->SetCpuState(fThread->ID(), newState) != B_OK)
src/kits/debugger/controllers/ThreadHandler.cpp
604
if (fDebuggerInterface->GetArchitecture()->GetInstructionInfo(
src/kits/debugger/controllers/ThreadHandler.cpp
675
fDebuggerInterface->ContinueThread(ThreadID());
src/kits/debugger/controllers/ThreadHandler.cpp
684
fDebuggerInterface->SingleStepThread(ThreadID());
src/kits/debugger/controllers/ThreadHandler.cpp
702
if (fDebuggerInterface->GetArchitecture()->CreateStackTrace(
src/kits/debugger/controllers/ThreadHandler.cpp
819
if (fDebuggerInterface->GetArchitecture()->CreateStackTrace(
src/kits/debugger/controllers/ThreadHandler.cpp
85
fDebuggerInterface(debuggerInterface),
src/kits/debugger/controllers/ThreadHandler.cpp
854
if (fDebuggerInterface->GetArchitecture()->CreateStackTrace(
src/kits/debugger/controllers/ThreadHandler.cpp
921
if (fDebuggerInterface->GetArchitecture()->CreateStackTrace(
src/kits/debugger/controllers/ThreadHandler.cpp
963
fDebuggerInterface, language, expressionInfo, frame, fThread),
src/kits/debugger/controllers/ThreadHandler.cpp
98
fDebuggerInterface->AcquireReference();
src/kits/debugger/controllers/ThreadHandler.cpp
985
fDebuggerInterface->ContinueThread(ThreadID());
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
117
return fDebuggerInterface->ReadMemory(address, buffer, size);
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
25
fDebuggerInterface(debuggerInterface),
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
28
fDebuggerInterface->AcquireReference();
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
34
fDebuggerInterface->ReleaseReference();
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
50
fDebuggerInterface, fImageInfo, this);
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
67
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/debug_info/DebuggerTeamDebugInfo.cpp
16
fDebuggerInterface(debuggerInterface),
src/kits/debugger/debug_info/DebuggerTeamDebugInfo.cpp
41
fDebuggerInterface, fArchitecture);
src/kits/debugger/debug_info/DebuggerTeamDebugInfo.h
32
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
337
fDebuggerInterface(interface),
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
352
fDebuggerInterface->AcquireReference();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
360
fDebuggerInterface->ReleaseReference();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
459
functions, fDebuggerInterface, fImageInfo, this);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
509
fromDwarfMap, fArchitecture, fDebuggerInterface);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
629
fDebuggerInterface);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
638
fDebuggerInterface);
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
153
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/debug_info/DwarfTeamDebugInfo.cpp
30
fDebuggerInterface(interface),
src/kits/debugger/debug_info/DwarfTeamDebugInfo.cpp
37
fDebuggerInterface->AcquireReference();
src/kits/debugger/debug_info/DwarfTeamDebugInfo.cpp
44
fDebuggerInterface->ReleaseReference();
src/kits/debugger/debug_info/DwarfTeamDebugInfo.cpp
99
imageInfo, fDebuggerInterface, fArchitecture, fFileManager,
src/kits/debugger/debug_info/DwarfTeamDebugInfo.h
42
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/debug_info/TeamDebugInfo.cpp
264
fDebuggerInterface(debuggerInterface),
src/kits/debugger/debug_info/TeamDebugInfo.cpp
273
fDebuggerInterface->AcquireReference();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
304
fDebuggerInterface->ReleaseReference();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
348
fArchitecture, fDebuggerInterface, fFileManager, this, this,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
361
= new(std::nothrow) DebuggerTeamDebugInfo(fDebuggerInterface,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
567
status_t error = imageDebugInfo->FinishInit(fDebuggerInterface);
src/kits/debugger/debug_managers/BreakpointManager.cpp
264
error = fDebuggerInterface->InstallBreakpoint(address);
src/kits/debugger/debug_managers/BreakpointManager.cpp
29
fDebuggerInterface->AcquireReference();
src/kits/debugger/debug_managers/BreakpointManager.cpp
310
fDebuggerInterface->UninstallBreakpoint(address);
src/kits/debugger/debug_managers/BreakpointManager.cpp
35
fDebuggerInterface->ReleaseReference();
src/kits/debugger/debug_managers/BreakpointManager.cpp
501
if (fDebuggerInterface->Connected())
src/kits/debugger/debug_managers/BreakpointManager.cpp
502
fDebuggerInterface->InstallBreakpoint(breakpoint->Address());
src/kits/debugger/debug_managers/BreakpointManager.cpp
513
fDebuggerInterface->UninstallBreakpoint(breakpoint->Address());
src/kits/debugger/debug_managers/BreakpointManager.h
51
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/debug_managers/WatchpointManager.cpp
27
fDebuggerInterface->AcquireReference();
src/kits/debugger/debug_managers/WatchpointManager.cpp
33
fDebuggerInterface->ReleaseReference();
src/kits/debugger/debug_managers/WatchpointManager.cpp
65
error = fDebuggerInterface->InstallWatchpoint(watchpoint->Address(),
src/kits/debugger/debug_managers/WatchpointManager.cpp
71
error = fDebuggerInterface->UninstallWatchpoint(watchpoint->Address());
src/kits/debugger/debug_managers/WatchpointManager.cpp
98
status_t error = fDebuggerInterface->UninstallWatchpoint(
src/kits/debugger/debug_managers/WatchpointManager.h
33
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/ExpressionEvaluationJob.cpp
120
new(std::nothrow) ResolveValueNodeValueJob(fDebuggerInterface,
src/kits/debugger/jobs/ExpressionEvaluationJob.cpp
32
fDebuggerInterface(debuggerInterface),
src/kits/debugger/jobs/GetCPUStateJob.cpp
21
fDebuggerInterface(debuggerInterface),
src/kits/debugger/jobs/GetCPUStateJob.cpp
45
status_t error = fDebuggerInterface->GetCpuState(fThread->ID(), state);
src/kits/debugger/jobs/GetStackTraceJob.cpp
24
fDebuggerInterface(debuggerInterface),
src/kits/debugger/jobs/GetThreadStateJob.cpp
21
fDebuggerInterface(debuggerInterface),
src/kits/debugger/jobs/GetThreadStateJob.cpp
45
status_t error = fDebuggerInterface->GetCpuState(fThread->ID(), state);
src/kits/debugger/jobs/Jobs.h
116
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/Jobs.h
170
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/Jobs.h
201
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/Jobs.h
227
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/Jobs.h
297
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/Jobs.h
322
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/Jobs.h
75
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/Jobs.h
92
DebuggerInterface* fDebuggerInterface;
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
26
fDebuggerInterface(debuggerInterface),
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
156
ValueLoader valueLoader(fArchitecture, fDebuggerInterface,
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
188
ValueLoader valueLoader(fArchitecture, fDebuggerInterface, fCpuState);
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
227
new(std::nothrow) ResolveValueNodeValueJob(fDebuggerInterface,
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
31
fDebuggerInterface(debuggerInterface),
src/kits/debugger/jobs/WriteCoreFileJob.cpp
22
fDebuggerInterface(interface),
src/kits/debugger/jobs/WriteCoreFileJob.cpp
25
fDebuggerInterface->AcquireReference();
src/kits/debugger/jobs/WriteCoreFileJob.cpp
31
fDebuggerInterface->AcquireReference();
src/kits/debugger/jobs/WriteCoreFileJob.cpp
50
error = fDebuggerInterface->WriteCoreFile(path.Path());
src/kits/debugger/jobs/WriteValueNodeJob.cpp
29
fDebuggerInterface(debuggerInterface),
src/kits/debugger/jobs/WriteValueNodeJob.cpp
66
ValueWriter writer(fArchitecture, fDebuggerInterface,
src/kits/debugger/value/ValueWriter.cpp
132
return fDebuggerInterface->SetCpuState(fTargetThread, fCpuState);
src/kits/debugger/value/ValueWriter.cpp
24
fDebuggerInterface(interface),
src/kits/debugger/value/ValueWriter.cpp
29
fDebuggerInterface->AcquireReference();
src/kits/debugger/value/ValueWriter.cpp
38
fDebuggerInterface->ReleaseReference();
src/kits/debugger/value/ValueWriter.cpp
82
ssize_t bytesWritten = fDebuggerInterface->WriteMemory(address,
src/kits/debugger/value/ValueWriter.h
39
DebuggerInterface* fDebuggerInterface;