aboutsummaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-22 15:20:49 +0200
committerPetr Machata <pmachata@redhat.com>2012-09-22 15:28:56 +0200
commit53ae73b27227eeb12d7a6fb3cb7721fe9378092e (patch)
tree2038932d2d48813b335ae9026a314967f5b5aa5d /backend.h
parenta400a7c858f81b3be051a37011d88f8639bee598 (diff)
downloadltrace-53ae73b27227eeb12d7a6fb3cb7721fe9378092e.tar.gz
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.
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h10
1 files changed, 0 insertions, 10 deletions
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