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/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
s390-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: make gdbarch_register_reggroup_p take a const reggroup *
Andrew Burgess
2022-04-07
1
-1
/
+1
*
gdb: rename floatformats_ia64_quad to floatformats_ieee_quad
Tiezhu Yang
2022-04-02
1
-1
/
+1
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-30
/
+30
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Use correct stream for process record output
Tom Tromey
2021-12-29
1
-1
/
+1
*
gdb: fix gdbarch_tdep ODR violation
Simon Marchi
2021-11-15
1
-34
/
+40
*
gdb: change functions returning value contents to use gdb::array_view
Simon Marchi
2021-10-25
1
-11
/
+12
*
gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_init
Simon Marchi
2021-07-08
1
-4
/
+0
*
gdb: add names to unwinders, add debug messages when looking for unwinder
Simon Marchi
2021-06-29
1
-0
/
+2
*
gdb: fix some indentation issues
Simon Marchi
2021-05-27
1
-6
/
+6
*
gdb: remove current_top_target function
Simon Marchi
2021-03-24
1
-1
/
+2
*
gdb: spread a little 'const' through the target_section_table code
Andrew Burgess
2021-02-24
1
-2
/
+2
*
trad-frame cleanups
Luis Machado
2021-01-19
1
-7
/
+7
*
Refactor struct trad_frame_saved_regs
Luis Machado
2021-01-04
1
-9
/
+9
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...
Simon Marchi
2020-12-04
1
-1
/
+4
*
gdb: rename displaced_step_closure to displaced_step_copy_insn_closure
Simon Marchi
2020-12-04
1
-8
/
+9
*
gdb/s390: Correct recording of "store on condition" insns
Andreas Arnez
2020-11-19
1
-3
/
+14
*
gdb: introduce displaced_debug_printf
Simon Marchi
2020-10-30
1
-22
/
+10
*
gdb: remove parameter of gdbarch_displaced_step_hw_singlestep
Simon Marchi
2020-10-29
1
-2
/
+1
*
gdb: make gdbarch_displaced_step_hw_singlestep return bool
Simon Marchi
2020-10-20
1
-2
/
+2
*
Change management of tdesc_arch_data
Tom Tromey
2020-09-17
1
-6
/
+4
*
Use type_instance_flags more throughout
Pedro Alves
2020-09-14
1
-6
/
+7
*
gdb: remove TYPE_VECTOR
Simon Marchi
2020-09-14
1
-3
/
+3
*
gdb: remove TYPE_VARARGS
Simon Marchi
2020-09-14
1
-2
/
+2
*
gdb: remove TYPE_UNSIGNED
Simon Marchi
2020-09-14
1
-2
/
+2
*
[tdep/s390] Fix Wmaybe-uninitialized in s390_displaced_step_fixup
Tom de Vries
2020-07-29
1
-2
/
+3
*
gdb: remove FIELD_TYPE macro
Simon Marchi
2020-06-08
1
-1
/
+1
*
gdb: remove TYPE_FIELD macro
Simon Marchi
2020-05-23
1
-1
/
+1
*
gdb: remove TYPE_NFIELDS macro
Simon Marchi
2020-05-22
1
-3
/
+3
*
gdb: remove TYPE_CODE macro
Simon Marchi
2020-05-14
1
-9
/
+9
*
Fix build with gcc-4.8.x
Bernd Edlinger
2020-02-18
1
-1
/
+2
*
gdb: introduce displaced_step_closure_up type alias
Simon Marchi
2020-02-14
1
-1
/
+1
*
gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr
Simon Marchi
2020-02-14
1
-2
/
+2
*
Move DWARF code to dwarf2/ subdirectory
Tom Tromey
2020-02-08
1
-1
/
+1
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
[gdb] Fix typos in comments
Tom de Vries
2019-10-17
1
-8
/
+8
*
Change gcc_target_options to return std::string
Tom Tromey
2019-10-15
1
-2
/
+2
*
s390: Fix infcalls passing a single-field struct with static members
Andreas Arnez
2019-10-15
1
-3
/
+18
*
s390: Add record/replay support for arch13 instructions
Andreas Arnez
2019-10-09
1
-6
/
+49
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-3
/
+1
*
s390: Implement 'type_align' gdbarch method
Andreas Arnez
2019-08-09
1
-0
/
+33
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Pass return_method to _push_dummy_call
Alan Hayward
2018-11-16
1
-3
/
+4
*
S390: Fix crash when remote tdesc doesn't define vec128
Andreas Arnez
2018-10-19
1
-1
/
+2
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-3
/
+3
[next]