HomeSort by: relevance | last modified time | path
    Searched defs:exclude_coredump (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c 90 unsigned int exclude_coredump : 1; member in struct:smaps_vmflags
127 /* Whether the value of smaps_vmflags->exclude_coredump should be
535 v->exclude_coredump = 1;
709 if (!dump_excluded_mappings && v->exclude_coredump)
  /src/external/gpl3/gdb/dist/gdb/
linux-tdep.c 91 unsigned int exclude_coredump : 1; member in struct:smaps_vmflags
132 /* Whether the value of smaps_vmflags->exclude_coredump should be
540 v->exclude_coredump = 1;
717 if (!dump_excluded_mappings && map.vmflags.exclude_coredump)

Completed in 22 milliseconds