Symbol: FunctionInstance
headers/private/debugger/controllers/TeamDebugger.h
77
FunctionInstance* function,
headers/private/debugger/debug_info/Function.h
28
FunctionInstance* FirstInstance() const
headers/private/debugger/debug_info/Function.h
30
FunctionInstance* LastInstance() const
headers/private/debugger/debug_info/Function.h
60
void AddInstance(FunctionInstance* instance);
headers/private/debugger/debug_info/Function.h
61
void RemoveInstance(FunctionInstance* instance);
headers/private/debugger/debug_info/FunctionInstance.h
30
class FunctionInstance : public BReferenceable,
headers/private/debugger/debug_info/FunctionInstance.h
31
public DoublyLinkedListLinkImpl<FunctionInstance> {
headers/private/debugger/debug_info/FunctionInstance.h
33
FunctionInstance(ImageDebugInfo* imageDebugInfo,
headers/private/debugger/debug_info/FunctionInstance.h
35
~FunctionInstance();
headers/private/debugger/debug_info/FunctionInstance.h
81
typedef DoublyLinkedList<FunctionInstance> FunctionInstanceList;
headers/private/debugger/debug_info/ImageDebugInfo.h
24
class FunctionInstance;
headers/private/debugger/debug_info/ImageDebugInfo.h
57
FunctionInstance* FunctionAt(int32 index) const;
headers/private/debugger/debug_info/ImageDebugInfo.h
58
FunctionInstance* FunctionAtAddress(target_addr_t address) const;
headers/private/debugger/debug_info/ImageDebugInfo.h
59
FunctionInstance* FunctionByName(const char* name) const;
headers/private/debugger/debug_info/ImageDebugInfo.h
61
FunctionInstance* MainFunction() const
headers/private/debugger/debug_info/ImageDebugInfo.h
69
typedef BObjectList<FunctionInstance> FunctionList;
headers/private/debugger/debug_info/ImageDebugInfo.h
72
static int _CompareFunctions(const FunctionInstance* a,
headers/private/debugger/debug_info/ImageDebugInfo.h
73
const FunctionInstance* b);
headers/private/debugger/debug_info/ImageDebugInfo.h
76
const FunctionInstance* function);
headers/private/debugger/debug_info/ImageDebugInfo.h
84
FunctionInstance* fMainFunction;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
25
class FunctionInstance;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
63
FunctionInstance* functionInstance,
headers/private/debugger/debug_info/TeamDebugInfo.h
118
FunctionInstance* fMainFunction;
headers/private/debugger/debug_info/TeamDebugInfo.h
28
class FunctionInstance;
headers/private/debugger/debug_info/TeamDebugInfo.h
77
FunctionInstance* functionInstance,
headers/private/debugger/debug_info/TeamDebugInfo.h
80
FunctionInstance* MainFunction() const
headers/private/debugger/model/StackFrame.h
102
FunctionInstance* fFunction;
headers/private/debugger/model/StackFrame.h
28
class FunctionInstance;
headers/private/debugger/model/StackFrame.h
68
FunctionInstance* Function() const { return fFunction; }
headers/private/debugger/model/StackFrame.h
69
void SetFunction(FunctionInstance* function);
headers/private/debugger/model/Team.h
212
FunctionInstance*& _function,
headers/private/debugger/model/Team.h
71
class FunctionInstance;
headers/private/debugger/user_interface/UserInterface.h
109
FunctionInstance* function,
headers/private/debugger/user_interface/UserInterface.h
22
class FunctionInstance;
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.cpp
351
FunctionInstance* instance = fSelectedFrame->Function();
src/apps/debugger/user_interface/gui/team_settings_window/ExceptionStopConfigView.cpp
143
FunctionInstance* instance = info->FunctionByName(
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
186
FunctionInstance* fFunction;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
311
FunctionInstance* instance = fImageDebugInfo->FunctionAt(i);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
413
FunctionInstance* function = node->Function();
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
436
bool GetFunctionPath(FunctionInstance* function, TreeTablePath& _path)
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
484
LocatableFile*& _sourceFile, FunctionInstance*& _function)
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
50
FunctionInstance* function)
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
544
FunctionInstance* function, LocatableFile* file,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
594
FunctionInstance* function, LocatableFile* file,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
613
bool _FilterFunction(FunctionInstance* instance, const BString& sourcePath,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
716
ImageFunctionsView::SetFunction(FunctionInstance* function)
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
803
FunctionInstance* function = NULL;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
87
FunctionInstance* Function() const
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
16
class FunctionInstance;
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
34
void SetFunction(FunctionInstance* function);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
70
FunctionInstance* function) = 0;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1956
FunctionInstance* instance = fSourceView->fStackFrame->Function();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2166
FunctionInstance* instance = fStackFrame->Function();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2331
FunctionInstance* functionInstance;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
701
FunctionInstance* functionInstance;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
765
FunctionInstance* functionInstance;
src/apps/debugger/user_interface/gui/team_window/SourceView.h
114
FunctionInstance* function,
src/apps/debugger/user_interface/gui/team_window/SourceView.h
17
class FunctionInstance;
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1539
FunctionInstance* functionInstance = function != NULL
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1541
BReference<FunctionInstance> functionInstanceReference(
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1558
TeamWindow::_SetActiveFunction(FunctionInstance* functionInstance,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
914
TeamWindow::FunctionSelectionChanged(FunctionInstance* function)
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
978
TeamWindow::FunctionSourceCodeRequested(FunctionInstance* function,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
108
FunctionInstance* function);
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
134
FunctionInstance* function,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
186
void _SetActiveFunction(FunctionInstance* function,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.h
228
FunctionInstance* fActiveFunction;
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3174
FunctionInstance* function = fStackFrame->Function();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3247
FunctionInstance* instance = fStackFrame->Function();
src/kits/debugger/arch/Architecture.cpp
144
FunctionInstance* function = NULL;
src/kits/debugger/arch/Architecture.cpp
151
BReference<FunctionInstance> functionReference(function);
src/kits/debugger/controllers/DebugReportGenerator.cpp
540
FunctionInstance* functionInstance = NULL;
src/kits/debugger/controllers/DebugReportGenerator.cpp
664
FunctionInstance* instance = NULL;
src/kits/debugger/controllers/TeamDebugger.cpp
2068
FunctionInstance* functionInstance
src/kits/debugger/controllers/TeamDebugger.cpp
2120
FunctionInstance* instance = it.Next();) {
src/kits/debugger/controllers/TeamDebugger.cpp
998
TeamDebugger::FunctionSourceCodeRequested(FunctionInstance* functionInstance,
src/kits/debugger/controllers/ThreadHandler.cpp
557
FunctionInstance* functionInstance = frame->Function();
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
80
FunctionInstance* functionInstance, CpuState* cpuState,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
42
FunctionInstance* functionInstance,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1197
FunctionInstance* targetFunction;
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
586
FunctionInstance* functionInstance, CpuState* cpuState,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
33
class FunctionInstance;
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
72
FunctionInstance* functionInstance,
src/kits/debugger/debug_info/Function.cpp
120
FunctionInstance* instance = it.Next();) {
src/kits/debugger/debug_info/Function.cpp
50
FunctionInstance* instance = it.Next();) {
src/kits/debugger/debug_info/Function.cpp
76
Function::AddInstance(FunctionInstance* instance)
src/kits/debugger/debug_info/Function.cpp
88
Function::RemoveInstance(FunctionInstance* instance)
src/kits/debugger/debug_info/FunctionInstance.cpp
17
FunctionInstance::FunctionInstance(ImageDebugInfo* imageDebugInfo,
src/kits/debugger/debug_info/FunctionInstance.cpp
32
FunctionInstance::~FunctionInstance()
src/kits/debugger/debug_info/FunctionInstance.cpp
41
FunctionInstance::GetFunctionID() const
src/kits/debugger/debug_info/FunctionInstance.cpp
55
FunctionInstance::SetFunction(Function* function)
src/kits/debugger/debug_info/FunctionInstance.cpp
68
FunctionInstance::SetSourceCode(DisassembledCode* source,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
150
FunctionInstance*
src/kits/debugger/debug_info/ImageDebugInfo.cpp
157
FunctionInstance*
src/kits/debugger/debug_info/ImageDebugInfo.cpp
164
FunctionInstance*
src/kits/debugger/debug_info/ImageDebugInfo.cpp
168
for (int32 i = 0; FunctionInstance* function = fFunctions.ItemAt(i); i++) {
src/kits/debugger/debug_info/ImageDebugInfo.cpp
195
ImageDebugInfo::_CompareFunctions(const FunctionInstance* a,
src/kits/debugger/debug_info/ImageDebugInfo.cpp
196
const FunctionInstance* b)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
205
const FunctionInstance* function)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
28
for (int32 i = 0; FunctionInstance* function = fFunctions.ItemAt(i); i++)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
70
FunctionInstance* instance = new(std::nothrow) FunctionInstance(
src/kits/debugger/debug_info/TeamDebugInfo.cpp
40
typedef const FunctionInstance* KeyType;
src/kits/debugger/debug_info/TeamDebugInfo.cpp
43
size_t HashKey(const FunctionInstance* key) const
src/kits/debugger/debug_info/TeamDebugInfo.cpp
519
FunctionInstance* instance = imageInfo->FunctionAtAddress(
src/kits/debugger/debug_info/TeamDebugInfo.cpp
572
FunctionInstance* instance = imageDebugInfo->MainFunction();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
63
bool Compare(const FunctionInstance* key, const Function* value) const
src/kits/debugger/debug_info/TeamDebugInfo.cpp
666
TeamDebugInfo::DisassembleFunction(FunctionInstance* functionInstance,
src/kits/debugger/debug_info/TeamDebugInfo.cpp
704
FunctionInstance* instance = imageDebugInfo->FunctionAt(i); i++) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
768
FunctionInstance* instance = imageDebugInfo->FunctionAt(i); i++) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
844
FunctionInstance* functionInstance = imageDebugInfo->FunctionByName(
src/kits/debugger/debug_managers/BreakpointManager.cpp
399
FunctionInstance* functionInstance = it.Next();) {
src/kits/debugger/jobs/Jobs.h
161
FunctionInstance* functionInstance,
src/kits/debugger/jobs/Jobs.h
173
FunctionInstance* fFunctionInstance;
src/kits/debugger/jobs/Jobs.h
25
class FunctionInstance;
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
23
Team* team, FunctionInstance* functionInstance, bool loadForFunction)
src/kits/debugger/model/StackFrame.cpp
124
StackFrame::SetFunction(FunctionInstance* function)
src/kits/debugger/model/Team.cpp
572
Team::GetStatementAtAddress(target_addr_t address, FunctionInstance*& _function,
src/kits/debugger/model/Team.cpp
591
FunctionInstance* functionInstance
src/kits/debugger/model/Team.cpp
658
FunctionInstance* functionInstance = function->FirstInstance();
src/kits/debugger/user_interface/util/UiUtils.cpp
106
FunctionInstance* function = frame->Function();