Searched refs:aspace (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprogspace.c64 struct address_space *aspace;
66 aspace = XCNEW (struct address_space);
67 aspace->num = ++highest_address_space_num;
68 address_space_alloc_data (aspace);
70 return aspace;
85 return program_spaces[0]->aspace;
92 free_address_space (struct address_space *aspace)
94 address_space_free_data (aspace);
95 xfree (aspace);
99 address_space_num (struct address_space *aspace)
62 struct address_space *aspace; local
90 free_address_space(struct address_space *aspace) argument
97 address_space_num(struct address_space *aspace) argument
409 struct address_space *aspace = new_address_space (); local
[all...]
H A Dtarget-dcache.c35 = target_dcache_aspace_key.get (current_program_space->aspace);
46 = target_dcache_aspace_key.get (current_program_space->aspace);
58 return target_dcache_aspace_key.get (current_program_space->aspace);
68 = target_dcache_aspace_key.get (current_program_space->aspace);
73 target_dcache_aspace_key.set (current_program_space->aspace, dcache);
H A Dscoped-mock-context.h58 mock_inferior.aspace = mock_pspace.aspace;
H A Dprocess-stratum-target.c34 if (inf == NULL || inf->aspace == NULL)
40 return inf->aspace;
H A Dprogspace.h216 explicit program_space (address_space *aspace);
303 struct address_space *aspace = NULL; member in struct:program_space
356 /* Per aspace data-pointers required by other GDB modules. */
420 extern int address_space_num (struct address_space *aspace);
442 /* Keep a registry of per-aspace data-pointers required by other GDB
H A Drecord.h76 record_check_stopped_by_breakpoint (const address_space *aspace,
H A Dinferior.c714 struct address_space *aspace; local
722 aspace = maybe_new_address_space ();
723 pspace = new program_space (aspace);
726 inf->aspace = pspace->aspace;
895 struct address_space *aspace; local
902 aspace = maybe_new_address_space ();
903 pspace = new program_space (aspace);
906 inf->aspace = pspace->aspace;
[all...]
H A Dbreakpoint.h560 const address_space *aspace,
933 extern bpstat build_bpstat_chain (const address_space *aspace,
957 extern bpstat bpstat_stop_status (const address_space *aspace,
1206 extern int breakpoint_in_range_p (const address_space *aspace,
1225 const address_space *aspace,
1678 extern int pc_at_non_inline_function (const address_space *aspace,
H A Dinfrun.c509 child_inf->aspace = parent_inf->aspace;
528 child_inf->aspace = new_address_space ();
529 child_inf->pspace = new program_space (child_inf->aspace);
661 child_inf->aspace = child_inf->pspace->aspace;
667 child_inf->aspace = new_address_space ();
668 child_inf->pspace = new program_space (child_inf->aspace);
951 struct address_space *aspace;
976 aspace
950 struct address_space *aspace; local
1285 const address_space *aspace; member in struct:step_over_info
1328 set_step_over_info(const address_space *aspace, CORE_ADDR address, int nonsteppable_watchpoint_p, int thread) argument
1354 stepping_past_instruction_at(struct address_space *aspace, CORE_ADDR address) argument
1667 const address_space *aspace = regcache->aspace (); local
2263 const address_space *aspace = regcache->aspace (); local
2949 const address_space *aspace = regcache->aspace (); local
4178 const address_space *aspace = regcache->aspace (); local
4534 const address_space *aspace = regcache->aspace (); local
5897 const address_space *aspace = regcache->aspace (); local
5981 const address_space *aspace local
[all...]
H A Dregcache.h333 const address_space *aspace () const function in class:regcache
401 const address_space *aspace);
435 struct address_space *aspace);
H A Dinfrun.h154 extern int stepping_past_instruction_at (struct address_space *aspace,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-dcache.c36 = target_dcache_aspace_key.get (current_program_space->aspace);
47 = target_dcache_aspace_key.get (current_program_space->aspace);
59 return target_dcache_aspace_key.get (current_program_space->aspace);
69 = target_dcache_aspace_key.get (current_program_space->aspace);
74 target_dcache_aspace_key.set (current_program_space->aspace, dcache);
H A Dscoped-mock-context.h56 mock_inferior.aspace = mock_pspace.aspace;
H A Dprogspace.c66 return program_spaces[0]->aspace;
100 aspace (aspace_)
124 delete this->aspace;
394 struct address_space *aspace = new address_space ();
396 delete current_program_space->aspace;
398 pspace->aspace = aspace;
403 delete pspace->aspace;
404 pspace->aspace = new address_space ();
409 inf->aspace
392 struct address_space *aspace = new address_space (); local
[all...]
H A Drecord.h76 record_check_stopped_by_breakpoint (const address_space *aspace,
H A Dinferior.c778 struct address_space *aspace; local
785 aspace = maybe_new_address_space ();
786 pspace = new program_space (aspace);
789 inf->aspace = pspace->aspace;
949 struct address_space *aspace; local
956 aspace = maybe_new_address_space ();
957 pspace = new program_space (aspace);
960 inf->aspace = pspace->aspace;
[all...]
H A Dbreakpoint.h663 const address_space *aspace,
875 const address_space *aspace,
915 const address_space *aspace,
1006 const address_space *aspace, CORE_ADDR bp_addr,
1067 extern bpstat *build_bpstat_chain (const address_space *aspace,
1096 extern bpstat *bpstat_stop_status (const address_space *aspace,
1107 extern bpstat *bpstat_stop_status_nowatch (const address_space *aspace,
1369 extern int breakpoint_in_range_p (const address_space *aspace,
1388 const address_space *aspace,
1870 extern int pc_at_non_inline_function (const address_space *aspace,
[all...]
H A Dinfrun.c491 child_inf->aspace = parent_inf->aspace;
505 child_inf->aspace = new address_space ();
506 child_inf->pspace = new program_space (child_inf->aspace);
556 child_inf->aspace = parent_inf->aspace;
575 child_inf->aspace = parent_inf->aspace;
577 parent_inf->aspace = new address_space ();
578 parent_inf->pspace = new program_space (parent_inf->aspace);
941 struct address_space *aspace; local
1323 const address_space *aspace = nullptr; member in struct:step_over_info
1366 set_step_over_info(const address_space *aspace, CORE_ADDR address, int nonsteppable_watchpoint_p, int thread) argument
1392 stepping_past_instruction_at(struct address_space *aspace, CORE_ADDR address) argument
2288 const address_space *aspace = regcache->aspace (); local
3157 const address_space *aspace = regcache->aspace (); local
4473 const address_space *aspace = regcache->aspace (); local
4817 const address_space *aspace = regcache->aspace (); local
6191 const address_space *aspace = regcache->aspace (); local
6275 const address_space *aspace local
[all...]
H A Dprogspace.h194 explicit program_space (address_space *aspace);
335 struct address_space *aspace = NULL; member in struct:program_space
397 /* Per aspace data-pointers required by other GDB modules. */
H A Dbreak-catch-exec.c48 const address_space *aspace,
77 const address_space *aspace,
76 breakpoint_hit(const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) argument
H A Dbreak-catch-fork.c48 const address_space *aspace,
92 const address_space *aspace,
91 breakpoint_hit(const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) argument
H A Dprocess-stratum-target.c35 if (inf == NULL || inf->aspace == NULL)
40 return inf->aspace;
H A Ddisplaced-stepping.c56 const address_space *aspace = regcache->aspace (); local
67 bool bp_in_range = breakpoint_in_range_p (aspace, candidate.addr, len);
H A Dbreak-catch-load.c54 const address_space *aspace,
87 const address_space *aspace,
107 if (other->breakpoint_hit (other_bl, aspace, bp_addr, ws))
86 breakpoint_hit(const struct bp_location *bl, const address_space *aspace, CORE_ADDR bp_addr, const target_waitstatus &ws) argument
H A Dregcache.h342 const address_space *aspace () const function in class:regcache
430 const address_space *aspace);
464 struct address_space *aspace);

Completed in 364 milliseconds

123