Lines Matching defs:wp_desc
2892 std::ostringstream wp_desc;
2893 wp_desc << tid_stop_info.details.watchpoint.addr << " ";
2894 wp_desc << tid_stop_info.details.watchpoint.hw_idx << " ";
2895 wp_desc << tid_stop_info.details.watchpoint.mach_exception_addr;
2896 append_hexified_string(ostrm, wp_desc.str());
5527 std::ostringstream wp_desc;
5528 wp_desc << tid_stop_info.details.watchpoint.addr << " ";
5529 wp_desc << tid_stop_info.details.watchpoint.hw_idx << " ";
5530 wp_desc << tid_stop_info.details.watchpoint.mach_exception_addr;
5531 thread_dict_sp->AddStringItem("description", wp_desc.str());