Searched refs:SourceLocation (Results 1 - 25 of 34) sorted by relevance

12

/haiku/headers/private/debugger/model/
H A DSourceCode.h17 class SourceLocation;
33 const SourceLocation& location,
34 SourceLocation& _start,
35 SourceLocation& _end) const = 0;
H A DFileSourceCode.h29 const SourceLocation& location);
37 const SourceLocation& location,
38 SourceLocation& _start,
39 SourceLocation& _end) const;
50 const SourceLocation& location,
58 Array<SourceLocation> fSourceLocations;
H A DStatement.h10 #include "SourceLocation.h"
19 virtual SourceLocation StartSourceLocation() const = 0;
33 AbstractStatement(const SourceLocation& start);
35 virtual SourceLocation StartSourceLocation() const;
38 SourceLocation fStart;
44 ContiguousStatement(const SourceLocation& start,
H A DDisassembledCode.h29 const SourceLocation& location,
30 SourceLocation& _start,
31 SourceLocation& _end) const;
37 const SourceLocation& location) const;
H A DUserBreakpoint.h14 #include "SourceLocation.h"
30 const SourceLocation& sourceLocation,
38 SourceLocation GetSourceLocation() const
49 SourceLocation fSourceLocation;
/haiku/headers/private/debugger/types/
H A DSourceLocation.h11 class SourceLocation { class
13 SourceLocation(int32 line = 0, int32 column = 0) function in class:SourceLocation
20 bool operator==(const SourceLocation& other) const
25 bool operator!=(const SourceLocation& other) const
30 bool operator<(const SourceLocation& other) const
36 bool operator<=(const SourceLocation& other) const
/haiku/src/kits/debugger/model/
H A DStatement.cpp20 AbstractStatement::AbstractStatement(const SourceLocation& start)
27 SourceLocation
37 ContiguousStatement::ContiguousStatement(const SourceLocation& start,
H A DFileSourceCode.cpp14 #include "SourceLocation.h"
47 FileSourceCode::AddSourceLocation(const SourceLocation& location)
102 FileSourceCode::GetStatementLocationRange(const SourceLocation& location,
103 SourceLocation& _start, SourceLocation& _end) const
120 ? fSourceLocations[index + 1] : SourceLocation(lineCount);
133 FileSourceCode::_FindSourceLocationIndex(const SourceLocation& location,
H A DDisassembledCode.cpp96 DisassembledCode::GetStatementLocationRange(const SourceLocation& location,
97 SourceLocation& _start, SourceLocation& _end) const
104 _end = SourceLocation(_start.Line() + 1);
118 DisassembledCode::StatementAtLocation(const SourceLocation& location) const
160 SourceLocation(lineIndex), TargetAddressRange(address, size));
H A DUserBreakpoint.cpp19 LocatableFile* sourceFile, const SourceLocation& sourceLocation,
/haiku/src/kits/debugger/debug_info/
H A DBasicFunctionDebugInfo.cpp80 SourceLocation
83 return SourceLocation();
87 SourceLocation
90 return SourceLocation();
H A DDwarfFunctionDebugInfo.h11 #include "SourceLocation.h"
29 const SourceLocation& sourceLocation);
41 virtual SourceLocation SourceStartLocation() const;
42 virtual SourceLocation SourceEndLocation() const;
56 SourceLocation fSourceLocation;
H A DBasicFunctionDebugInfo.h32 virtual SourceLocation SourceStartLocation() const;
33 virtual SourceLocation SourceEndLocation() const;
H A DDwarfFunctionDebugInfo.cpp18 const SourceLocation& sourceLocation)
95 SourceLocation
102 SourceLocation
H A DDebuggerImageDebugInfo.h53 const SourceLocation& sourceLocation,
H A DDebuggerImageDebugInfo.cpp98 FunctionDebugInfo* function, const SourceLocation& sourceLocation,
H A DTeamDebugInfo.cpp52 SourceLocation location = key->GetSourceLocation();
155 Function* FunctionAtLocation(const SourceLocation& location) const
193 SourceLocation locationA = a->GetSourceLocation();
194 SourceLocation locationB = b->GetSourceLocation();
208 static int _CompareLocationFunction(const SourceLocation* location,
211 SourceLocation functionLocation = function->GetSourceLocation();
810 const SourceLocation& location) const
H A DDwarfImageDebugInfo.h83 const SourceLocation& sourceLocation,
/haiku/headers/private/debugger/debug_info/
H A DFunctionDebugInfo.h10 #include "SourceLocation.h"
33 virtual SourceLocation SourceStartLocation() const = 0;
34 virtual SourceLocation SourceEndLocation() const = 0;
H A DSpecificImageDebugInfo.h31 class SourceLocation;
81 const SourceLocation& sourceLocation,
H A DTeamDebugInfo.h34 class SourceLocation;
91 const SourceLocation& location) const;
H A DFunction.h41 SourceLocation GetSourceLocation() const
H A DFunctionInstance.h54 SourceLocation GetSourceLocation() const
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.h14 #include "SourceLocation.h"
38 SourceLocation GetSourceLocation() const
57 SourceLocation fSourceLocation;
H A DBreakpointSetting.cpp95 fSourceLocation = SourceLocation(line, column);
173 fSourceLocation = SourceLocation();

Completed in 80 milliseconds

12