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

  /src/external/gpl3/gdb/dist/gdb/
target.h 277 struct memory_read_result
279 memory_read_result (ULONGEST begin_, ULONGEST end_,
287 ~memory_read_result () = default;
289 memory_read_result (memory_read_result &&other) = default;
291 DISABLE_COPY_AND_ASSIGN (memory_read_result);
301 extern std::vector<memory_read_result> read_memory_robust
276 struct memory_read_result struct
278 memory_read_result (ULONGEST begin_, ULONGEST end_, function in struct:memory_read_result
  /src/external/gpl3/gdb.old/dist/gdb/
target.h 277 struct memory_read_result
279 memory_read_result (ULONGEST begin_, ULONGEST end_,
287 ~memory_read_result () = default;
289 memory_read_result (memory_read_result &&other) = default;
291 DISABLE_COPY_AND_ASSIGN (memory_read_result);
301 extern std::vector<memory_read_result> read_memory_robust
276 struct memory_read_result struct
278 memory_read_result (ULONGEST begin_, ULONGEST end_, function in struct:memory_read_result

Completed in 38 milliseconds