summaryrefslogtreecommitdiff
path: root/include/tdep-arm
diff options
context:
space:
mode:
authorArun Sharma <arun@sharma-home.net>2010-05-15 12:14:09 -0700
committerArun Sharma <arun@sharma-home.net>2010-05-15 12:14:09 -0700
commit1787a2fd284a786b409af74047a12de02c644cd1 (patch)
tree43f33041d071d2777ddcc77da209e0b91170f29b /include/tdep-arm
parentb115ab645a44071f0a51742f5804dbceebd3f1ac (diff)
downloadlibunwind-1787a2fd284a786b409af74047a12de02c644cd1.tar.gz
Add path and pathlen arguments to tdep_get_elf_image()
Signed-off-by: Andris Zeila <andris.zeila@accenture.com>
Diffstat (limited to 'include/tdep-arm')
-rw-r--r--include/tdep-arm/libunwind_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tdep-arm/libunwind_i.h b/include/tdep-arm/libunwind_i.h
index 2e1c4285..faa35fce 100644
--- a/include/tdep-arm/libunwind_i.h
+++ b/include/tdep-arm/libunwind_i.h
@@ -248,7 +248,8 @@ extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
int need_unwind_info, void *arg);
extern void *tdep_uc_addr (ucontext_t *uc, int reg);
extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
- unsigned long *segbase, unsigned long *mapoff);
+ unsigned long *segbase, unsigned long *mapoff,
+ char *path, size_t pathlen);
extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
unw_word_t *valp, int write);
extern int tdep_access_fpreg (struct cursor *c, unw_regnum_t reg,