Home
last modified time | relevance | path

Searched refs:clear_semaphore (Results 1 – 10 of 10) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dprobe.h98 void (*clear_semaphore) (struct probe *probe, struct gdbarch *gdbarch); member
H A Dtracepoint.c1921 loc->probe->pops->clear_semaphore (loc->probe, loc->gdbarch); in stop_tracing()
H A Dbreakpoint.c13355 bl->probe->pops->clear_semaphore (bl->probe, bl->gdbarch); in bkpt_probe_remove_location()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dprobe.h164 virtual void clear_semaphore (struct objfile *objfile, in clear_semaphore() function
H A Dstap-probe.c166 void clear_semaphore (struct objfile *objfile,
1510 stap_probe::clear_semaphore (struct objfile *objfile, struct gdbarch *gdbarch) in clear_semaphore() function
H A Dtracepoint.c1761 loc->probe.prob->clear_semaphore (loc->probe.objfile, in stop_tracing()
H A DChangeLog-20142675 (bkpt_probe_remove_location): Likewise, for clear_semaphore.
2677 (struct probe_ops) <clear_semaphore>: Likewise.
2680 (stop_tracing): Likewise, for clear_semaphore.
10790 <set_semaphore, clear_semaphore>: Add objfile parameter.
H A Dbreakpoint.c12825 bl->probe.prob->clear_semaphore (bl->probe.objfile, bl->gdbarch);
H A DChangeLog-20171590 (stap_probe::clear_semaphore): Likewise.
2127 (stap_probe::clear_semaphore): ...this. Adjust code to
2165 (bkpt_probe_remove_location): Likewise, for 'clear_semaphore'.
H A DChangeLog-202018462 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check