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

  /src/external/gpl3/gdb/dist/gdbsupport/
common-exceptions.h 78 storage. The ``struct gdb_exception'' message field provides
119 struct gdb_exception struct
121 gdb_exception () function in struct:gdb_exception
127 gdb_exception (enum return_reason r, enum errors e) function in struct:gdb_exception
133 gdb_exception (enum return_reason r, enum errors e,
144 explicit gdb_exception (gdb_exception &&other) noexcept = default;
148 gdb_exception (const gdb_exception &other) noexcept
157 gdb_exception &operator= (const gdb_exception &other) noexcep
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-exceptions.h 78 storage. The ``struct gdb_exception'' message field provides
119 struct gdb_exception struct
121 gdb_exception () function in struct:gdb_exception
127 gdb_exception (enum return_reason r, enum errors e) function in struct:gdb_exception
133 gdb_exception (enum return_reason r, enum errors e,
144 explicit gdb_exception (gdb_exception &&other) noexcept = default;
148 gdb_exception (const gdb_exception &other) noexcept
157 gdb_exception &operator= (const gdb_exception &other) noexcep
    [all...]

Completed in 23 milliseconds