Searched refs:Line (Results 1 - 18 of 18) sorted by relevance

/haiku/src/kits/debugger/model/
H A DDisassembledCode.cpp20 struct DisassembledCode::Line { struct in class:DisassembledCode
24 Line(const BString& line, ContiguousStatement* statement) function in struct:DisassembledCode::Line
82 Line* line = fLines.ItemAt(index);
90 Line* line = fLines.ItemAt(index);
99 Line* line = fLines.ItemAt(location.Line());
104 _end = SourceLocation(_start.Line() + 1);
120 Line* line = fLines.ItemAt(location.Line());
179 Line* lin
[all...]
H A DFileSourceCode.cpp106 if (location.Line() >= lineCount)
H A DTeam.cpp631 B_PRId32 "))\n", sourceCode, location.Line(), location.Column());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duttrack.c185 UINT32 Line);
192 UINT32 Line);
239 * Line - Line number of caller
252 UINT32 Line)
262 ACPI_WARNING ((Module, Line,
272 ACPI_WARNING ((Module, Line,
279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line);
308 * Line - Line numbe
248 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
317 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
386 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
512 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
615 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
[all...]
/haiku/headers/private/debugger/model/
H A DDisassembledCode.h53 struct Line;
55 typedef BObjectList<Line> LineList;
/haiku/headers/private/debugger/types/
H A DSourceLocation.h42 int32 Line() const function in class:SourceLocation
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacoutput.h441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \
445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
449 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \
450 ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \
453 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \
454 ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \
H A Dacutils.h1162 UINT32 Line);
1169 UINT32 Line);
1176 UINT32 Line);
H A Daclocal.h1600 UINT32 Line; \
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp216 inline uint32 Line() const;
484 SourceView::MarkerManager::Marker::Line() const function in class:SourceView::MarkerManager::Marker
684 int32 line = statement->StartSourceLocation().Line();
749 int32 line = statement->StartSourceLocation().Line();
793 && ipMarker->Line() <= maxLine && breakpointMarker->Line() <= maxLine) {
794 if (breakpointMarker->Line() <= ipMarker->Line()) {
803 while (breakpointMarker != NULL && breakpointMarker->Line() <= maxLine) {
808 while (ipMarker != NULL && ipMarker->Line() <
[all...]
H A DBreakpointListView.cpp269 location.GetSourceLocation().Line() + 1);
464 fBreakpointsTable->AddColumn(new StringTableColumn(2, "File:Line/Address",
H A DTeamWindow.cpp1771 int32 line = location.GetSourceLocation().Line();
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.cpp125 || (error = archive.AddInt32("line", fSourceLocation.Line())) != B_OK
/haiku/headers/private/graphics/nvidia/
H A Dnv_acc.h148 } Line[0x10]; /* command can handle upto 16 lines */ member in struct:__anon844
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp575 int32 line = statement->StartSourceLocation().Line();
723 for (int32 i = 0; i <= location.Line(); i++) {
726 if (i == location.Line())
H A DTeamDebugger.cpp2096 sourceLocation.Line(), sourceLocation.Column());
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp53 hash = hash * 17 + location.Line();
H A DDwarfImageDebugInfo.cpp867 B_PRIx64 "\n", function, sourceLocation.Line(), sourceLocation.Column(),
912 && statementLine == (int32)sourceLocation.Line()

Completed in 280 milliseconds