diff options
author | Tom de Vries <tdevries@suse.de> | 2025-08-23 06:11:41 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-08-23 06:11:41 +0200 |
commit | 3c7cd14c1601c7245c867eda798a79305a28eedc (patch) | |
tree | 371cbecb8f3ea37b76ed4c679af91200e8c878e1 /gdb/doc/stack_frame.eps | |
parent | 5a74ce37a50c8675ecfb10973eb1ec9139f36bd5 (diff) | |
download | binutils-3c7cd14c1601c7245c867eda798a79305a28eedc.zip binutils-3c7cd14c1601c7245c867eda798a79305a28eedc.tar.gz binutils-3c7cd14c1601c7245c867eda798a79305a28eedc.tar.bz2 |
[gdb] Make addrmap_mutable::set_empty return bool
Function addrmap_mutable::set_empty has the follow behavior (shortened
comment):
...
/* In the mutable address map MAP, associate the addresses from START
to END_INCLUSIVE that are currently associated with NULL with OBJ
instead. Addresses mapped to an object other than NULL are left
unchanged. */
void set_empty (CORE_ADDR start, CORE_ADDR end_inclusive,
void *obj);
...
Change the return type to bool, and return true if the full range
[START, END_INCLUSIVE] is mapped to OBJ.
Tested on x86_64-linux.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/doc/stack_frame.eps')
0 files changed, 0 insertions, 0 deletions