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
/
arm-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM, thumb] Fix disassembling bug after reloading a symbol file
Luis Machado
2019-11-01
1
-10
/
+10
*
[ARM] Store exception handling information per-bfd instead of per-objfile
Luis Machado
2019-10-31
1
-4
/
+5
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-7
/
+7
*
[gdb] Fix typos in comments
Tom de Vries
2019-10-17
1
-4
/
+4
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
1
-2
/
+0
*
Move arm_apcs_32 extern declaration to header
Christian Biesinger
2019-09-20
1
-1
/
+1
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-9
/
+8
*
bfd_asymbol_* macros
Alan Modra
2019-09-18
1
-1
/
+1
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-2
/
+2
*
[gdb][Arm]: gdb cannot step across CMSE secure entry function code.
Srinath Parvathaneni
2019-07-23
1
-0
/
+56
*
Arm: Remove unused feature files and tests
Alan Hayward
2019-07-19
1
-18
/
+0
*
Arm: Add xml unit tests
Alan Hayward
2019-07-19
1
-0
/
+18
*
Arm: Use feature target descriptions
Alan Hayward
2019-07-19
1
-17
/
+0
*
Arm: Add read_description read funcs and use in GDB
Alan Hayward
2019-07-19
1
-4
/
+44
*
Change arm-tdep.c to use type-safe registry
Tom Tromey
2019-07-10
1
-52
/
+26
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Arm/AArch64: Use a single set of Arm register set size defines
Alan Hayward
2019-07-04
1
-12
/
+3
*
Arm: Prefix register sizes with ARM_
Alan Hayward
2019-07-04
1
-52
/
+56
*
Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
Alan Hayward
2019-07-04
1
-1
/
+1
*
Change arm_objfile_data_key to use type-safe registry
Tom Tromey
2019-06-27
1
-23
/
+7
*
Arm: Allow version strings in the triplet regexp
Alan Hayward
2019-06-26
1
-1
/
+13
*
arm-tdep: sort mapping symbols after parsing all minimal symbols
Simon Marchi
2019-06-25
1
-9
/
+19
*
arm-tdep: replace arm_mapping_symbol VEC with std::vector
Simon Marchi
2019-06-25
1
-72
/
+55
*
gdb/arm: Use type_align instead of arm_type_align
Andrew Burgess
2019-04-23
1
-51
/
+17
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-38
/
+39
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-39
/
+38
*
gdb/arm: Use default gdbarch methods where possible
Andrew Burgess
2019-02-27
1
-37
/
+0
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-2
/
+2
*
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
*
ARM: Do not use FP reg when on AAPCS
Marius Muench
2018-11-06
1
-0
/
+4
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-4
/
+2
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-1
/
+1
*
Fix -Wunused-variable warnings related to conditional compilation
Simon Marchi
2018-07-21
1
-6
/
+7
*
GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
Maciej W. Rozycki
2018-07-02
1
-1
/
+2
*
Remove regcache_cooked_write
Simon Marchi
2018-05-30
1
-11
/
+8
*
Remove regcache_cooked_read
Simon Marchi
2018-05-30
1
-7
/
+5
*
Remove regcache_raw_write
Simon Marchi
2018-05-30
1
-3
/
+3
*
Remove regcache_raw_read
Simon Marchi
2018-05-30
1
-1
/
+1
*
Fix decoding of ARM VFP instructions
Tom Tromey
2018-05-07
1
-2
/
+3
*
Fix "fall through" comments
Tom Tromey
2018-05-04
1
-0
/
+1
*
Enable -Wsuggest-override
Tom Tromey
2018-04-27
1
-2
/
+2
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Use gdb::byte_vector when reading section data
Tom Tromey
2018-03-12
1
-31
/
+22
*
class readable_regcache and pass readable_regcache to gdbarch pseudo_register...
Yao Qi
2018-02-21
1
-3
/
+3
*
Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_str
Yao Qi
2018-02-01
1
-172
/
+329
*
set ret signed in arm_record_extension_space
Yao Qi
2018-02-01
1
-1
/
+1
*
Replace regcache_raw_read with regcache->raw_read
Yao Qi
2018-01-22
1
-3
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-2
/
+0
[next]