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

  /src/external/gpl3/gdb/dist/gdb/
regcache.c 369 get_thread_arch_regcache (inferior *inf_for_target_calls, ptid_t ptid, function
424 return get_thread_arch_regcache (inf, ptid, current_thread_arch);
1679 /* Wrapper around get_thread_arch_regcache that does some self checks. */
1690 = get_thread_arch_regcache (inf_for_target_calls, ptid, arch);
1761 get_thread_arch_regcache functionality. */
1843 = get_thread_arch_regcache (&inf, ptid_t (1, 1), inf.arch ());
2211 get_thread_arch_regcache (&target1.mock_inferior, old_ptid, arch);
2212 get_thread_arch_regcache (&target2.mock_inferior, old_ptid, arch);
2256 selftests::register_test ("get_thread_arch_regcache",
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 369 get_thread_arch_regcache (inferior *inf_for_target_calls, ptid_t ptid, function
424 return get_thread_arch_regcache (inf, ptid, current_thread_arch);
1685 /* Wrapper around get_thread_arch_regcache that does some self checks. */
1696 = get_thread_arch_regcache (inf_for_target_calls, ptid, arch);
1767 get_thread_arch_regcache functionality. */
1849 = get_thread_arch_regcache (&inf, ptid_t (1, 1), inf.arch ());
2217 get_thread_arch_regcache (&target1.mock_inferior, old_ptid, arch);
2218 get_thread_arch_regcache (&target2.mock_inferior, old_ptid, arch);
2262 selftests::register_test ("get_thread_arch_regcache",

Completed in 55 milliseconds