Use new to allocate mapped_index
[deliverable/binutils-gdb.git] / gdb / fbsd-tdep.h
index 9769903dec18c4f6145afce0af13d89128901c90..0b293e5a256c9e487ddd5f42d88cd64eecd77da3 100644 (file)
 
 extern void fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
 
+/* Helper function to generate mappings flags for a single VM map
+   entry in 'info proc mappings'.  The KVE_FLAGS and KVE_PROTECTION
+   parameters should contain the values of the corresponding fields in
+   a 'struct kinfo_vmentry'.  */
+
+extern const char *fbsd_vm_map_entry_flags (int kve_flags, int kve_protection);
+
 #endif /* fbsd-tdep.h */
This page took 0.025237 seconds and 4 git commands to generate.