diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:08:08 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:08:08 -0800 |
| commit | 35237d135807af84bf9b0e5b8d7f8633e58db6f5 (patch) | |
| tree | d8bcf3ada2182d248604728285dd80abb466f22a /debuggerd/utility.h | |
| parent | 4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 (diff) | |
| download | system_core-35237d135807af84bf9b0e5b8d7f8633e58db6f5.tar.gz system_core-35237d135807af84bf9b0e5b8d7f8633e58db6f5.tar.bz2 system_core-35237d135807af84bf9b0e5b8d7f8633e58db6f5.zip | |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'debuggerd/utility.h')
| -rw-r--r-- | debuggerd/utility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/utility.h b/debuggerd/utility.h index 802e3ad2..49f59518 100644 --- a/debuggerd/utility.h +++ b/debuggerd/utility.h @@ -45,7 +45,7 @@ extern int get_remote_word(int pid, void *src); extern void get_remote_struct(int pid, void *src, void *dst, size_t size); /* Find the containing map for the pc */ -const mapinfo *pc_to_mapinfo (mapinfo *mi, unsigned pc); +const mapinfo *pc_to_mapinfo (mapinfo *mi, unsigned pc, unsigned *rel_pc); /* Map a pc address to the name of the containing ELF file */ const char *map_to_name(mapinfo *mi, unsigned pc, const char* def); |
