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
/
arm-linux-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-4
/
+4
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
Use correct stream for process record output
Tom Tromey
2021-12-29
1
-3
/
+4
*
gdb: fix gdbarch_tdep ODR violation
Simon Marchi
2021-11-15
1
-2
/
+2
*
gdb: Don't assume r_ldsomap when r_version > 1 on Linux
H.J. Lu
2021-08-17
1
-1
/
+1
*
Convert stap probes to create operations
Tom Tromey
2021-03-08
1
-25
/
+20
*
gdb: make some variables static
Simon Marchi
2021-01-20
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: make displaced stepping implementation capable of managing multiple buffers
Simon Marchi
2020-12-04
1
-1
/
+1
*
gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...
Simon Marchi
2020-12-04
1
-2
/
+1
*
gdb: rename displaced_step_closure to displaced_step_copy_insn_closure
Simon Marchi
2020-12-04
1
-8
/
+8
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-13
/
+13
*
gdb: introduce displaced_debug_printf
Simon Marchi
2020-10-30
1
-27
/
+17
*
Fix build with gcc-4.8.x
Bernd Edlinger
2020-02-18
1
-1
/
+2
*
gdb: introduce displaced_step_closure_up type alias
Simon Marchi
2020-02-14
1
-1
/
+1
*
gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr
Simon Marchi
2020-02-14
1
-5
/
+6
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
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
[next]