Home | History | Annotate | Download | only in Commands

Lines Matching defs:output_stream

290         Stream &output_stream = result.GetOutputStream();
299 AddWatchpointDescription(&output_stream, wp, m_options.m_level);
319 AddWatchpointDescription(&output_stream, wp, m_options.m_level);
1015 Stream &output_stream = result.GetOutputStream();
1095 output_stream.Printf("Watchpoint created: ");
1096 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull);
1097 output_stream.EOL();
1303 Stream &output_stream = result.GetOutputStream();
1304 output_stream.Printf("Watchpoint created: ");
1305 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull);
1306 output_stream.EOL();