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
/
m32c-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove newlines from warnings
Tom Tromey
2019-06-10
1
-1
/
+1
*
gdb/m32c: Use default gdbarch methods where possible
Andrew Burgess
2019-04-23
1
-34
/
+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
*
Remove unnecessary ternary operator in m32c-tdep.c
Simon Marchi
2018-08-21
1
-1
/
+1
*
Remove declarations from m32c-tdep.c
Tom Tromey
2018-07-22
1
-13
/
+12
*
Remove regcache_cooked_write_part
Simon Marchi
2018-05-30
1
-1
/
+1
*
Remove regcache_cooked_write
Simon Marchi
2018-05-30
1
-13
/
+13
*
Remove regcache_raw_write
Simon Marchi
2018-05-30
1
-2
/
+2
*
class readable_regcache and pass readable_regcache to gdbarch pseudo_register...
Yao Qi
2018-02-21
1
-10
/
+10
*
regcache_cooked_read -> regcache->cooked_read
Yao Qi
2018-01-22
1
-13
/
+12
*
Replace regcache_raw_read with regcache->raw_read
Yao Qi
2018-01-22
1
-4
/
+5
*
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
*
C++-ify prologue-value's pv_area
Tom Tromey
2017-10-12
1
-15
/
+12
*
Make init_type/arch_type take a size in bits
Ulrich Weigand
2017-09-27
1
-1
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Delegate opcodes to select disassembler in GDB
Yao Qi
2017-05-24
1
-3
/
+0
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-5
/
+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
/
+4
*
GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION
Yao Qi
2016-11-03
1
-10
/
+3
*
Rename 'arch' by 'gdbarch' in m32c_gdbarch_init
Yao Qi
2016-10-10
1
-21
/
+21
*
Add some missing arch_..._type helpers
Ulrich Weigand
2016-09-06
1
-12
/
+3
*
Remove some variables but call functions for side effects
Tom Tromey
2016-07-14
1
-6
/
+3
*
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
*
m32c: Split m32c_move_reg_t in read/write variants
Simon Marchi
2015-10-12
1
-62
/
+68
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-2
/
+3
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+2
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Fix struct, union, and enum nesting in C++
Tom Tromey
2015-02-27
1
-13
/
+22
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Move stdarg.h to common-defs.h
Gary Benson
2014-08-07
1
-3
/
+0
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-6
/
+5
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-12
/
+14
*
change minsym representation
Tom Tromey
2014-02-26
1
-6
/
+6
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
use gdb_string.h in m32c-tdep.c
Tom Tromey
2013-11-08
1
-4
/
+1
*
-Wpointer-sign: char -> gdb_byte.
Pedro Alves
2013-04-19
1
-2
/
+1
*
* minsyms.h (struct bound_minimal_symbol): New.
Tom Tromey
2013-04-08
1
-7
/
+8
*
Consistent use of (C) after "Copyright".
Pedro Alves
2013-02-12
1
-1
/
+1
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
*
ARI fixes: sprintf rule.
Pierre Muller
2012-11-20
1
-4
/
+4
*
2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior
2012-05-18
1
-1
/
+1
*
gdb/
Maciej W. Rozycki
2012-05-16
1
-1
/
+1
*
* gdbtypes.h (struct main_type): Change type of name,tag_name,
Doug Evans
2012-02-07
1
-2
/
+2
[next]