Use all_non_exited_inferiors in infrun.c
[deliverable/binutils-gdb.git] / include / vms / lbr.h
index 91186ee371feda3a25b0c39b41d47bba5e3af6d1..08d19f216fc5ab27b809290f5be993e22636ace8 100644 (file)
@@ -1,6 +1,6 @@
 /* Alpha VMS external format of Libraries.
 
-   Copyright 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2020 Free Software Foundation, Inc.
    Written by Tristan Gingold <gingold@adacore.com>, AdaCore.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -87,7 +87,10 @@ struct vms_lhd
   unsigned char nextvbn[4];
 
   /* Free pre-allocated index block.  */
+  /* Number of free blocks.  */
   unsigned char freidxblk[4];
+  /* VBN of a simply linked list of free blocks.  The list is terminated by a
+     nul VBN.  */
   unsigned char freeidx[4];
 
   /* Highest pre-allocated index block and in use.  */
@@ -166,7 +169,7 @@ struct vms_indexdef
 
   unsigned char fill_1[6];
 
-  /* The key field contains vms_idxdef/vms_idxdef2 structures, which are
+  /* The key field contains vms_idx/vms_elfidx structures, which are
      simply a key (= a string) and a rfa.  */
   unsigned char keys[INDEXDEF__BLKSIZ];
 };
@@ -292,7 +295,9 @@ struct vms_mhd
 #define MHD__C_MHDID 0xad      /* Value for id.  */
 #define MHD__C_MHDLEN 16       /* Fixed part length.  */
 #define MHD__C_USRDAT 16
-#define MHD__M_SELSRC 0x1
+
+/* Flags for objstat.  */
+#define MHD__M_SELSRC 0x1      /* Selective search.  */
 #define MHD__M_OBJTIR 0x2
 #define MHD__M_WKSYM  0x4
 
This page took 0.024226 seconds and 4 git commands to generate.