mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* linux-nat.c (linux_nat_thread_address_space): New.
(linux_nat_add_target): Install it. * progspace.c (address_space_num): New. * progspace.h (address_space_num): Declare. * target.c (target_thread_address_space): Really query the target. * target.h (struct target_ops) <to_thread_address_space>: New field.
This commit is contained in:
@@ -254,6 +254,9 @@ extern struct address_space *new_address_space (void);
|
||||
share an address space. */
|
||||
extern struct address_space *maybe_new_address_space (void);
|
||||
|
||||
/* Returns the integer address space id of ASPACE. */
|
||||
extern int address_space_num (struct address_space *aspace);
|
||||
|
||||
/* Update all program spaces matching to address spaces. The user may
|
||||
have created several program spaces, and loaded executables into
|
||||
them before connecting to the target interface that will create the
|
||||
|
||||
Reference in New Issue
Block a user