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

  /src/external/gpl3/gdb/dist/gdb/
debuginfod-support.c 38 static const char debuginfod_off[] = "off"; variable
44 debuginfod_off,
53 debuginfod_off;
233 if (debuginfod_enabled == debuginfod_off
273 debuginfod_enabled = debuginfod_off;
495 if (value != debuginfod_off)
  /src/external/gpl3/gdb.old/dist/gdb/
debuginfod-support.c 38 static const char debuginfod_off[] = "off"; variable
44 debuginfod_off,
53 debuginfod_off;
233 if (debuginfod_enabled == debuginfod_off
273 debuginfod_enabled = debuginfod_off;
495 if (value != debuginfod_off)

Completed in 26 milliseconds