mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
* inferior.h (procfs_first_available): Move declaration to...
* proc-utils.h: ... here. * sol-thread.c: Include procfs.h and proc-utils.h.
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* From proc-why.c */
|
||||
|
||||
/*
|
||||
* Pretty-print functions for /proc data
|
||||
@ -53,6 +54,9 @@ extern void proc_prettyfprint_syscalls (FILE *file, sysset_t *sysset,
|
||||
|
||||
extern void proc_prettyfprint_status (long, int, int, int);
|
||||
|
||||
|
||||
/* From proc-api.c */
|
||||
|
||||
/*
|
||||
* Trace functions for /proc api.
|
||||
*/
|
||||
@ -92,3 +96,8 @@ typedef PROC_CTL_WORD_TYPE procfs_ctl_t;
|
||||
#else
|
||||
typedef long procfs_ctl_t;
|
||||
#endif
|
||||
|
||||
|
||||
/* From procfs.c */
|
||||
|
||||
extern ptid_t procfs_first_available (void);
|
||||
|
Reference in New Issue
Block a user