(SPARC/LEON) fix incorrect array return value printed by "finish"
[deliverable/binutils-gdb.git] / gdb / procfs.h
index 9419a700e0e6d753b54251997fca629e760cbab8..e66c674282c5a251e5ae1891c6ce2bc44a5aa736 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-struct target_ops;
-
-/* Create a prototype generic procfs target.  The client can override
-   it with local methods.  */
-
-extern struct target_ops *procfs_target (void);
-
-/* Call this in the native _initialize routine that creates and
-   customizes the prototype target returned by procfs_target, if the
-   native debug interface supports procfs watchpoints.  */
-
-extern void procfs_use_watchpoints (struct target_ops *t);
-
 /* Return a ptid for which we guarantee we will be able to find a
    'live' procinfo.  */
 
This page took 0.023846 seconds and 4 git commands to generate.