X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsol2-tdep.h;h=b3f01a02f0848b9407d55fbcbdf45c7b31bc4a59;hb=348fe36b1d64f12c60e08f6313520b3191663063;hp=9f42860fe3363ee321015255cce0456a1364415b;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sol2-tdep.h b/gdb/sol2-tdep.h index 9f42860fe3..b3f01a02f0 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-2020 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); +std::string sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid); + #endif /* sol2-tdep.h */