Subversion Repositories Kolibri OS

Rev

Rev 5217 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5217 Rev 6324
Line 1... Line 1...
1
/* budbg.c -- Interfaces to the generic debugging information routines.
1
/* budbg.c -- Interfaces to the generic debugging information routines.
2
   Copyright 1995, 1996, 2002, 2003, 2005, 2007, 2008, 2012
-
 
3
   Free Software Foundation, Inc.
2
   Copyright (C) 1995-2015 Free Software Foundation, Inc.
4
   Written by Ian Lance Taylor .
3
   Written by Ian Lance Taylor .
Line 5... Line 4...
5
 
4
 
Line 6... Line 5...
6
   This file is part of GNU Binutils.
5
   This file is part of GNU Binutils.
Line 28... Line 27...
28
extern void *read_debugging_info (bfd *, asymbol **, long, bfd_boolean);
27
extern void *read_debugging_info (bfd *, asymbol **, long, bfd_boolean);
Line 29... Line 28...
29
 
28
 
Line 30... Line 29...
30
/* Routine used to print generic debugging information.  */
29
/* Routine used to print generic debugging information.  */
31
 
30
 
-
 
31
extern bfd_boolean print_debugging_info
Line 32... Line 32...
32
extern bfd_boolean print_debugging_info
32
  (FILE *, void *, bfd *, asymbol **,
Line 33... Line 33...
33
  (FILE *, void *, bfd *, asymbol **, void *, bfd_boolean);
33
   char * (*) (struct bfd *, const char *, int), bfd_boolean);