Searched refs:FunctionDebugInfo (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/kits/debugger/debug_info/
H A DFunctionDebugInfo.cpp6 #include "FunctionDebugInfo.h"
9 FunctionDebugInfo::FunctionDebugInfo() function in class:FunctionDebugInfo
14 FunctionDebugInfo::~FunctionDebugInfo()
H A DDebuggerImageDebugInfo.h31 BObjectList<FunctionDebugInfo>& functions);
48 virtual status_t GetStatement(FunctionDebugInfo* function,
52 FunctionDebugInfo* function,
56 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
H A DSpecificImageDebugInfo.cpp24 BObjectList<FunctionDebugInfo>& functions, DebuggerInterface* interface,
33 FunctionDebugInfo* function = new(std::nothrow) BasicFunctionDebugInfo(
H A DDebuggerImageDebugInfo.cpp47 BObjectList<FunctionDebugInfo>& functions)
89 DebuggerImageDebugInfo::GetStatement(FunctionDebugInfo* function,
98 FunctionDebugInfo* function, const SourceLocation& sourceLocation,
106 DebuggerImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* function,
H A DDwarfImageDebugInfo.h60 BObjectList<FunctionDebugInfo>& functions);
78 virtual status_t GetStatement(FunctionDebugInfo* function,
82 FunctionDebugInfo* function,
86 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
138 BObjectList<FunctionDebugInfo>& functions);
141 BObjectList<FunctionDebugInfo>& functions);
H A DBasicFunctionDebugInfo.h10 #include "FunctionDebugInfo.h"
13 class BasicFunctionDebugInfo : public FunctionDebugInfo {
H A DDwarfFunctionDebugInfo.h10 #include "FunctionDebugInfo.h"
20 class DwarfFunctionDebugInfo : public FunctionDebugInfo {
H A DImageDebugInfo.cpp12 #include "FunctionDebugInfo.h"
60 BObjectList<FunctionDebugInfo> functions;
65 for (int32 k = 0; FunctionDebugInfo* function = functions.ItemAt(k);
85 for (int32 k = 0; FunctionDebugInfo* function = functions.ItemAt(k);
H A DFunctionInstance.cpp18 FunctionDebugInfo* functionDebugInfo)
H A DTeamDebugInfo.cpp481 TeamDebugInfo::GetActiveSourceCode(FunctionDebugInfo* info, SourceCode*& _code)
606 FunctionDebugInfo* functionDebugInfo
680 FunctionDebugInfo* functionDebugInfo
H A DDwarfImageDebugInfo.cpp406 BObjectList<FunctionDebugInfo>& functions)
757 DwarfImageDebugInfo::GetStatement(FunctionDebugInfo* _function,
854 DwarfImageDebugInfo::GetStatementAtSourceLocation(FunctionDebugInfo* _function,
949 DwarfImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* _function,
1333 BObjectList<FunctionDebugInfo>& functions)
1375 CompilationUnit* unit, BObjectList<FunctionDebugInfo>& functions)
/haiku/headers/private/debugger/model/
H A DTeamFunctionSourceInformation.h11 class FunctionDebugInfo;
19 virtual status_t GetActiveSourceCode(FunctionDebugInfo* info,
/haiku/headers/private/debugger/debug_info/
H A DFunctionDebugInfo.h19 class FunctionDebugInfo : public BReferenceable { class in inherits:BReferenceable
21 FunctionDebugInfo();
22 virtual ~FunctionDebugInfo();
H A DSpecificImageDebugInfo.h24 class FunctionDebugInfo;
46 BObjectList<FunctionDebugInfo>& functions)
75 virtual status_t GetStatement(FunctionDebugInfo* function,
80 FunctionDebugInfo* function,
85 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
97 BObjectList<FunctionDebugInfo>& functions,
H A DFunctionInstance.h11 #include "FunctionDebugInfo.h"
25 class FunctionDebugInfo;
34 FunctionDebugInfo* functionDebugInfo);
41 FunctionDebugInfo* GetFunctionDebugInfo() const
75 FunctionDebugInfo* fFunctionDebugInfo;
H A DImageDebugInfo.h23 class FunctionDebugInfo;
H A DTeamDebugInfo.h63 virtual status_t GetActiveSourceCode(FunctionDebugInfo* info,
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h48 FunctionDebugInfo* function,
55 FunctionDebugInfo* previousFunction,
64 virtual status_t DisassembleCode(FunctionDebugInfo* function,
67 virtual status_t GetStatement(FunctionDebugInfo* function,
103 FunctionDebugInfo* function) const;
H A DArchitectureX86.cpp19 #include "FunctionDebugInfo.h"
356 ArchitectureX86::CreateStackFrame(Image* image, FunctionDebugInfo* function,
499 Image* previousImage, FunctionDebugInfo* previousFunction,
604 ArchitectureX86::DisassembleCode(FunctionDebugInfo* function,
644 ArchitectureX86::GetStatement(FunctionDebugInfo* function,
814 ArchitectureX86::_HasFunctionPrologue(FunctionDebugInfo* function) const
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h49 FunctionDebugInfo* function,
56 FunctionDebugInfo* previousFunction,
65 virtual status_t DisassembleCode(FunctionDebugInfo* function,
68 virtual status_t GetStatement(FunctionDebugInfo* function,
103 FunctionDebugInfo* function) const;
H A DArchitectureX8664.cpp20 #include "FunctionDebugInfo.h"
433 ArchitectureX8664::CreateStackFrame(Image* image, FunctionDebugInfo* function,
576 Image* previousImage, FunctionDebugInfo* previousFunction,
681 ArchitectureX8664::DisassembleCode(FunctionDebugInfo* function,
721 ArchitectureX8664::GetStatement(FunctionDebugInfo* function,
889 ArchitectureX8664::_HasFunctionPrologue(FunctionDebugInfo* function) const
/haiku/headers/private/debugger/arch/
H A DArchitecture.h23 class FunctionDebugInfo;
84 FunctionDebugInfo* function,
94 FunctionDebugInfo* previousFunction,
107 virtual status_t DisassembleCode(FunctionDebugInfo* function,
110 virtual status_t GetStatement(FunctionDebugInfo* function,
/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp145 FunctionDebugInfo* functionDebugInfo = NULL;
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp560 FunctionDebugInfo* function = functionInstance->GetFunctionDebugInfo();
930 FunctionDebugInfo* info = frame->Function()->GetFunctionDebugInfo();
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp409 FunctionDebugInfo* functionDebugInfo

Completed in 238 milliseconds

12