summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-21[gdb/tdep] Fix catching syscall execve exit for armTom de Vries
2023-06-03[gdb] Fix typosTom de Vries
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi
2022-10-11gdb: fix auxv cachingSimon Marchi
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-07-12[gdb/record] Support recording of getrandomTom de Vries
2022-05-03Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-29Use correct stream for process record outputTom Tromey
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu
2021-03-08Convert stap probes to create operationsTom Tromey
2021-01-20gdb: make some variables staticSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi
2020-02-18Fix build with gcc-4.8.xBernd Edlinger
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-15Change gcc_target_options to return std::stringTom Tromey
2019-09-20Move arm_apcs_32 extern declaration to headerChristian Biesinger
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward
2019-07-04Arm: Prefix register sizes with ARM_Alan Hayward
2019-07-04Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-25Add linux_get_hwcapAlan Hayward
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-27Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey
2018-08-13Split size in regset section iteratorsAlan Hayward
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves
2018-05-30Remove regcache_raw_collectSimon Marchi
2018-05-30Remove regcache_raw_supplySimon Marchi
2018-01-19Don't pass -m32 to libcc1 on arm-linuxYao Qi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-04Introduce gdb_breakpoint_upTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi