OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regcaches
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
regcache.c
345
/* Type to map a ptid to a list of
regcaches
(one thread may have multiple
346
regcaches
, associated to different gdbarches). */
351
/* Type holding
regcaches
for a given pid. */
355
/* Type holding
regcaches
for a given target. */
360
/* Global structure containing the existing
regcaches
. */
366
static target_pid_ptid_regcache_map
regcaches
;
variable
378
pid_ptid_regcache_map &pid_ptid_regc_map =
regcaches
[proc_target];
458
/* Update
regcaches
related to OLD_PTID to now use NEW_PTID. */
464
auto pid_ptid_regc_map_it =
regcaches
.find (target);
465
if (pid_ptid_regc_map_it ==
regcaches
.end ()
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
regcache.c
345
/* Type to map a ptid to a list of
regcaches
(one thread may have multiple
346
regcaches
, associated to different gdbarches). */
351
/* Type holding
regcaches
for a given pid. */
355
/* Type holding
regcaches
for a given target. */
360
/* Global structure containing the existing
regcaches
. */
366
static target_pid_ptid_regcache_map
regcaches
;
variable
378
pid_ptid_regcache_map &pid_ptid_regc_map =
regcaches
[proc_target];
458
/* Update
regcaches
related to OLD_PTID to now use NEW_PTID. */
464
auto pid_ptid_regc_map_it =
regcaches
.find (target);
465
if (pid_ptid_regc_map_it ==
regcaches
.end ()
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026