X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsol2-tdep.h;h=b516f7d96317942df7dafcabb9aebcfb26d35030;hb=e65f9ffb8e49431537404712a5b1eed310964cb0;hp=9f42860fe3363ee321015255cce0456a1364415b;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sol2-tdep.h b/gdb/sol2-tdep.h index 9f42860fe3..b516f7d963 100644 --- a/gdb/sol2-tdep.h +++ b/gdb/sol2-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Solaris. - Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2012 Free Software Foundation, Inc. This file is part of GDB. @@ -24,4 +24,6 @@ struct gdbarch; CORE_ADDR sol2_skip_solib_resolver (struct gdbarch *, CORE_ADDR); +char *sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid); + #endif /* sol2-tdep.h */