Symbol: fSourceCode
headers/private/debugger/debug_info/Function.h
50
FileSourceCode* GetSourceCode() const { return fSourceCode; }
headers/private/debugger/debug_info/Function.h
72
FileSourceCode* fSourceCode;
headers/private/debugger/debug_info/FunctionInstance.h
66
{ return fSourceCode; }
headers/private/debugger/debug_info/FunctionInstance.h
76
DisassembledCode* fSourceCode;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1023
if (fSourceCode == NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1070
if (fSourceCode == NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1079
if (fTeam->GetStatementAtSourceLocation(fSourceCode,
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1178
if (fSourceCode == NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1251
const char* lineData = fSourceCode->LineAt(i);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1252
int32 lineLength = fSourceCode->LineLengthAt(i);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
134
SourceCode* fSourceCode;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1346
fSelectionEnd.line = fSourceCode->CountLines() - 1;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1347
fSelectionEnd.offset = fSourceCode->LineLengthAt(
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1366
if (fSourceCode == NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1509
if (fSourceCode->GetSourceFile() != NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1510
clipName = fSourceCode->GetSourceFile()->Name();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1511
else if (fSourceCode->GetSourceLanguage() != NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1512
clipName = fSourceCode->GetSourceLanguage()->Name();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1562
if (fSourceCode != NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1563
for (int32 i = 0; const char* line = fSourceCode->LineAt(i); i++)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1637
if (fSourceCode->LineAt(line)[i] == '\t')
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1654
int32 lineLength = fSourceCode->LineLengthAt(line);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1655
const char* sourceLine = fSourceCode->LineAt(line);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1735
text.SetTo(fSourceCode->LineAt(fSelectionStart.line)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1739
text.SetTo(fSourceCode->LineAt(fSelectionStart.line)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1743
text << fSourceCode->LineAt(i) << "\n";
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1744
text.Append(fSourceCode->LineAt(fSelectionEnd.line),
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1770
const char* line = fSourceCode->LineAt(point.line);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1771
int32 length = fSourceCode->LineLengthAt(point.line);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1825
fSelectionEnd.offset = fSourceCode->LineLengthAt(point.line);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1830
fSelectionEnd.offset = fSourceCode->LineLengthAt(
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1836
fSelectionEnd.offset = fSourceCode->LineLengthAt(point.line);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
190
SourceCode* fSourceCode;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1939
if (fSourceCode == NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1943
if (fSourceCode->GetSourceFile() != NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1980
fSourceCode) != NULL ? "Show source" : "Show disassembly",
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2070
fSourceCode(NULL),
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2133
if (fSourceCode == NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2135
LocatableFile* file = fSourceCode->GetSourceFile();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2171
if (dynamic_cast<FileSourceCode*>(fSourceCode) != NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2273
if (sourceCode == fSourceCode)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2276
if (fSourceCode != NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2280
fSourceCode->ReleaseReference();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2285
fSourceCode = sourceCode;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2287
if (fSourceCode != NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2288
fSourceCode->AcquireReference();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2290
SourceLanguage* language = fSourceCode->GetSourceLanguage();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2296
highlighter->ParseText(fSourceCode,
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2302
fMarkerManager->SetSourceCode(fSourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2303
fTextView->SetSourceCode(fSourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2304
fMarkerView->SetSourceCode(fSourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2326
if (fSourceCode == NULL)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2348
if (fSourceCode == NULL || line >= (uint32)fSourceCode->CountLines())
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2448
if (fTeam->GetStatementAtSourceLocation(fSourceCode, SourceLocation(line),
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
432
fSourceCode = sourceCode;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
449
return fSourceCode != NULL ? fSourceCode->CountLines() : 0;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
481
maxLine = std::min(maxLine, fSourceCode->CountLines() - 1);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
640
fSourceCode = sourceCode;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
693
if (fSourceCode != NULL && fStackTrace != NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
694
LocatableFile* sourceFile = fSourceCode->GetSourceFile();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
710
if (line < 0 || line >= fSourceCode->CountLines())
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
717
if (functionInstance->GetSourceCode() != fSourceCode)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
750
if (fSourceCode != NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
751
LocatableFile* sourceFile = fSourceCode->GetSourceFile();
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
757
fTeam->GetBreakpointsForSourceCode(fSourceCode, breakpoints);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
775
if (line < 0 || line >= fSourceCode->CountLines())
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
782
if (functionInstance->GetSourceCode() != fSourceCode)
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
965
if (fSourceCode == NULL) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
980
AutoLocker<SourceCode> sourceLocker(fSourceCode);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
999
if (!fSourceCode->GetStatementLocationRange(SourceLocation(line),
src/apps/debugger/user_interface/gui/team_window/SourceView.h
93
SourceCode* fSourceCode;
src/kits/debugger/debug_info/Function.cpp
15
fSourceCode(NULL),
src/kits/debugger/debug_info/Function.cpp
35
if (source == fSourceCode && state == fSourceCodeState)
src/kits/debugger/debug_info/Function.cpp
38
if (fSourceCode != NULL)
src/kits/debugger/debug_info/Function.cpp
39
fSourceCode->ReleaseReference();
src/kits/debugger/debug_info/Function.cpp
41
fSourceCode = source;
src/kits/debugger/debug_info/Function.cpp
44
if (fSourceCode != NULL) {
src/kits/debugger/debug_info/Function.cpp
45
fSourceCode->AcquireReference();
src/kits/debugger/debug_info/FunctionInstance.cpp
23
fSourceCode(NULL),
src/kits/debugger/debug_info/FunctionInstance.cpp
71
if (source == fSourceCode && state == fSourceCodeState)
src/kits/debugger/debug_info/FunctionInstance.cpp
74
if (fSourceCode != NULL)
src/kits/debugger/debug_info/FunctionInstance.cpp
75
fSourceCode->ReleaseReference();
src/kits/debugger/debug_info/FunctionInstance.cpp
77
fSourceCode = source;
src/kits/debugger/debug_info/FunctionInstance.cpp
80
if (fSourceCode != NULL)
src/kits/debugger/debug_info/FunctionInstance.cpp
81
fSourceCode->AcquireReference();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
115
return fSourceCode;
src/kits/debugger/debug_info/TeamDebugInfo.cpp
120
if (sourceCode == fSourceCode)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
123
if (fSourceCode != NULL)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
124
fSourceCode->ReleaseReference();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
126
fSourceCode = sourceCode;
src/kits/debugger/debug_info/TeamDebugInfo.cpp
128
if (fSourceCode != NULL)
src/kits/debugger/debug_info/TeamDebugInfo.cpp
129
fSourceCode->AcquireReference();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
220
FileSourceCode* fSourceCode;