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
/
riscv-tdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: remove uses of VLA
Simon Marchi
2024-08-02
1
-1
/
+1
*
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
*
Remove excess whitespace from doc strings of some commands
Eli Zaretskii
2024-04-16
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: remove includes of early headers
Simon Marchi
2024-03-26
1
-2
/
+0
*
Use std::string for disassembler options
Tom Tromey
2024-03-22
1
-1
/
+1
*
gdb: pass frames as `const frame_info_ptr &`
Simon Marchi
2024-02-20
1
-6
/
+6
*
gdb: RISC-V: Refine lr/sc sequence support
Yang Liu
2024-01-14
1
-39
/
+251
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...
Simon Marchi
2023-12-14
1
-4
/
+5
*
gdb: change value_of_register and value_of_register_lazy to take the next frame
Simon Marchi
2023-12-14
1
-2
/
+2
*
Remove gdb_static_assert
Tom Tromey
2023-11-29
1
-1
/
+1
*
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
-1
/
+1
*
gdb/riscv: Fix oob memory access when printing info registers
Ciaran Woodward
2023-09-05
1
-1
/
+1
*
riscv: Ensure LE instruction fetching
Branislav Brzak
2023-07-06
1
-2
/
+2
*
gdb: Fix building with latest libc++
Manoj Gupta
2023-04-29
1
-1
/
+1
*
gdb/riscv: Support c.li in prologue unwinder
Andrew Burgess
2023-04-11
1
-2
/
+6
*
gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp
Andrew Burgess
2023-04-03
1
-4
/
+231
*
gdb/riscv: support c.ldsp and c.lwsp in prologue scanner
Andrew Burgess
2023-04-03
1
-3
/
+16
*
gdb/riscv: convert riscv debug settings to new debug print scheme
Andrew Burgess
2023-04-03
1
-103
/
+120
*
gdb/riscv: add systemtap support
Andrew Burgess
2023-03-23
1
-0
/
+35
*
Turn many optimized-out value functions into methods
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn remaining value_contents functions into methods
Tom Tromey
2023-02-13
1
-3
/
+3
*
Turn some value_contents functions into methods
Tom Tromey
2023-02-13
1
-4
/
+4
*
Turn allocate_value into a static "constructor"
Tom Tromey
2023-02-13
1
-3
/
+3
*
Turn value_type into method
Tom Tromey
2023-02-13
1
-4
/
+4
*
Remove block.h includes from some tdep files
Tom Tromey
2023-02-08
1
-1
/
+0
*
gdb: make gdbarch_alloc take ownership of the tdep
Simon Marchi
2023-01-05
1
-3
/
+4
*
Fix inferior calls with variably-sized return type
Tom Tromey
2023-01-03
1
-24
/
+26
*
Convert selected architectures to gdbarch_return_value_as_value
Tom Tromey
2023-01-03
1
-2
/
+9
*
Update copyright year range in header of all files managed by GDB
Joel Brobecker
2023-01-01
1
-1
/
+1
*
Use bool constants for value_print_options
Tom Tromey
2022-12-19
1
-3
/
+3
*
gdb/riscv: correct dwarf to gdb register number mapping
Xiao Zeng
2022-12-06
1
-2
/
+2
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-2
/
+1
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-6
/
+6
*
Fix indentation in riscv-tdep.c
Tom Tromey
2022-10-06
1
-153
/
+153
*
gdb/riscv: Partial support for instructions up to 176-bit
Tsukasa OI
2022-10-04
1
-4
/
+5
*
gdb: update now gdbarch_register_name doesn't return nullptr
Andrew Burgess
2022-10-02
1
-6
/
+3
*
gdb/riscv: fix failure in gdb.base/completion.exp
Andrew Burgess
2022-10-02
1
-13
/
+12
*
gdb: remove TYPE_LENGTH
Simon Marchi
2022-09-21
1
-26
/
+26
*
gdb: remove TYPE_TARGET_TYPE
Simon Marchi
2022-09-21
1
-1
/
+1
*
gdb/riscv: better support for fflags and frm registers
Andrew Burgess
2022-08-31
1
-24
/
+194
*
gdb/riscv: improve (and fix) display of frm field in 'info registers'
Andrew Burgess
2022-08-31
1
-11
/
+13
*
gdb/riscv: improve a comment about fcsr, fflags, and frm registers
Andrew Burgess
2022-08-14
1
-14
/
+17
*
gdb/riscv: implement cannot_store_register gdbarch method
mga-sc
2022-08-10
1
-0
/
+12
*
gdb: move the type cast into gdbarch_tdep
Andrew Burgess
2022-07-21
1
-13
/
+13
*
gdb: make the pre-defined register groups const
Andrew Burgess
2022-04-07
1
-1
/
+1
*
gdb: more 'const' in gdb/reggroups.{c,h}
Andrew Burgess
2022-04-07
1
-1
/
+1
*
gdb: always add the default register groups
Andrew Burgess
2022-04-07
1
-11
/
+1
[next]