summaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Update comments about removed functionChristian Biesinger2020-01-241-1/+1
* 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
* Remove unused includes in aarch64-linux-tdep.cSimon Marchi2019-12-041-5/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-2/+2
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clashAlan Hayward2019-07-041-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-18/+18
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-18/+18
* Add linux_get_hwcapAlan Hayward2019-03-251-14/+2
* AArch64: Read pauth section from core filesAlan Hayward2019-03-221-0/+20
* AArch64: Use HWCAP to detect pauth featureAlan Hayward2019-03-221-4/+12
* AArch64: Add pointer authentication featureAlan Hayward2019-03-221-1/+3
* AArch64: Detect exit from execve syscallAlan Hayward2019-02-111-22/+34
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Aarch64: Better termination checks for sigcontext readingAlan Hayward2018-10-191-2/+15
* Use pulongest in aarch64-linux-tdep.cTom Tromey2018-10-021-2/+2
* Aarch64: Detect FP regs in signal frameAlan Hayward2018-10-011-19/+199
* Fix build error in aarch64-linux-tdep.c on macOSSimon Marchi2018-09-231-1/+1
* Avoid -Wnarrowing warnings in aarch64-linux-tdep.cTom Tromey2018-08-271-2/+2
* Avoid -Wnarrowing warnings in struct tramp_frame instancesTom Tromey2018-08-271-3/+3
* Use pulongest in aarch64-linux-tdep.cTom Tromey2018-08-151-2/+3
* Parse SVE registers in aarch64 core file reading/writingAlan Hayward2018-08-131-2/+131
* Detect SVE when reading aarch64 core filesAlan Hayward2018-08-131-3/+75
* Split size in regset section iteratorsAlan Hayward2018-08-131-4/+4
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+2
* Add Aarch64 SVE target descriptionAlan Hayward2018-05-311-2/+3
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Fix tagged pointer supportOmair Javaid2018-05-101-0/+5
* Don't pass -m64 to libcc1 on aarch64-linux.Yao Qi2018-01-171-0/+11
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add aarch64_create_target_descriptionAlan Hayward2017-11-241-1/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* [AArch64] Implement gdbarch_core_read_descriptionJiong Wang2017-08-091-0/+18
* Revert "[AArch64] Implement gdbarch_core_read_description"Jiong Wang2017-08-091-16/+0
* [AArch64] Implement gdbarch_core_read_descriptionJiong Wang2017-08-091-0/+16
* gdbarch: Remove displaced_step_free_closureSimon Marchi2017-06-101-2/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* aarch64-linux process record: more syscallsYao Qi2016-02-291-9/+6
* Process record for aarch64-linux syscallYao Qi2016-02-231-11/+61
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb/linux-record: Fix size_termios for x32, amd64, aarch64Marcin Kościelnicki2015-10-301-1/+1
* gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki2015-10-301-0/+1
* gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki2015-10-301-2/+1
* gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki2015-10-301-4/+4
* gdb/linux-record: Remove size_siginfoMarcin Kościelnicki2015-10-301-1/+0
* aarch64: Add cast for integer to enum castSimon Marchi2015-10-121-1/+2