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
/
h8300-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
gdb/h8300-tdep.c: Fix register name in h8300h machine.
Yoshinori Sato
2019-07-24
1
-22
/
+32
*
gdb/h8300: Use default gdbarch methods where possible
Andrew Burgess
2019-02-27
1
-22
/
+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
-2
/
+3
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-2
/
+1
*
gdb: Remove traces of h8300 ecoff support
Pedro Alves
2018-07-11
1
-4
/
+0
*
Remove regcache_raw_write
Simon Marchi
2018-05-30
1
-1
/
+1
*
class readable_regcache and pass readable_regcache to gdbarch pseudo_register...
Yao Qi
2018-02-21
1
-2
/
+2
*
Replace regcache_raw_read with regcache->raw_read
Yao Qi
2018-01-22
1
-2
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Use std::vector in h8300-tdep.c
Tom Tromey
2017-11-04
1
-10
/
+7
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-4
/
+4
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Use disassemble.c:disassembler select h8300 disassembler
Yao Qi
2017-05-24
1
-4
/
+0
*
Teach GDB that wchar_t is a built-in type in C++ mode
Pedro Alves
2017-04-12
1
-0
/
+4
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-3
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
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
-10
/
+4
*
Remove extraneous parentheses.
John Baldwin
2016-07-06
1
-1
/
+1
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-7
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Change some void* to gdb_byte*
Simon Marchi
2015-10-09
1
-7
/
+6
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Remove h8300_print_float_info
Yao Qi
2014-12-18
1
-9
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
cleanup: remove declared variables without any references
Sanimir Agovic
2014-02-13
1
-2
/
+0
*
H8/300: Fix pseudo registers reads/writes.
Pedro Alves
2014-02-12
1
-4
/
+44
*
H8/300: Fix gdb<->sim register mapping.
Pedro Alves
2014-02-12
1
-0
/
+18
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
add -Wold-style-declaration
Tom Tromey
2013-07-01
1
-1
/
+1
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
* amd64-tdep.c (amd64_return_value): Revert previous change
Siddhesh Poyarekar
2012-09-27
1
-5
/
+4
*
* amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
Siddhesh Poyarekar
2012-09-26
1
-4
/
+5
*
* ada-valprint.c (ada_val_print_1): Eliminate single-use
Siddhesh Poyarekar
2012-09-25
1
-11
/
+8
*
gdb/
Thomas Schwinge
2012-09-19
1
-0
/
+2
*
* h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
Siddhesh Poyarekar
2012-08-24
1
-1
/
+5
*
2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior
2012-05-18
1
-2
/
+1
*
gdb/
Maciej W. Rozycki
2012-05-16
1
-2
/
+2
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-3
/
+2
*
gdb/
Pedro Alves
2011-03-18
1
-0
/
+1
*
gdb/
Pedro Alves
2011-03-18
1
-4
/
+4
*
* regcache.c (struct regcache_descr): Remove outdated comment.
Pedro Alves
2011-01-25
1
-3
/
+2
*
2011-01-10 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-10
1
-7
/
+9
*
2011-01-08 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-09
1
-10
/
+11
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
[next]