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

  /src/external/gpl3/gdb/dist/gdb/
complaints.h 1 /* Definitions for complaint handling during symbol reading in GDB.
26 /* Helper for complaint. */
35 that is used only to decide whether to issue a complaint. */
43 /* Register a complaint. This is a macro around complaint_internal to
44 avoid computing complaint's arguments when complaints are disabled.
47 #define complaint(FMT, ...) \ macro
55 /* Clear out / initialize all complaint counters that have ever been
64 /* A class that can handle calls to complaint from multiple threads.
65 When this is instantiated, it hooks into the complaint mechanism,
66 so the 'complaint' macro can continue to be used. It collects al
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
complaints.h 1 /* Definitions for complaint handling during symbol reading in GDB.
26 /* Helper for complaint. */
35 that is used only to decide whether to issue a complaint. */
43 /* Register a complaint. This is a macro around complaint_internal to
44 avoid computing complaint's arguments when complaints are disabled.
47 #define complaint(FMT, ...) \ macro
55 /* Clear out / initialize all complaint counters that have ever been
64 /* A class that can handle calls to complaint from multiple threads.
65 When this is instantiated, it hooks into the complaint mechanism,
66 so the 'complaint' macro can continue to be used. It collects al
    [all...]

Completed in 25 milliseconds