Home | History | Annotate | Download | only in gdb

Lines Matching refs:utp

71 			      struct uploaded_tp *utp) override;
250 struct uploaded_tp *utp)
257 utp->number, phex_nz (utp->addr, sizeof (utp->addr)),
258 (utp->enabled ? 'E' : 'D'), utp->step, utp->pass);
259 if (utp->type == bp_fast_tracepoint)
260 fprintf (writer->fp, ":F%x", utp->orig_size);
261 if (utp->cond)
263 ":X%x,%s", (unsigned int) strlen (utp->cond.get ()) / 2,
264 utp->cond.get ());
266 for (const auto &act : utp->actions)
268 utp->number, phex_nz (utp->addr, sizeof (utp->addr)), act.get ());
269 for (const auto &act : utp->step_actions)
271 utp->number, phex_nz (utp->addr, sizeof (utp->addr)), act.get ());
272 if (utp->at_string)
274 encode_source_string (utp->number, utp->addr,
275 "at", utp->at_string.get (),
279 if (utp->cond_string)
281 encode_source_string (utp->number, utp->addr,
282 "cond", utp->cond_string.get (),
286 for (const auto &act : utp->cmd_strings)
288 encode_source_string (utp->number, utp->addr, "cmd", act.get (),
293 utp->number, phex_nz (utp->addr, sizeof (utp->addr)),
294 utp->hit_count,
295 phex_nz (utp->traceframe_usage,
296 sizeof (utp->traceframe_usage)));
636 tfile_target::get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp)