binutils-gdb/gdbsupport
Tom de Vries a4a5f05266 [gdb/tdep] Use raw_supply_part_zeroed for AArch64
In gdb/aarch64-linux-tdep.c we find:
...
      gdb::byte_vector za_zeroed (za_bytes, 0);
      regcache->raw_supply (tdep->sme_za_regnum, za_zeroed);
...

We can't use reg_buffer::raw_supply_zeroed here because only part of the
register is written.

Add raw_supply_part_zeroed, and use it instead.

Likewise elsewhere in AArch64 tdep code.

Tested on aarch64-linux.

Approved-By: Luis Machado <luis.machado@arm.com>
2024-11-12 11:37:50 +01:00
..
.dir-locals.el
.gitattributes
acinclude.m4
aclocal.m4
agent.cc
agent.h
alt-stack.h
array-view.h [gdbsupport] Add gdb::array_view::{iterator,const_iterator} 2024-10-19 08:10:38 +02:00
ax.def
block-signals.h
break-common.h
btrace-common.cc
btrace-common.h btrace: Enable event tracing on Linux for Intel PT. 2024-09-24 14:22:28 +02:00
buildargv.h
byte-vector.h
ChangeLog-2020-2021
check-defines.el
cleanups.cc
cleanups.h
common-debug.cc
common-debug.h
common-defs.h [gdb/build] Use -fno-hoist-adjacent-loads for gcc <= 13 2024-10-18 00:18:24 +02:00
common-exceptions.cc gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN 2024-07-16 18:30:45 -04:00
common-exceptions.h gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN 2024-07-16 18:30:45 -04:00
common-gdbthread.h
common-inferior.cc
common-inferior.h gdb: remove get_exec_file 2024-06-07 23:09:03 -04:00
common-regcache.cc
common-regcache.h [gdb/tdep] Use raw_supply_part_zeroed for AArch64 2024-11-12 11:37:50 +01:00
common-types.h
common-utils.cc
common-utils.h gdb: add another overload of startswith 2024-09-07 21:48:34 +01:00
common.m4 btrace, python: Enable ptwrite filter registration. 2024-08-14 11:20:57 +02:00
compiler-type.m4
config.in btrace, python: Enable ptwrite filter registration. 2024-08-14 11:20:57 +02:00
configure btrace, python: Enable ptwrite filter registration. 2024-08-14 11:20:57 +02:00
configure.ac autoupdate: add square brackets around arguments of AC_INIT 2024-06-10 08:25:56 +09:30
create-version.sh
def-vector.h
default-init-alloc.h
eintr.h
enum-flags.h gdb, gdbsupport: use using in enum flags code 2024-08-12 10:58:49 -04:00
environ.cc
environ.h
errors.cc
errors.h gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN 2024-07-16 18:30:45 -04:00
event-loop.cc
event-loop.h
event-pipe.cc
event-pipe.h
fileio.cc
fileio.h
filestuff.cc
filestuff.h
filtered-iterator.h
format.cc
format.h
forward-scope-exit.h
function-view.h
gdb_assert.h
gdb_binary_search.h
gdb_file.h
gdb_locale.h
gdb_obstack.cc
gdb_obstack.h
gdb_proc_service.h
gdb_ref_ptr.h
gdb_regex.cc
gdb_regex.h
gdb_select.h
gdb_setjmp.h
gdb_signals.h [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
gdb_splay_tree.h
gdb_sys_time.h
gdb_tilde_expand.cc
gdb_tilde_expand.h gdb: add overloads of gdb_tilde_expand 2024-06-27 15:15:26 +01:00
gdb_unique_ptr.h
gdb_unlinker.h
gdb_vecs.cc
gdb_vecs.h
gdb_wait.cc
gdb_wait.h
gdb-checked-static-cast.h
gdb-dlfcn.cc
gdb-dlfcn.h
gdb-hashtab.h Remove hashtab_obstack_allocate 2024-06-24 09:11:30 -06:00
gdb-safe-ctype.h
gdb-sigmask.h
gdb-xfree.h
host-defs.h
intrusive_list.h gdbsupport/intrusive-list: add owning_intrusive_list 2024-09-13 07:38:56 -04:00
iterator-range.h
job-control.cc
job-control.h
libiberty.m4
Makefile.am gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
Makefile.in gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
netstuff.cc
netstuff.h
new-op.cc
next-iterator.h
observable.h
offset-type.h [gdb] Fix common misspellings 2024-10-06 07:59:48 +02:00
osabi.cc gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
osabi.def gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
osabi.h gdb: split osabi support between gdb/ and gdbsupport/ directories 2024-10-10 17:36:21 +01:00
owning_intrusive_list.h gdbsupport/intrusive-list: add owning_intrusive_list 2024-09-13 07:38:56 -04:00
packed.h
parallel-for.h
pathstuff.cc Pass current directory to gdb_abspath 2024-10-19 13:18:00 -06:00
pathstuff.h Pass current directory to gdb_abspath 2024-10-19 13:18:00 -06:00
poison.h
preprocessor.h
print-utils.cc
print-utils.h
ptid.cc
ptid.h
ptrace.m4
range-chain.h
README
refcounted-object.h
reference-to-pointer-iterator.h
rsp-low.cc
rsp-low.h
run-time-clock.cc
run-time-clock.h
safe-iterator.h
safe-strerror.cc
scope-exit.h [gdb] Make scope_exit constructor throw 2024-09-24 13:47:56 +02:00
scoped_fd.h
scoped_ignore_signal.h
scoped_ignore_sigttou.h
scoped_mmap.cc
scoped_mmap.h
scoped_restore.h
search.cc
search.h
selftest.cc
selftest.h
selftest.m4
signals-state-save-restore.cc
signals-state-save-restore.h
signals.cc gdbsupport: remove #ifndef REALTIME_LO in signals.cc 2024-08-12 10:21:15 -04:00
symbol.h
task-group.cc
task-group.h
tdesc.cc
tdesc.h gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabi 2024-10-10 17:36:21 +01:00
thread-pool.cc
thread-pool.h
traits.h
underlying.h
valid-expr.h
version.h
warning.m4 gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension 2024-08-02 16:54:52 -04:00
x86-xstate.h gdb, gdbserver, python, testsuite: Remove MPX. 2024-09-25 11:06:57 +00:00
xml-utils.cc
xml-utils.h

This is a helper library that is used by gdb and gdbserver.

To send patches, follow the gdb patch submission instructions in
../gdb/CONTRIBUTE.  For maintainers, see ../gdb/MAINTAINERS.