summaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-14gdb: change regcache interface to use array_viewSimon Marchi
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi
2023-12-01Use gdb_dir_up in linux_proc_attach_tgid_threadsTom Tromey
2023-12-01Minor cleanup in linux_proc_attach_tgid_threadsTom Tromey
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-28[gdb] Fix segfault in for_each_block, part 2Tom de Vries
2023-11-27Introduce throw_winerror_with_nameTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six
2023-11-06Remove EXTERN_C and related definesTom Tromey
2023-10-25gdb/nat/aarch64-scalable-linux-ptrace.h: Don't include itselfThiago Jung Bauermann
2023-10-16nat/x86-cpuid.h: Remove non-x86 fallbacksJohn Baldwin
2023-10-13[aarch64] Use SVE_VQ_BYTES instead of __SVE_VQ_BYTESLuis Machado
2023-10-04sme2: Enable SME2 for AArch64 gdb on LinuxLuis Machado
2023-10-04sme: Signal frame supportLuis Machado
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado
2023-10-04refactor: Simplify SVE interface to read/write registersLuis Machado
2023-10-04refactor: Rename SVE-specific filesLuis Machado
2023-09-28gdb/x86: use size of XSAVE area of enabled featuresSimon Marchi
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-11gdb: c++ify btrace_target_infoMarkus Metzger
2023-08-29[gdb/build] Fix C inclusion of nat/x86-cpuid.hTom de Vries
2023-08-28x86 nat: Add helper functions to save the XSAVE layout for the host.John Baldwin
2023-08-28nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count.John Baldwin
2023-06-20Use std::string in linux-osdata.cTom Tromey
2023-06-05[gdb] Fix more typosTom de Vries
2023-06-03[gdb] Fix typosTom de Vries
2023-06-02[AArch64] Fix architecture debug version constant thinkosLuis Machado
2023-04-26Add new debug architecture versionLuis Machado
2023-04-14debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado
2023-04-03[aarch64] tpidr2: Fix erroneous detection logic for TPIDR2Luis Machado
2023-02-24Remove struct bufferTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-23Fix MinGW build using mingw.org's MinGWEli Zaretskii
2022-12-16gdb: convert linux-osdata.c from buffer to std::stringSimon Marchi
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado
2022-11-08gdb/linux-nat: get core count using /sys/devices/system/cpu/possibleSimon Marchi
2022-11-08gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of...Simon Marchi
2022-11-02Fix Cygwin build after bcb9251fJon Turney
2022-10-28gdb, btrace: fix family and model computationMarkus Metzger
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey
2022-07-08gdb: initialize the data_head variable to eliminate compilation warningsEnze Li
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney
2022-06-12Simplify cygwin_buf_tJon Turney
2022-06-07Use subclasses of windows_process_infoTom Tromey
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey
2022-06-07Introduce wrapper for CreateProcessTom Tromey