Home | History | Annotate | Download | only in Commands

Lines Matching defs:output_stream

537             Stream &output_stream = result.GetOutputStream();
539 bp->GetDescription(&output_stream, lldb::eDescriptionLevelInitial, show_locations);
543 output_stream.Printf ("WARNING: Unable to resolve breakpoint to any actual locations.\n");
1354 Stream &output_stream = result.GetOutputStream();
1363 AddBreakpointDescription (&output_stream, breakpoint, m_options.m_level);
1379 AddBreakpointDescription (&output_stream, breakpoint, m_options.m_level);
1588 Stream &output_stream = result.GetOutputStream();
1589 output_stream.Printf ("%d breakpoints cleared:\n", num_cleared);
1590 output_stream << ss.GetData();
1591 output_stream.EOL();