summaryrefslogtreecommitdiff
path: root/gdb/s390-linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpointTom de Vries2022-12-131-8/+7
* gdb: fix auxv cachingSimon Marchi2022-10-111-1/+1
* gdb: constify auxv parse functionsSimon Marchi2022-09-291-5/+5
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* [gdb/build, s390x] Fix build after gdbarch_tdep changesAndreas Arnez2021-11-171-1/+1
* [gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries2021-05-231-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-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 a VEC from s390-linux-nat.cTom Tromey2019-07-171-48/+32
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Fix s390 buildAlan Hayward2019-03-251-0/+1
* Add linux_get_hwcapAlan Hayward2019-03-251-2/+1
* Change iterate_over_lwps to take a gdb::function_viewTom Tromey2019-03-121-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Eliminate target_have_continuable_watchpointPedro Alves2018-08-311-1/+0
* Remove ptid_get_lwpTom Tromey2018-07-031-2/+2
* Remove ptid_get_pidTom Tromey2018-07-031-9/+9
* Remove pid_to_ptidTom Tromey2018-07-031-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-2/+2
* Remove regcache_raw_supplySimon Marchi2018-05-301-2/+2
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* Fix s390 GNU/Linux buildPedro Alves2018-05-031-2/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-3/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-15/+17
* target_ops: Use bool throughoutPedro Alves2018-05-031-8/+7
* Convert struct target_ops to C++Pedro Alves2018-05-031-59/+65
* s390: Split up s390-linux-tdep.c into two filesPhilipp Rudo2018-01-231-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-0/+9
* S390: Add guarded-storage register support to GDBAndreas Arnez2017-09-251-2/+21
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-2/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb/s390: Fix build breakage due to std::min/std::max usage without headerPedro Alves2016-09-191-0/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-4/+4
* S390: Hardware breakpoint supportAndreas Arnez2016-09-161-9/+123
* S390: Enable "maint set show-debug-regs"Andreas Arnez2016-09-161-0/+51
* S390: Multi-inferior watchpoint supportAndreas Arnez2016-09-161-10/+139
* S390: Migrate watch areas from list to VEC typeAndreas Arnez2016-09-161-37/+34
* S390: Avoid direct access to lwp_info structureAndreas Arnez2016-09-161-24/+36
* Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves2016-04-211-3/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-3/+3