Searched refs:sourceLocation (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfFunctionDebugInfo.cpp18 const SourceLocation& sourceLocation)
26 fSourceLocation(sourceLocation)
14 DwarfFunctionDebugInfo( DwarfImageDebugInfo* imageDebugInfo, CompilationUnit* compilationUnit, DIESubprogram* subprogramEntry, TargetAddressRangeList* addressRanges, const BString& name, LocatableFile* sourceFile, const SourceLocation& sourceLocation) argument
H A DDwarfFunctionDebugInfo.h29 const SourceLocation& sourceLocation);
H A DDebuggerImageDebugInfo.h53 const SourceLocation& sourceLocation,
H A DDebuggerImageDebugInfo.cpp98 FunctionDebugInfo* function, const SourceLocation& sourceLocation,
97 GetStatementAtSourceLocation( FunctionDebugInfo* function, const SourceLocation& sourceLocation, Statement*& _statement) argument
H A DDwarfImageDebugInfo.h83 const SourceLocation& sourceLocation,
H A DDwarfImageDebugInfo.cpp855 const SourceLocation& sourceLocation, Statement*& _statement)
867 B_PRIx64 "\n", function, sourceLocation.Line(), sourceLocation.Column(),
912 && statementLine == (int32)sourceLocation.Line()
913 && statementColumn == (int32)sourceLocation.Column()) {
854 GetStatementAtSourceLocation(FunctionDebugInfo* _function, const SourceLocation& sourceLocation, Statement*& _statement) argument
/haiku/src/kits/debugger/model/
H A DUserBreakpoint.cpp19 LocatableFile* sourceFile, const SourceLocation& sourceLocation,
24 fSourceLocation(sourceLocation),
18 UserBreakpointLocation(FunctionID* functionID, LocatableFile* sourceFile, const SourceLocation& sourceLocation, target_addr_t relativeAddress) argument
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h81 const SourceLocation& sourceLocation,
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h30 const SourceLocation& sourceLocation,
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp391 const SourceLocation& sourceLocation local
413 sourceLocation, statement);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2082 SourceLocation sourceLocation; local
2089 sourceLocation = breakpointStatement->StartSourceLocation();
2096 sourceLocation.Line(), sourceLocation.Column());
2107 sourceLocation, relativeAddress));
2136 sourceLocation, statement);

Completed in 102 milliseconds