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
/
rs6000-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdb: Remove support for obsolete OSABIs and a.out
Pedro Alves
2016-12-09
1
-2
/
+1
*
Change gdbarch software_single_step frame_info to regcache
Yao Qi
2016-11-22
1
-2
/
+1
*
gdbarch software_single_step frame_info to regcache: rs6000
Yao Qi
2016-11-22
1
-3
/
+3
*
gdbarch software_single_step returns VEC (CORE_ADDR) *
Yao Qi
2016-11-08
1
-6
/
+6
*
Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION
Yao Qi
2016-11-03
1
-5
/
+9
*
Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind
Yao Qi
2016-11-03
1
-13
/
+6
*
Fix build breakage from commit 6ec2b2
Edjunior Barbosa Machado
2016-09-22
1
-2
/
+6
*
ppc: Fix return of instruction handlers in ppc_process_record_op63
Edjunior Barbosa Machado
2016-09-21
1
-2
/
+3
*
ppc: Add Power ISA 3.0/POWER9 instructions record support
Edjunior Barbosa Machado
2016-09-21
1
-11
/
+448
*
ppc: Fix record support of Store String Word instructions
Edjunior Barbosa Machado
2016-09-20
1
-3
/
+7
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-1
/
+2
*
Fix for gdb.base/pc-fp.exp.
Carl E. Love
2016-08-24
1
-1
/
+0
*
ppc: Fix record of HTM instructions
Edjunior Barbosa Machado
2016-08-18
1
-5
/
+5
*
Wean gdb and sim off private libbfd.h header
Alan Modra
2016-07-27
1
-1
/
+0
*
Initialize 'ra' to zero to avoid uninitialized use.
John Baldwin
2016-06-14
1
-0
/
+1
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-1
/
+0
*
gdb/rs6000: Read backchain as unsigned.
Marcin Kościelnicki
2016-03-09
1
-3
/
+3
*
gdb: Add gen_return_address for powerpc.
Marcin Kościelnicki
2016-03-09
1
-0
/
+17
*
gdb: Add ax_pseudo_register_collect for powerpc.
Marcin Kościelnicki
2016-03-09
1
-0
/
+46
*
Fix CXX invalid cast from void *.
Keith Seitz
2016-02-26
1
-1
/
+1
*
[OBV] gdb/rs6000: Fix maybe-uninitialized warning.
Marcin Kościelnicki
2016-02-24
1
-1
/
+1
*
Build unavailable-stack frames for tracepoint.
Wei-cheng Wang
2016-02-24
1
-13
/
+40
*
Fix PR sim/13418: building with --enable-targets=all fails
Pedro Alves
2016-01-05
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
rs6000: Add cast for int to enum conversion
Simon Marchi
2015-10-22
1
-1
/
+1
*
gdbarch.h: Change gdbarch_info::tdep_info's type to void *
Simon Marchi
2015-09-30
1
-1
/
+1
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-50
/
+61
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+2
*
PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced stepping
Pedro Alves
2015-08-07
1
-11
/
+57
*
Add casts for legitimate integer to enum conversions
Simon Marchi
2015-08-06
1
-1
/
+1
*
Rename in_function_epilogue_p to stack_frame_destroyed_p
Martin Galvan
2015-05-26
1
-3
/
+3
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-3
/
+3
*
Normalize TRY_CATCH exception handling block
Pedro Alves
2015-03-07
1
-2
/
+5
*
New common function "startswith"
Gary Benson
2015-03-06
1
-1
/
+1
*
Do not increment of decrement enums
Tom Tromey
2015-02-27
1
-1
/
+1
*
Add missing comments in rs6000-tdep.c, ppc64-tdep.c and ppc-linux-tdep.c.
Wei-cheng Wang
2015-01-21
1
-8
/
+31
*
Fix format warning in rs6000t-dep.c
Wei-cheng Wang
2015-01-20
1
-17
/
+16
*
Fix ARI warning in rs6000-tdep.c::rs6000_gdbarch_init.
Joel Brobecker
2015-01-19
1
-2
/
+2
*
Reverse debugging for PowerPC.
Wei-cheng Wang
2015-01-17
1
-0
/
+1677
*
Epilogue unwinder for PowerPC.
Wei-cheng Wang
2015-01-17
1
-4
/
+96
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
PR tdep/17379: Fix internal-error when stack pointer is invalid.
Edjunior Barbosa Machado
2014-09-12
1
-3
/
+8
*
Rename 'descr' field in regset structure to 'regmap'.
Andreas Arnez
2014-08-07
1
-6
/
+6
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Add new infrun.h header.
Pedro Alves
2014-05-22
1
-0
/
+1
*
Power: Correct little-endian e500v2 GPR frame offsets
Maciej W. Rozycki
2014-03-18
1
-2
/
+4
*
change minsym representation
Tom Tromey
2014-02-26
1
-4
/
+4
*
cleanup: remove declared variables without any references
Sanimir Agovic
2014-02-13
1
-4
/
+0
*
PowerPC64 ELFv2 ABI: base support
Ulrich Weigand
2014-02-04
1
-0
/
+35
[next]