GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
s390-linux-nat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a VEC from s390-linux-nat.c
Tom Tromey
2019-07-17
1
-48
/
+32
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-0
/
+1
*
Fix s390 build
Alan Hayward
2019-03-25
1
-0
/
+1
*
Add linux_get_hwcap
Alan Hayward
2019-03-25
1
-2
/
+1
*
Change iterate_over_lwps to take a gdb::function_view
Tom Tromey
2019-03-12
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Eliminate target_have_continuable_watchpoint
Pedro Alves
2018-08-31
1
-1
/
+0
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-2
/
+2
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-9
/
+9
*
Remove pid_to_ptid
Tom Tromey
2018-07-03
1
-1
/
+1
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-1
/
+1
*
Remove regcache_raw_collect
Simon Marchi
2018-05-30
1
-2
/
+2
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-2
/
+2
*
Remove regcache_get_ptid
Simon Marchi
2018-05-30
1
-2
/
+2
*
Fix s390 GNU/Linux build
Pedro Alves
2018-05-03
1
-2
/
+1
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-3
/
+1
*
linux_nat_target: More low methods
Pedro Alves
2018-05-03
1
-15
/
+17
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-8
/
+7
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-59
/
+65
*
s390: Split up s390-linux-tdep.c into two files
Philipp Rudo
2018-01-23
1
-0
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-3
/
+3
*
lwp_info: Make the arch code free arch_lwp_info
Simon Marchi
2017-10-12
1
-0
/
+9
*
S390: Add guarded-storage register support to GDB
Andreas Arnez
2017-09-25
1
-2
/
+21
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Use ptid from regcache in almost all remaining nat files
Simon Marchi
2017-03-20
1
-2
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdb/s390: Fix build breakage due to std::min/std::max usage without header
Pedro Alves
2016-09-19
1
-0
/
+1
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-4
/
+4
*
S390: Hardware breakpoint support
Andreas Arnez
2016-09-16
1
-9
/
+123
*
S390: Enable "maint set show-debug-regs"
Andreas Arnez
2016-09-16
1
-0
/
+51
*
S390: Multi-inferior watchpoint support
Andreas Arnez
2016-09-16
1
-10
/
+139
*
S390: Migrate watch areas from list to VEC type
Andreas Arnez
2016-09-16
1
-37
/
+34
*
S390: Avoid direct access to lwp_info structure
Andreas Arnez
2016-09-16
1
-24
/
+36
*
Fix s390 GNU/Linux gdb and gdbserver builds
Pedro Alves
2016-04-21
1
-3
/
+3
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-3
/
+3
*
Fix s390 GNU/Linux build after enum __ptrace_request changes
Pedro Alves
2015-07-24
1
-10
/
+10
*
Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
Pedro Alves
2015-07-24
1
-1
/
+1
*
Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.h
Yao Qi
2015-06-01
1
-8
/
+1
*
S390: Fix for inadvertently setting 24-bit mode in fill_gregset
Andreas Arnez
2015-05-08
1
-9
/
+19
*
S390: Defer PER info update until resume
Andreas Arnez
2015-03-11
1
-4
/
+45
*
S390: Add vector register support to gdb
Andreas Arnez
2015-03-02
1
-29
/
+55
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
S390: Migrate to regcache_supply/collect_regset.
Andreas Arnez
2014-08-07
1
-100
/
+77
*
S390: Fix erroneous offset in fill_gregset.
Andreas Arnez
2014-05-13
1
-1
/
+1
*
Add target_ops argument to to_region_ok_for_hw_watchpoint
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_insert_watchpoint
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_remove_watchpoint
Tom Tromey
2014-02-19
1
-1
/
+2
[next]