Lines Matching refs:wp
32 static void AddWatchpointDescription(Stream *s, Watchpoint *wp, in AddWatchpointDescription() argument
35 wp->GetDescription(s, level); in AddWatchpointDescription()
240 Watchpoint *wp = watchpoints.GetByIndex(i).get(); in DoExecute() local
241 AddWatchpointDescription(&output_stream, wp, m_options.m_level); in DoExecute()
255 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get(); in DoExecute() local
256 if (wp) in DoExecute()
257 AddWatchpointDescription(&output_stream, wp, m_options.m_level); in DoExecute()
952 Watchpoint *wp = in DoExecute() local
955 if (wp) { in DoExecute()
956 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()
957 wp->SetWatchVariable(true); in DoExecute()
962 wp->SetDeclInfo(std::string(ss.GetString())); in DoExecute()
965 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
1120 Watchpoint *wp = in DoExecute() local
1123 if (wp) { in DoExecute()
1126 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()