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

  /src/external/gpl3/gdb/dist/gdb/python/
py-disasm.c 231 void store_exception (gdbpy_err_fetch &&ex) function in struct:gdb_disassemble_info
233 /* The only calls to store_exception are from read_memory_func, which
880 dis->store_exception (gdbpy_err_fetch ());
891 dis->store_exception (gdbpy_err_fetch ());
905 dis->store_exception (gdbpy_err_fetch ());
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-disasm.c 231 void store_exception (gdbpy_err_fetch &&ex) function in struct:gdb_disassemble_info
233 /* The only calls to store_exception are from read_memory_func, which
881 dis->store_exception (gdbpy_err_fetch ());
892 dis->store_exception (gdbpy_err_fetch ());
906 dis->store_exception (gdbpy_err_fetch ());

Completed in 25 milliseconds