Home
last modified time | relevance | path

Searched refs:this_utp (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.c14100 static struct uploaded_tp *this_utp; variable
14108 if (next_cmd < this_utp->cmd_strings.size ()) in read_uploaded_action()
14110 rslt = this_utp->cmd_strings[next_cmd].get (); in read_uploaded_action()
14195 this_utp = utp; in create_tracepoint_from_upload()
DChangeLog-20108103 * breakpoint.c (this_utp, next_cmd): New globals.