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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename gdb/ChangeLog to gdb/ChangeLog-2021
Joel Brobecker
2021-07-06
1
-7545
/
+0
*
[gdb/symtab] Fix skipping of import of C++ CU
Tom de Vries
2021-07-06
1
-0
/
+10
*
Update NEWS post GDB 11 branch creation.
Joel Brobecker
2021-07-03
1
-0
/
+6
*
Bump version to 12.0.50.DATE-git.
Joel Brobecker
2021-07-03
1
-0
/
+5
*
Use 'bool' more idiomatically in dwarf_decode_lines
Tom Tromey
2021-07-03
1
-0
/
+5
*
Use 'const' in ada-exp.y
Tom Tromey
2021-07-02
1
-0
/
+5
*
Document TUI improvements in the manual & NEWS
Pedro Alves
2021-07-02
1
-0
/
+8
*
Linux: Access memory even if threads are running
Pedro Alves
2021-07-01
1
-0
/
+19
*
gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT
Simon Marchi
2021-06-29
1
-0
/
+8
*
gdb: add names to unwinders, add debug messages when looking for unwinder
Simon Marchi
2021-06-29
1
-0
/
+7
*
gdb: introduce frame_debug_printf
Simon Marchi
2021-06-29
1
-0
/
+8
*
gdb: make frame_debug a boolean
Simon Marchi
2021-06-29
1
-0
/
+6
*
gdb: remove duplicate declaration of 'find_thread_ptid'
Tankut Baris Aktemur
2021-06-29
1
-0
/
+4
*
gdb: use gdb_bfd_count_sections in macho_symfile_offsets
Simon Marchi
2021-06-28
1
-0
/
+6
*
gdb: convert obj_section macros to methods
Simon Marchi
2021-06-28
1
-0
/
+16
*
gdb: add .flake8 file
Simon Marchi
2021-06-28
1
-0
/
+4
*
Sanitize the address before working with allocation tags
Luis Machado
2021-06-28
1
-0
/
+8
*
Fix FFR register size for core files.
Luis Machado
2021-06-28
1
-0
/
+5
*
Fix tag_ctl register size in the core file.
Luis Machado
2021-06-28
1
-0
/
+8
*
gdb: remove gdbarch_info_init
Simon Marchi
2021-06-28
1
-0
/
+8
*
gdb: remove gdbarch_info::tdep_info
Simon Marchi
2021-06-28
1
-0
/
+6
*
gdb/remote: Use true/false instead of 1/0
Andrew Burgess
2021-06-28
1
-0
/
+5
*
gdb/guile: use return values of add_setshow functions in add_setshow_generic
Simon Marchi
2021-06-25
1
-0
/
+10
*
gdb: remove context parameter from add_setshow_enum_cmd
Simon Marchi
2021-06-25
1
-0
/
+8
*
gdb: add assert in cmd_list_element::set_context
Simon Marchi
2021-06-25
1
-0
/
+5
*
gdb: add context getter/setter to cmd_list_element
Simon Marchi
2021-06-25
1
-0
/
+11
*
gdb: change info sources to group results by objfile
Andrew Burgess
2021-06-25
1
-0
/
+14
*
gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-files
Andrew Burgess
2021-06-25
1
-0
/
+25
*
gdb/mi: add regexp filtering to -file-list-exec-source-files
Andrew Burgess
2021-06-25
1
-0
/
+27
*
gdb: make struct output_source_filename_data more C++ like
Andrew Burgess
2021-06-25
1
-0
/
+29
*
gdb: add new function quick_symbol_functions::has_unexpanded_symbols
Andrew Burgess
2021-06-25
1
-0
/
+16
*
gdb: fix invalid arg coercion when calling static member functions
Andrew Burgess
2021-06-25
1
-0
/
+5
*
gdb: use gdb::optional instead of passing a pointer to gdb::array_view
Andrew Burgess
2021-06-25
1
-0
/
+29
*
gdb: replace NULL terminated array with array_view
Andrew Burgess
2021-06-25
1
-0
/
+12
*
gdb: fix regression in evaluate_funcall for non C++ like cases
Andrew Burgess
2021-06-25
1
-0
/
+10
*
Change how .debug_aranges padding is skipped
Tom Tromey
2021-06-25
1
-0
/
+5
*
Remove dwarf2_cu::language
Tom Tromey
2021-06-25
1
-0
/
+24
*
Consolidate CU language setting
Tom Tromey
2021-06-25
1
-0
/
+7
*
gdb/python: allow for catchpoint type breakpoints in python
Andrew Burgess
2021-06-25
1
-0
/
+7
*
gdb/guile: allow for catchpoint type breakpoints in guile
Andrew Burgess
2021-06-25
1
-0
/
+8
*
gdb/guile: improve the errors when creating breakpoints
Andrew Burgess
2021-06-25
1
-0
/
+6
*
Use gdb::function_view in addrmap_foreach
Tom Tromey
2021-06-25
1
-0
/
+21
*
Decode Ada types in Python layer
Tom Tromey
2021-06-25
1
-0
/
+4
*
Add non-wrapping mode to ada_decode
Tom Tromey
2021-06-25
1
-0
/
+5
*
Update the core file architecture if a target description is present
Luis Machado
2021-06-25
1
-0
/
+5
*
gdb: fix python/lib/gdb/__init__.py formatting
Simon Marchi
2021-06-22
1
-0
/
+4
*
gdb: remove unnecessary parameter wait_ptid from do_target_wait
Simon Marchi
2021-06-22
1
-0
/
+5
*
gdb/python: print name of unwinder that claimed frame in debug message
Simon Marchi
2021-06-22
1
-0
/
+7
*
gdb: Support DW_LLE_start_end
Andreas Schwab
2021-06-22
1
-0
/
+6
*
gdb/remote: handle target dying just before a stepi
Andrew Burgess
2021-06-22
1
-0
/
+6
[next]