From 53ae73b27227eeb12d7a6fb3cb7721fe9378092e Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Sat, 22 Sep 2012 15:20:49 +0200 Subject: arch_check_dbg is not used anymore This used to be called for special handling of a symbol named "". This was a breakpoint put on r_debug. These days we use breakpoint callbacks for this, and don't need this kludge anymore. --- backend.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'backend.h') diff --git a/backend.h b/backend.h index 29688ea..53bead4 100644 --- a/backend.h +++ b/backend.h @@ -185,16 +185,6 @@ void *sym2addr(struct Process *proc, struct library_symbol *sym); * linker library loads. */ int linkmap_init(struct Process *proc, arch_addr_t dyn_addr); -/* Called for breakpoints defined over an artificial symbol "". This - * can be used (like it is on Linux/GNU) to add more breakpoints - * because a dlopen'ed library was mapped in. - * - * XXX we should somehow clean up this interface. For starters, - * breakpoints should have their own handler callbacks, so that we can - * generalize this to e.g. systemtap SDT probes. linkmap_init could - * perhaps be rolled into some other process init callback. */ -void arch_check_dbg(struct Process *proc); - /* This should produce and return the next event of one of the traced * processes. The returned pointer will not be freed by the core and * should be either statically allocated, or the management should be -- cgit v1.2.3