X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fprocfs.h;h=6eb3cfaadbf9482a7fceecf1d4c7675594e128c1;hb=5fe966540d6b748f825774868463003700f0c878;hp=8293322e40d29c201f8ce7e40015c0b2422811a6;hpb=0b30217134add051e159a192066a1e568ebd837f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/procfs.h b/gdb/procfs.h index 8293322e40..6eb3cfaadb 100644 --- a/gdb/procfs.h +++ b/gdb/procfs.h @@ -1,6 +1,6 @@ /* Native debugging support for procfs targets. - Copyright (C) 2009-2012 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 +