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
/
stack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add line-number styling
Tom Tromey
2024-09-30
1
-1
/
+1
*
gdb, testsuite: clean duplicate header includes
Gerlicher, Klaus
2024-09-30
1
-1
/
+0
*
gdb: drop struct keyword when using bound_minimal_symbol
Simon Marchi
2024-08-12
1
-5
/
+2
*
gdb: remove unused includes in utils.h
Simon Marchi
2024-05-30
1
-0
/
+1
*
gdb: remove gdbcmd.h
Simon Marchi
2024-04-25
1
-1
/
+1
*
gdb: move execute function declarations from gdbcmd.h to top.h
Simon Marchi
2024-04-25
1
-0
/
+1
*
gdb: move annotation_level declaration/definition to annotate.{h,c}
Simon Marchi
2024-04-23
1
-8
/
+0
*
gdb: move a bunch of quit-related things to event-top.{c,h}
Simon Marchi
2024-04-23
1
-0
/
+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
*
gdb: pass frames as `const frame_info_ptr &`
Simon Marchi
2024-02-20
1
-21
/
+21
*
Fix raw-frame-arguments in combination with frame-filters
Hannes Domani
2024-02-07
1
-0
/
+2
*
gdb: remove some unnecessary frame_info_ptr resets
Simon Marchi
2024-01-31
1
-3
/
+0
*
Use domain_search_flags in lookup_symbol et al
Tom Tromey
2024-01-28
1
-2
/
+2
*
gdb: remove SYMBOL_*_OPS macros
Simon Marchi
2024-01-19
1
-9
/
+7
*
gdb: Buffer output streams during events that might download debuginfo
Aaron Merey
2024-01-19
1
-10
/
+25
*
gdb: remove unnecessary braces
Simon Marchi
2024-01-15
1
-4
/
+2
*
Update copyright year range in header of all files managed by GDB
Andrew Burgess
2024-01-12
1
-1
/
+1
*
gdb: remove VALUE_REGNUM, add value::regnum
Simon Marchi
2023-12-24
1
-2
/
+1
*
gdb: Replace gdb::optional with std::optional
Lancelot Six
2023-11-21
1
-8
/
+8
*
gdb: remove get_current_regcache
Simon Marchi
2023-11-17
1
-3
/
+3
*
Remove some frame invalidation code
Tom Tromey
2023-10-30
1
-9
/
+2
*
Use get_frame_address_in_block in print_frame
Tom Tromey
2023-08-26
1
-1
/
+1
*
gdb: add interp::on_user_selected_context_changed method
Simon Marchi
2023-05-30
1
-4
/
+4
*
gdb: Remove redundant frame switching
Richard Bunt
2023-05-19
1
-6
/
+0
*
Remove evaluate_expression
Tom Tromey
2023-05-01
1
-1
/
+1
*
Remove ALL_BLOCK_SYMBOLS
Tom Tromey
2023-02-19
1
-13
/
+6
*
Remove deprecated_lval_hack
Tom Tromey
2023-02-13
1
-3
/
+3
*
Turn many optimized-out value functions into methods
Tom Tromey
2023-02-13
1
-5
/
+5
*
Turn remaining value_contents functions into methods
Tom Tromey
2023-02-13
1
-2
/
+2
*
Turn value_contents_eq into a method
Tom Tromey
2023-02-13
1
-4
/
+4
*
Turn value_fetch_lazy into a method
Tom Tromey
2023-02-13
1
-5
/
+5
*
Turn allocate_optimized_out_value into static "constructor"
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn value_address and set_value_address functions into methods
Tom Tromey
2023-02-13
1
-1
/
+1
*
Turn value_lazy and set_value_lazy functions into methods
Tom Tromey
2023-02-13
1
-5
/
+5
*
Turn value_type into method
Tom Tromey
2023-02-13
1
-6
/
+6
*
gdb: make frame_info_ptr auto-reinflatable
Simon Marchi
2023-01-20
1
-6
/
+0
*
gdb: make frame_info_ptr grab frame level and id on construction
Simon Marchi
2023-01-20
1
-10
/
+0
*
Add new overload of gdbarch_return_value
Tom Tromey
2023-01-03
1
-3
/
+4
*
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
-1
/
+1
*
Remove subset_compare
Tom Tromey
2022-12-15
1
-3
/
+3
*
gdb: add missing prepare_reinflate call in print_frame_info
Simon Marchi
2022-11-10
1
-0
/
+2
*
gdb: remove manual frame_info reinflation code in backtrace_command_1
Simon Marchi
2022-11-10
1
-14
/
+1
*
gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_co...
Simon Marchi
2022-11-10
1
-0
/
+4
*
internal_error: remove need to pass __FILE__/__LINE__
Pedro Alves
2022-10-19
1
-2
/
+1
*
gdb/frame: Add reinflation method for frame_info_ptr
Bruno Larsen
2022-10-10
1
-0
/
+11
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-52
/
+52
*
Remove frame_id_eq
Tom Tromey
2022-10-10
1
-2
/
+2
*
gdb: remove TYPE_LENGTH
Simon Marchi
2022-09-21
1
-3
/
+3
[next]