Searched refs:fSourceLocation (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.cpp22 fSourceLocation(),
35 fSourceLocation(other.fSourceLocation),
65 fSourceLocation = location.GetSourceLocation();
95 fSourceLocation = SourceLocation(line, column);
125 || (error = archive.AddInt32("line", fSourceLocation.Line())) != B_OK
126 || (error = archive.AddInt32("column", fSourceLocation.Column()))
154 fSourceLocation = other.fSourceLocation;
173 fSourceLocation
[all...]
H A DBreakpointSetting.h39 { return fSourceLocation; }
57 SourceLocation fSourceLocation; member in class:BreakpointSetting
/haiku/src/kits/debugger/debug_info/
H A DDwarfFunctionDebugInfo.cpp26 fSourceLocation(sourceLocation)
98 return fSourceLocation;
105 return fSourceLocation;
H A DDwarfFunctionDebugInfo.h56 SourceLocation fSourceLocation; member in class:DwarfFunctionDebugInfo
/haiku/src/kits/debugger/model/
H A DUserBreakpoint.cpp24 fSourceLocation(sourceLocation),
38 fSourceLocation(other.fSourceLocation),
69 fSourceLocation = other.fSourceLocation;
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h39 { return fSourceLocation; }
49 SourceLocation fSourceLocation; member in class:UserBreakpointLocation

Completed in 42 milliseconds