X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fprocfs.h;h=6eb3cfaadbf9482a7fceecf1d4c7675594e128c1;hb=484b3c325d8182cd7b7da4ceeaedc238c7f80b5c;hp=b990705a506e30dcaa00b504757bbdd5d751a842;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/procfs.h b/gdb/procfs.h index b990705a50..6eb3cfaadb 100644 --- a/gdb/procfs.h +++ b/gdb/procfs.h @@ -1,6 +1,6 @@ /* Native debugging support for procfs targets. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -34,3 +34,10 @@ extern void procfs_use_watchpoints (struct target_ops *t); 'live' procinfo. */ extern ptid_t procfs_first_available (void); + +#if (defined (__i386__) || defined (__x86_64__)) && defined (sun) +struct ssd; + +extern struct ssd *procfs_find_LDT_entry (ptid_t); +#endif +