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-linux-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change gcc_target_options to return std::string
Tom Tromey
2019-10-15
1
-2
/
+2
*
Move arm_apcs_32 extern declaration to header
Christian Biesinger
2019-09-20
1
-1
/
+0
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Arm: Add read_description read funcs and use in GDB
Alan Hayward
2019-07-19
1
-5
/
+6
*
Arm: Prefix register sizes with ARM_
Alan Hayward
2019-07-04
1
-20
/
+21
*
Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
Alan Hayward
2019-07-04
1
-1
/
+1
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-29
/
+27
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-27
/
+29
*
Add linux_get_hwcap
Alan Hayward
2019-03-25
1
-4
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Avoid -Wnarrowing warnings in struct tramp_frame instances
Tom Tromey
2018-08-27
1
-16
/
+16
*
Split size in regset section iterators
Alan Hayward
2018-08-13
1
-5
/
+6
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-2
/
+2
*
Remove regcache_raw_collect
Simon Marchi
2018-05-30
1
-11
/
+10
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-11
/
+9
*
Don't pass -m32 to libcc1 on arm-linux
Yao Qi
2018-01-19
1
-0
/
+11
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Introduce gdb_breakpoint_up
Tom Tromey
2017-11-04
1
-1
/
+1
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-4
/
+4
*
Create a displaced_step_closure class hierarchy
Simon Marchi
2017-10-21
1
-5
/
+5
*
Clean up includes of doublest.h and floatformat.h
Ulrich Weigand
2017-10-05
1
-2
/
+0
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-1
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
gdbarch: Remove displaced_step_free_closure
Simon Marchi
2017-06-10
1
-2
/
+0
*
Change return type of gdbarch_software_single_step to vector<CORE_ADDR>
Simon Marchi
2017-05-02
1
-16
/
+5
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Change gdbarch software_single_step frame_info to regcache
Yao Qi
2016-11-22
1
-2
/
+1
*
gdbarch software_single_step returns VEC (CORE_ADDR) *
Yao Qi
2016-11-08
1
-8
/
+4
*
Clear addr bit in next_pcs vector
Yao Qi
2016-11-08
1
-1
/
+4
*
Remove arm_insert_single_step_breakpoint
Yao Qi
2016-11-08
1
-1
/
+4
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-2
/
+0
*
Canonicalize more arm linux syscalls
Yao Qi
2016-03-21
1
-10
/
+365
*
Process record: Fix arm-linux syscall arguments
Yao Qi
2016-03-16
1
-3
/
+6
*
Fix cleanup in arm_linux_software_single_step
Yao Qi
2016-02-16
1
-1
/
+3
*
Remove PC from syscall_next_pc
Yao Qi
2016-02-16
1
-4
/
+3
*
[ARM] Fixup PC in software single step
Yao Qi
2016-02-12
1
-13
/
+3
*
arm-tdep.c: Remove unused arm_displaced_step_copy_insn
Simon Marchi
2016-02-11
1
-2
/
+1
*
Remove argument pc in get_next_pcs
Yao Qi
2016-01-26
1
-1
/
+1
*
Detect the arm/thumb mode of code SIGRETURN or RT_SIGRETURN returns to
Yao Qi
2016-01-21
1
-3
/
+15
*
[ARM] Remove field syscall_next_pc in struct gdbarch_tdep
Yao Qi
2016-01-14
1
-14
/
+13
*
[ARM] Make thumb2_breakpoint static again
Yao Qi
2016-01-14
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Support software single step on ARM in GDBServer
Antoine Tremblay
2015-12-18
1
-94
/
+39
*
Refactor arm_software_single_step to use regcache
Antoine Tremblay
2015-12-18
1
-18
/
+91
*
gdb/linux-record: Support time, waitpid, pipe syscalls
Marcin Kościelnicki
2015-10-30
1
-0
/
+1
*
gdb/linux-record: Fix readdir and getdents handling
Marcin Kościelnicki
2015-10-30
1
-2
/
+1
*
gdb/linux-record: Fix sizes of sigaction and sigset_t
Marcin Kościelnicki
2015-10-30
1
-3
/
+3
*
gdb/linux-record: Fix size_[ug]id values
Marcin Kościelnicki
2015-10-30
1
-2
/
+2
*
gdb/linux-record: Remove size_siginfo
Marcin Kościelnicki
2015-10-30
1
-1
/
+0
*
arm-linux-tdep: Add explicit cast for int to gdb_syscall conversion
Simon Marchi
2015-10-09
1
-3
/
+3
[next]