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
/
ia64-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Remove some uses of "object_files"
Tom Tromey
2019-04-10
1
-2
/
+1
*
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
-6
/
+5
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-9
/
+8
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-5
/
+2
*
Remove unused variables in ia64*tdep.c
Simon Marchi
2018-07-16
1
-5
/
+0
*
Fix compilation error in ia64-tdep.c with libunwind-ia64
Simon Marchi
2018-07-16
1
-15
/
+9
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-1
/
+1
*
Remove regcache_cooked_write
Simon Marchi
2018-05-30
1
-2
/
+2
*
Remove regcache_cooked_read
Simon Marchi
2018-05-30
1
-2
/
+2
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-1
/
+1
*
Pass readable_regcache to gdbarch method read_pc
Yao Qi
2018-02-21
1
-3
/
+3
*
class readable_regcache and pass readable_regcache to gdbarch pseudo_register...
Yao Qi
2018-02-21
1
-1
/
+1
*
regcache_cooked_read -> regcache->cooked_read
Yao Qi
2018-01-22
1
-14
/
+16
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Target FP: Remove convert_typed_floating from tdep files
Ulrich Weigand
2017-11-06
1
-10
/
+10
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-4
/
+4
*
Remove make_show_memory_breakpoints_cleanup
Tom Tromey
2017-09-11
1
-25
/
+14
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Don't use print_insn_XXX in GDB
Yao Qi
2017-06-14
1
-1
/
+1
*
Add IA64_MAX_FP_REGISTER_SIZE
Alan Hayward
2017-06-06
1
-5
/
+8
*
Restrict ia64_convert_register_p
Yao Qi
2017-05-24
1
-0
/
+1
*
Remove some MAX_REGISTER_SIZE uses in ia64-tdep.c
Alan Hayward
2017-04-27
1
-41
/
+20
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind
Yao Qi
2016-11-03
1
-4
/
+11
*
Fix invalid implicit conversions from void *
Andreas Schwab
2016-05-19
1
-4
/
+4
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-6
/
+2
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
ia64-tdep.c: Remove (void *) casts
Simon Marchi
2015-10-24
1
-3
/
+3
*
Add some more casts (1/2)
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
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-15
/
+15
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Avoid software breakpoint's instruction shadow inconsistency
Maciej W. Rozycki
2014-10-03
1
-1
/
+1
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
change minsym representation
Tom Tromey
2014-02-26
1
-1
/
+2
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Fix -Wpointer-sign errors in ia64-tdep.c
Joel Brobecker
2013-05-01
1
-4
/
+4
*
-Wpointer-sign: char -> gdb_byte.
Pedro Alves
2013-04-19
1
-12
/
+12
*
* minsyms.h (struct bound_minimal_symbol): New.
Tom Tromey
2013-04-08
1
-2
/
+2
*
Use gdb_byte for bytes from the program being debugged.
Pedro Alves
2013-03-01
1
-16
/
+16
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
*
2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
Sergio Durigan Junior
2012-05-18
1
-7
/
+1
*
gdb/
Maciej W. Rozycki
2012-05-16
1
-1
/
+1
*
gdb/
Jan Kratochvil
2012-03-08
1
-9
/
+9
*
2012-03-05 Tristan Gingold <gingold@adacore.com>
Tristan Gingold
2012-03-05
1
-3
/
+3
*
2012-02-21 Tristan Gingold <gingold@adacore.com>
Pedro Alves
2012-02-21
1
-1
/
+0
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-2
/
+1
[next]