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
*
[gdb/contrib] Add two rules in common-misspellings.txt
Tom de Vries
2024-11-23
1
-6
/
+6
*
[gdb/tdep] Fix recording of T1 push
Tom de Vries
2024-11-13
1
-4
/
+6
*
[gdb] Fix common misspellings
Tom de Vries
2024-10-06
1
-4
/
+4
*
gdb: pass inferior to gdbarch_update_p
Simon Marchi
2024-08-12
1
-1
/
+1
*
gdb: add program_space parameter to lookup_minimal_symbol
Simon Marchi
2024-08-12
1
-2
/
+3
*
gdb: make lookup_minimal_symbol objf and sfile parameters optional
Simon Marchi
2024-08-12
1
-3
/
+2
*
gdb: drop struct keyword when using bound_minimal_symbol
Simon Marchi
2024-08-12
1
-11
/
+7
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+1
*
gdb: move store/extract integer functions to extract-store-integer.{c,h}
Simon Marchi
2024-04-22
1
-0
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-1
/
+0
*
Use std::string for disassembler options
Tom Tromey
2024-03-22
1
-2
/
+2
*
Constify get_disassembler_options
Tom Tromey
2024-03-22
1
-1
/
+1
*
gdb: pass frames as `const frame_info_ptr &`
Simon Marchi
2024-02-20
1
-37
/
+37
*
[gdb/tdep] Fix reverse execution of LDR(immediate) T4
Tom de Vries
2024-02-13
1
-0
/
+8
*
[gdb/tdep] Fix use-after-free in arm_exidx_fill_cache
Tom de Vries
2024-02-05
1
-1
/
+1
*
gdb/arm: Fix epilogue frame id
Thiago Jung Bauermann
2024-01-24
1
-1
/
+1
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: migrate arm to new gdbarch_pseudo_register_write
Simon Marchi
2023-12-14
1
-26
/
+36
*
gdb: migrate arm to gdbarch_pseudo_register_read_value
Simon Marchi
2023-12-14
1
-32
/
+44
*
gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...
Simon Marchi
2023-12-14
1
-1
/
+1
*
gdb: change value_of_register and value_of_register_lazy to take the next frame
Simon Marchi
2023-12-14
1
-2
/
+2
*
gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h
Simon Marchi
2023-12-14
1
-2
/
+3
*
Use C++17 [[fallthrough]] attribute
Tom Tromey
2023-11-29
1
-1
/
+1
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-2
/
+2
*
gdb/arm: remove thumb bit in arm_adjust_breakpoint_address
Simon Marchi
2023-11-07
1
-3
/
+6
*
Fix fixed-point "return" on ARM
Tom Tromey
2023-10-30
1
-3
/
+15
*
Fix range-type "return" command on ARM
Tom Tromey
2023-10-30
1
-0
/
+3
*
Fix "finish" for vector types on ARM
Tom Tromey
2023-10-30
1
-20
/
+6
*
Fix "finish" with range types on ARM
Tom Tromey
2023-10-30
1
-0
/
+3
*
Fix calls with small integers on ARM
Tom Tromey
2023-10-30
1
-3
/
+0
*
gdb: remove target_gdbarch
Simon Marchi
2023-10-10
1
-7
/
+8
*
gdb: add all_objfiles_removed observer
Simon Marchi
2023-10-05
1
-1
/
+1
*
Remove explanatory comments from includes
Tom Tromey
2023-09-20
1
-2
/
+2
*
gdb: remove TYPE_FIELD_BITSIZE
Simon Marchi
2023-08-31
1
-1
/
+1
*
[AArch64,arm] Fix some formatting issues in the aarch64/arm codebase
Luis Machado
2023-06-09
1
-11
/
+11
*
Fix PR30369 regression on aarch64/arm (PR30506)
Tom de Vries
2023-06-07
1
-3
/
+18
*
[gdb] Fix more typos
Tom de Vries
2023-06-05
1
-1
/
+1
*
Remove ALL_OBJFILE_OSECTIONS
Tom Tromey
2023-05-07
1
-3
/
+1
*
Replace field_is_static with a method
Tom Tromey
2023-05-01
1
-1
/
+1
*
gdb: fix reg corruption from displaced stepping on amd64
Andrew Burgess
2023-04-06
1
-1
/
+25
*
gdb/arm: Fix backtrace for pthread_cond_timedwait
Jan Kratochvil
2023-04-01
1
-17
/
+25
*
Unify arch_float_type and init_float_type
Tom Tromey
2023-03-18
1
-3
/
+6
*
gdb: add gdbarch::displaced_step_buffer_length
Andrew Burgess
2023-03-13
1
-1
/
+3
*
gdb, gdbserver, gdbsupport: fix whitespace issues
Simon Marchi
2023-03-09
1
-1
/
+1
*
Remove old GNU indent directives
Tom Tromey
2023-02-27
1
-2
/
+0
*
Turn remaining value_contents functions into methods
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn some value_contents functions into methods
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn allocate_value into a static "constructor"
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn value_type into method
Tom Tromey
2023-02-13
1
-3
/
+3
*
gdb/arm: Use new dwarf2 function cache
Torbjörn SVENSSON
2023-01-25
1
-32
/
+65
[next]