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
/
gdbserver
/
regcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Clear *VAL in regcache_raw_read_unsigned
Yao Qi
2016-02-10
1
-0
/
+1
*
gdbserver: fix various warnings
Mike Frysinger
2016-01-12
1
-12
/
+0
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Share regcache function regcache_raw_read_unsigned
Antoine Tremblay
2015-12-18
1
-2
/
+24
*
[LynxOS] GDBserver crash debugging threaded program
Joel Brobecker
2015-11-23
1
-1
/
+11
*
aarch64 multi-arch part 6: HW breakpoint on unaligned address
Yao Qi
2015-10-15
1
-0
/
+8
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+4
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-2
/
+1
*
gdbserver: no point in hiding the regcache type nowadays
Pedro Alves
2015-08-06
1
-4
/
+3
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
gdbserver: Prevent stale/random values in register cache
Andreas Arnez
2014-12-12
1
-0
/
+3
*
Rename current_inferior as current_thread in gdbserver
Gary Benson
2014-09-16
1
-7
/
+7
*
Introduce common-regcache.h
Gary Benson
2014-09-12
1
-0
/
+8
*
Straightforward fatal to internal_error conversions
Gary Benson
2014-08-28
1
-7
/
+6
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
Move stdlib.h to common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
Rearrange awkwardly-nested conditionals
Gary Benson
2014-08-06
1
-6
/
+4
*
replace convert_ascii_to_int with hex2bin
Tom Tromey
2014-02-12
1
-1
/
+1
*
replace convert_int_to_ascii with bin2hex
Tom Tromey
2014-02-12
1
-4
/
+3
*
move some rsp bits into rsp-low.h
Tom Tromey
2014-02-12
1
-0
/
+1
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
[GDBserver] Multi-process + multi-arch
Pedro Alves
2013-06-07
1
-107
/
+135
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
gdb/gdbserver:
Yao Qi
2012-04-29
1
-0
/
+1
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-2
/
+2
*
gdb/gdbserver/
Pedro Alves
2011-01-28
1
-5
/
+82
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+1
*
gdb/gdbserver/
Pedro Alves
2010-06-01
1
-1
/
+34
*
* regcache.c (set_register_cache): Invalidate regcaches before
Pedro Alves
2010-04-12
1
-0
/
+7
*
* regcache.c (realloc_register_cache): Invalidate inferior's
Pedro Alves
2010-04-11
1
-0
/
+2
*
gdb/gdbserver/
Pedro Alves
2010-04-09
1
-10
/
+72
*
2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu
2010-02-03
1
-1
/
+4
*
* regcache.h (struct thread_info): Forward declare.
Pedro Alves
2010-01-20
1
-49
/
+42
*
Update copyright year in most headers.
Joel Brobecker
2010-01-01
1
-1
/
+1
*
* linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
Aleksandar Ristovski
2009-06-22
1
-1
/
+1
*
* i387-fp.c, linux-arm-low.c, linux-cris-low.c,
Pedro Alves
2009-03-22
1
-2
/
+3
*
* regcache.c (new_register_cache): No need to check result of xcalloc.
Doug Evans
2009-01-19
1
-2
/
+0
*
Updated copyright notices for most files.
Joel Brobecker
2009-01-03
1
-1
/
+1
*
* utils.c (xmalloc,xcalloc,xstrdup): New fns.
Doug Evans
2008-12-14
1
-2
/
+2
*
* regcache.c (new_register_cache): Return NULL if the register
Pedro Alves
2008-09-08
1
-2
/
+8
*
* regcache.c (registers_length): Remove.
Ulrich Weigand
2008-05-08
1
-6
/
+4
*
* configure.srv [s390x-*-linux*]: Set srv_regobj to include both
Ulrich Weigand
2008-02-27
1
-0
/
+12
*
Updated copyright notices for most files.
Daniel Jacobowitz
2008-01-01
1
-1
/
+2
*
Switch the license of all .c files to GPLv3.
Joel Brobecker
2007-08-23
1
-4
/
+2
*
Copyright updates for 2007.
Daniel Jacobowitz
2007-01-09
1
-2
/
+1
*
* linux-arm-low.c:
Eli Zaretskii
2005-12-23
1
-3
/
+3
*
* acconfig.h: Remove.
Daniel Jacobowitz
2005-06-13
1
-6
/
+7
*
* regcache.c (new_register_cache): Clear the allocated register
Daniel Jacobowitz
2004-01-30
1
-2
/
+5
*
2002-06-13 Daniel Jacobowitz <drow@mvista.com>
Daniel Jacobowitz
2002-06-13
1
-0
/
+4
[next]