OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_regcache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
regcache.c
392
regcache *
new_regcache
= new regcache (inf_for_target_calls, arch);
local
393
new_regcache
->set_ptid (ptid);
396
ptid_regc_map.insert (std::make_pair (ptid, regcache_up (
new_regcache
)));
398
return
new_regcache
;
/src/external/gpl3/gdb.old/dist/gdb/
regcache.c
392
regcache *
new_regcache
= new regcache (inf_for_target_calls, arch);
local
393
new_regcache
->set_ptid (ptid);
396
ptid_regc_map.insert (std::make_pair (ptid, regcache_up (
new_regcache
)));
398
return
new_regcache
;
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026