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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
alpha-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
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: fix gdbarch_tdep ODR violation
Simon Marchi
2021-11-15
1
-12
/
+14
*
gdb: change functions returning value contents to use gdb::array_view
Simon Marchi
2021-10-25
1
-4
/
+4
*
gdb: add names to unwinders, add debug messages when looking for unwinder
Simon Marchi
2021-06-29
1
-2
/
+6
*
trad-frame cleanups
Luis Machado
2021-01-19
1
-4
/
+4
*
Refactor struct trad_frame_saved_regs
Luis Machado
2021-01-04
1
-3
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-55
/
+55
*
gdb: remove TYPE_CODE macro
Simon Marchi
2020-05-14
1
-4
/
+4
*
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 more typos in comments
Tom de Vries
2019-10-18
1
-2
/
+2
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-20
/
+18
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-18
/
+20
*
gdb/alpha: Use default gdbarch methods where possible
Andrew Burgess
2019-02-27
1
-29
/
+0
*
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
*
Use CORE_ADDR_MAX in various "breaks" arrays
Tom Tromey
2018-08-27
1
-1
/
+1
*
Remove regcache_raw_collect
Simon Marchi
2018-05-30
1
-6
/
+5
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-7
/
+6
*
Remove regcache_cooked_write
Simon Marchi
2018-05-30
1
-9
/
+9
*
Remove regcache_cooked_read
Simon Marchi
2018-05-30
1
-5
/
+5
*
Introduce a gdb_ref_ptr specialization for struct value
Tom Tromey
2018-04-06
1
-2
/
+0
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on Alpha
Richard Henderson
2017-12-15
1
-6
/
+12
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-4
/
+1
*
Constify add_setshow_*
Tom Tromey
2017-11-07
1
-1
/
+2
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-5
/
+5
*
Clean up includes of doublest.h and floatformat.h
Ulrich Weigand
2017-10-05
1
-1
/
+0
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Remove uses of MAX_REGISTER_SIZE from alpha-tdep.c
Alan Hayward
2017-06-06
1
-9
/
+20
*
Restrict alpha_convert_register_p
Yao Qi
2017-05-24
1
-18
/
+9
*
Use XCNEW gdbarch_tdep
Yao Qi
2017-05-24
1
-1
/
+1
*
Delegate opcodes to select disassembler in GDB
Yao Qi
2017-05-24
1
-3
/
+0
*
Change return type of gdbarch_software_single_step to vector<CORE_ADDR>
Simon Marchi
2017-05-02
1
-12
/
+11
*
Teach GDB that wchar_t is a built-in type in C++ mode
Pedro Alves
2017-04-12
1
-0
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Change gdbarch software_single_step frame_info to regcache
Yao Qi
2016-11-22
1
-4
/
+2
*
gdbarch software_single_step frame_info to regcache: alpha
Yao Qi
2016-11-22
1
-9
/
+11
*
gdbarch software_single_step returns VEC (CORE_ADDR) *
Yao Qi
2016-11-08
1
-15
/
+13
*
Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION
Yao Qi
2016-11-03
1
-3
/
+6
*
GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION
Yao Qi
2016-11-03
1
-8
/
+4
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-1
/
+2
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-1
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
target_read_memory&co: no longer return target_xfer_status
Pedro Alves
2015-10-27
1
-4
/
+4
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-10
/
+11
[next]