Symbol: FunctionDebugInfo
headers/private/debugger/arch/Architecture.h
107
virtual status_t DisassembleCode(FunctionDebugInfo* function,
headers/private/debugger/arch/Architecture.h
110
virtual status_t GetStatement(FunctionDebugInfo* function,
headers/private/debugger/arch/Architecture.h
23
class FunctionDebugInfo;
headers/private/debugger/arch/Architecture.h
84
FunctionDebugInfo* function,
headers/private/debugger/arch/Architecture.h
94
FunctionDebugInfo* previousFunction,
headers/private/debugger/debug_info/FunctionDebugInfo.h
19
class FunctionDebugInfo : public BReferenceable {
headers/private/debugger/debug_info/FunctionDebugInfo.h
21
FunctionDebugInfo();
headers/private/debugger/debug_info/FunctionDebugInfo.h
22
virtual ~FunctionDebugInfo();
headers/private/debugger/debug_info/FunctionInstance.h
25
class FunctionDebugInfo;
headers/private/debugger/debug_info/FunctionInstance.h
34
FunctionDebugInfo* functionDebugInfo);
headers/private/debugger/debug_info/FunctionInstance.h
41
FunctionDebugInfo* GetFunctionDebugInfo() const
headers/private/debugger/debug_info/FunctionInstance.h
75
FunctionDebugInfo* fFunctionDebugInfo;
headers/private/debugger/debug_info/ImageDebugInfo.h
23
class FunctionDebugInfo;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
24
class FunctionDebugInfo;
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
46
BObjectList<FunctionDebugInfo>& functions)
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
75
virtual status_t GetStatement(FunctionDebugInfo* function,
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
80
FunctionDebugInfo* function,
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
85
virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
headers/private/debugger/debug_info/SpecificImageDebugInfo.h
97
BObjectList<FunctionDebugInfo>& functions,
headers/private/debugger/debug_info/TeamDebugInfo.h
63
virtual status_t GetActiveSourceCode(FunctionDebugInfo* info,
headers/private/debugger/model/TeamFunctionSourceInformation.h
11
class FunctionDebugInfo;
headers/private/debugger/model/TeamFunctionSourceInformation.h
19
virtual status_t GetActiveSourceCode(FunctionDebugInfo* info,
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.cpp
353
FunctionDebugInfo* functionInfo
src/kits/debugger/arch/Architecture.cpp
145
FunctionDebugInfo* functionDebugInfo = NULL;
src/kits/debugger/arch/x86/ArchitectureX86.cpp
356
ArchitectureX86::CreateStackFrame(Image* image, FunctionDebugInfo* function,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
499
Image* previousImage, FunctionDebugInfo* previousFunction,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
604
ArchitectureX86::DisassembleCode(FunctionDebugInfo* function,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
644
ArchitectureX86::GetStatement(FunctionDebugInfo* function,
src/kits/debugger/arch/x86/ArchitectureX86.cpp
814
ArchitectureX86::_HasFunctionPrologue(FunctionDebugInfo* function) const
src/kits/debugger/arch/x86/ArchitectureX86.h
103
FunctionDebugInfo* function) const;
src/kits/debugger/arch/x86/ArchitectureX86.h
48
FunctionDebugInfo* function,
src/kits/debugger/arch/x86/ArchitectureX86.h
55
FunctionDebugInfo* previousFunction,
src/kits/debugger/arch/x86/ArchitectureX86.h
64
virtual status_t DisassembleCode(FunctionDebugInfo* function,
src/kits/debugger/arch/x86/ArchitectureX86.h
67
virtual status_t GetStatement(FunctionDebugInfo* function,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
433
ArchitectureX8664::CreateStackFrame(Image* image, FunctionDebugInfo* function,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
576
Image* previousImage, FunctionDebugInfo* previousFunction,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
681
ArchitectureX8664::DisassembleCode(FunctionDebugInfo* function,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
721
ArchitectureX8664::GetStatement(FunctionDebugInfo* function,
src/kits/debugger/arch/x86_64/ArchitectureX8664.cpp
889
ArchitectureX8664::_HasFunctionPrologue(FunctionDebugInfo* function) const
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
103
FunctionDebugInfo* function) const;
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
49
FunctionDebugInfo* function,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
56
FunctionDebugInfo* previousFunction,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
65
virtual status_t DisassembleCode(FunctionDebugInfo* function,
src/kits/debugger/arch/x86_64/ArchitectureX8664.h
68
virtual status_t GetStatement(FunctionDebugInfo* function,
src/kits/debugger/controllers/TeamDebugger.cpp
2080
FunctionDebugInfo* functionDebugInfo
src/kits/debugger/controllers/ThreadHandler.cpp
560
FunctionDebugInfo* function = functionInstance->GetFunctionDebugInfo();
src/kits/debugger/controllers/ThreadHandler.cpp
930
FunctionDebugInfo* info = frame->Function()->GetFunctionDebugInfo();
src/kits/debugger/debug_info/BasicFunctionDebugInfo.h
13
class BasicFunctionDebugInfo : public FunctionDebugInfo {
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
106
DebuggerImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* function,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
47
BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
89
DebuggerImageDebugInfo::GetStatement(FunctionDebugInfo* function,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.cpp
98
FunctionDebugInfo* function, const SourceLocation& sourceLocation,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
31
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
48
virtual status_t GetStatement(FunctionDebugInfo* function,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
52
FunctionDebugInfo* function,
src/kits/debugger/debug_info/DebuggerImageDebugInfo.h
56
virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
src/kits/debugger/debug_info/DwarfFunctionDebugInfo.h
20
class DwarfFunctionDebugInfo : public FunctionDebugInfo {
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1332
BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1374
CompilationUnit* unit, BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
405
BObjectList<FunctionDebugInfo>& functions)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
756
DwarfImageDebugInfo::GetStatement(FunctionDebugInfo* _function,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
853
DwarfImageDebugInfo::GetStatementAtSourceLocation(FunctionDebugInfo* _function,
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
948
DwarfImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* _function,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
138
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
141
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
60
BObjectList<FunctionDebugInfo>& functions);
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
78
virtual status_t GetStatement(FunctionDebugInfo* function,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
82
FunctionDebugInfo* function,
src/kits/debugger/debug_info/DwarfImageDebugInfo.h
86
virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
src/kits/debugger/debug_info/FunctionDebugInfo.cpp
14
FunctionDebugInfo::~FunctionDebugInfo()
src/kits/debugger/debug_info/FunctionDebugInfo.cpp
9
FunctionDebugInfo::FunctionDebugInfo()
src/kits/debugger/debug_info/FunctionInstance.cpp
18
FunctionDebugInfo* functionDebugInfo)
src/kits/debugger/debug_info/ImageDebugInfo.cpp
60
BObjectList<FunctionDebugInfo> functions;
src/kits/debugger/debug_info/ImageDebugInfo.cpp
65
for (int32 k = 0; FunctionDebugInfo* function = functions.ItemAt(k);
src/kits/debugger/debug_info/ImageDebugInfo.cpp
85
for (int32 k = 0; FunctionDebugInfo* function = functions.ItemAt(k);
src/kits/debugger/debug_info/SpecificImageDebugInfo.cpp
24
BObjectList<FunctionDebugInfo>& functions, DebuggerInterface* interface,
src/kits/debugger/debug_info/SpecificImageDebugInfo.cpp
33
FunctionDebugInfo* function = new(std::nothrow) BasicFunctionDebugInfo(
src/kits/debugger/debug_info/TeamDebugInfo.cpp
480
TeamDebugInfo::GetActiveSourceCode(FunctionDebugInfo* info, SourceCode*& _code)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
605
FunctionDebugInfo* functionDebugInfo
src/kits/debugger/debug_info/TeamDebugInfo.cpp
679
FunctionDebugInfo* functionDebugInfo
src/kits/debugger/debug_managers/BreakpointManager.cpp
409
FunctionDebugInfo* functionDebugInfo
src/kits/debugger/model/Team.cpp
612
FunctionDebugInfo* functionDebugInfo
src/kits/debugger/model/Team.cpp
662
FunctionDebugInfo* functionDebugInfo