aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-05-05 00:05:13 +0200
committerPetr Machata <pmachata@redhat.com>2012-05-05 00:10:27 +0200
commit2eb941ddadeec2382a45a1e4e80003dc8abe59d0 (patch)
tree7b21fabe07c79f8f4e21e124327d6a89bbaca223 /common.h
parent5bddfccaa50aa9de2f58cbe8fa754ded3c7ad2eb (diff)
downloadltrace-2eb941ddadeec2382a45a1e4e80003dc8abe59d0.tar.gz
Drop process_get_entry, which is not useful right now
Diffstat (limited to 'common.h')
-rw-r--r--common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/common.h b/common.h
index 04e095c..7fffa76 100644
--- a/common.h
+++ b/common.h
@@ -251,15 +251,6 @@ void arch_process_destroy(struct Process *proc);
int arch_process_clone(struct Process *retp, struct Process *proc);
int arch_process_exec(struct Process *proc);
-typedef void *target_address_t;
-/* This should extract entry point address and interpreter (dynamic
- * linker) bias if possible. Returns 0 if there were no errors, -1
- * otherwise. Sets *ENTRYP and *INTERP_BIASP to non-zero values if
- * the corresponding value is known. Unknown values are set to 0. */
-int process_get_entry(struct Process *proc,
- target_address_t *entryp,
- target_address_t *interp_biasp);
-
/* This is called after the dynamic linker is done with the
* process startup. */
void arch_dynlink_done(struct Process *proc);