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

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c 911 static std::unique_ptr<readonly_detached_regcache> this_regs; local
919 register contents were saved in THIS_REGS. Move THIS_REGS over
920 to PREV_REGS, and refresh THIS_REGS with the now-current register
923 prev_regs = std::move (this_regs);
924 this_regs = frame_save_as_regcache (get_selected_frame (NULL));
933 gdbarch = this_regs->arch ();
949 this_regs.get ()))
964 this_regs.get ()))
974 readonly_detached_regcache *this_regs)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c 914 static std::unique_ptr<readonly_detached_regcache> this_regs; local
922 register contents were saved in THIS_REGS. Move THIS_REGS over
923 to PREV_REGS, and refresh THIS_REGS with the now-current register
926 prev_regs = std::move (this_regs);
927 this_regs = frame_save_as_regcache (get_selected_frame (NULL));
936 gdbarch = this_regs->arch ();
952 this_regs.get ()))
967 this_regs.get ()))
977 readonly_detached_regcache *this_regs)
    [all...]

Completed in 24 milliseconds