summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi2022-10-111-1/+1
* gdb: fix auxv cachingSimon Marchi2022-10-111-1/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-7/+7
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-2/+2
* [gdb/record] Support recording of getrandomTom de Vries2022-07-121-0/+1
* Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin2022-05-031-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use correct stream for process record outputTom Tromey2021-12-291-3/+4
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-2/+2
* gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu2021-08-171-1/+1
* Convert stap probes to create operationsTom Tromey2021-03-081-25/+20
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-2/+1
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-8/+8
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-13/+13
* gdb: introduce displaced_debug_printfSimon Marchi2020-10-301-27/+17
* Fix build with gcc-4.8.xBernd Edlinger2020-02-181-1/+2
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-5/+6
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-2/+2
* Move arm_apcs_32 extern declaration to headerChristian Biesinger2019-09-201-1/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-191-5/+6
* Arm: Prefix register sizes with ARM_Alan Hayward2019-07-041-20/+21
* Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward2019-07-041-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-29/+27
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-27/+29
* Add linux_get_hwcapAlan Hayward2019-03-251-4/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey2018-08-271-16/+16
* Split size in regset section iteratorsAlan Hayward2018-08-131-5/+6
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Remove regcache_raw_collectSimon Marchi2018-05-301-11/+10
* Remove regcache_raw_supplySimon Marchi2018-05-301-11/+9
* Don't pass -m32 to libcc1 on arm-linuxYao Qi2018-01-191-0/+11
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-5/+5
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-2/+0
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0