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
/
regcache.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Class detached_regcache
Yao Qi
2018-02-21
1
-27
/
+5
*
Class readonly_detached_regcache
Yao Qi
2018-02-21
1
-16
/
+11
*
Remove regcache_save and regcache_cpy
Yao Qi
2018-02-21
1
-18
/
+4
*
class readable_regcache and pass readable_regcache to gdbarch pseudo_register...
Yao Qi
2018-02-21
1
-31
/
+53
*
Class reg_buffer
Yao Qi
2018-02-21
1
-9
/
+22
*
regcache::cooked_write test
Yao Qi
2018-01-22
1
-0
/
+124
*
Remove mt port
Yao Qi
2018-01-22
1
-15
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove dead code in regcache::dump
Yao Qi
2017-11-24
1
-4
/
+0
*
cooked_read test for readonly regcache
Yao Qi
2017-11-24
1
-0
/
+76
*
regcache::cooked_read unit test
Yao Qi
2017-11-24
1
-0
/
+191
*
Constify add_com
Tom Tromey
2017-11-07
1
-1
/
+1
*
Construct readonly regcache without address space
Yao Qi
2017-11-02
1
-2
/
+2
*
const-fy regcache::m_aspace
Yao Qi
2017-11-02
1
-1
/
+1
*
s/get_regcache_aspace (regcache)/regcache->aspace ()/g
Yao Qi
2017-11-02
1
-6
/
+0
*
Remove regcache_descr::nr_raw_registers
Yao Qi
2017-11-02
1
-13
/
+16
*
New method regcache::assert_regnum
Yao Qi
2017-11-02
1
-13
/
+18
*
Remove code wrapped by "#if 0"
Yao Qi
2017-11-02
1
-15
/
+0
*
Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg...
Yao Qi
2017-11-02
1
-9
/
+4
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-11
/
+3
*
Remove obsolete assertion from regcache.c
Tom Tromey
2017-10-17
1
-1
/
+0
*
Simplify regcache::xfer_part
Yao Qi
2017-10-17
1
-17
/
+13
*
Reimplement support for "maint print registers" with no running inferior yet
Pedro Alves
2017-10-04
1
-15
/
+18
*
Constify some commands in regcache.c
Tom Tromey
2017-09-27
1
-6
/
+6
*
Remove the last cleanup from regcache.c
Tom Tromey
2017-09-25
1
-7
/
+4
*
Remove make_cleanup_regcache_invalidate
Tom Tromey
2017-09-25
1
-26
/
+30
*
Remove make_cleanup_regcache_xfree
Tom Tromey
2017-09-25
1
-12
/
+0
*
Remove regcache_xfree
Tom Tromey
2017-09-25
1
-10
/
+1
*
Remove regcache_xmalloc
Tom Tromey
2017-09-25
1
-6
/
+0
*
Add selftests run filtering
Simon Marchi
2017-09-16
1
-1
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Put selftests api into selftests namespace
Yao Qi
2017-08-18
1
-1
/
+1
*
Simplify regcache_cpy and remove regcache::cpy_no_passthrough
Yao Qi
2017-07-18
1
-29
/
+2
*
extract/store integer function template
Yao Qi
2017-06-16
1
-83
/
+25
*
Don't always zero pad in print_*_chars
Tom Tromey
2017-06-12
1
-2
/
+2
*
Remove MAX_REGISTER_SIZE from regcache.c
Alan Hayward
2017-06-07
1
-15
/
+36
*
Add regcache raw_supply_integer and raw_collect_integer.
Alan Hayward
2017-05-26
1
-0
/
+48
*
Move current_regcache to regcache::current_regcache
Yao Qi
2017-05-24
1
-23
/
+28
*
Use std::forward_list for current_regcache
Yao Qi
2017-05-09
1
-45
/
+22
*
Add current_regcache unit test
Yao Qi
2017-05-09
1
-1
/
+74
*
Remove MAX_REGISTER_SIZE from frv-linux-tdep.c
Alan Hayward
2017-05-03
1
-0
/
+20
*
Use tag dispatch regcache ctor in regcache_dup
Yao Qi
2017-04-28
1
-14
/
+16
*
Simplify regcache_dup
Yao Qi
2017-04-28
1
-1
/
+2
*
Class-fy regcache
Yao Qi
2017-04-28
1
-325
/
+422
*
Add constructor and destructor to regcache
Yao Qi
2017-04-28
1
-36
/
+41
*
Change readonly_p to bool
Yao Qi
2017-04-25
1
-4
/
+4
*
Simplify regcache_restore
Yao Qi
2017-04-21
1
-10
/
+5
*
Remove MAX_REGISTER_SIZE from target.c
Alan Hayward
2017-03-24
1
-0
/
+35
*
Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...
Simon Marchi
2017-03-23
1
-14
/
+3
*
Introduce regcache_get_ptid
Simon Marchi
2017-03-13
1
-0
/
+10
[prev]
[next]