Home
last modified time | relevance | path

Searched refs:segment_count (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_commands.h34 int32 segment_count; member
H A Ddebug_parser.cpp753 pipe->segment_count = 0; in _ParseCommandPipe()
757 if (pipe->segment_count >= MAX_DEBUGGER_COMMAND_PIPE_LENGTH) in _ParseCommandPipe()
761 = pipe->segments[pipe->segment_count]; in _ParseCommandPipe()
762 segment.index = pipe->segment_count++; in _ParseCommandPipe()
H A Ddebug_commands.cpp186 index == pipe->segment_count - 1 in invoke_pipe_segment()
368 int32 segments = pipe->segment_count; in invoke_debugger_command_pipe()