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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
gcore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the memory_tagged argument for memory region callbacks
Luis Machado
2022-11-23
1
-2
/
+10
*
Change GDB to use frame_info_ptr
Tom Tromey
2022-10-10
1
-1
/
+1
*
Use gdb_bfd_ref_ptr in objfile
Tom Tromey
2022-08-03
1
-1
/
+1
*
[AArch64] MTE corefile support
Luis Machado
2022-07-19
1
-3
/
+80
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-7
/
+7
*
Reduce explicit use of gdb_stdout
Tom Tromey
2022-01-25
1
-8
/
+7
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr
Andrew Burgess
2021-11-16
1
-1
/
+1
*
gdb: make thread_info::suspend private, add getters / setters
Simon Marchi
2021-07-12
1
-2
/
+2
*
gdb: convert obj_section macros to methods
Simon Marchi
2021-06-28
1
-3
/
+3
*
gdb: make add_com_alias accept target as a cmd_list_element
Simon Marchi
2021-05-27
1
-2
/
+3
*
gdb: unify parts of the Linux and FreeBSD core dumping code
Andrew Burgess
2021-03-05
1
-0
/
+21
*
gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"
Andrew Burgess
2021-02-09
1
-136
/
+0
*
gdb: unify parts of the Linux and FreeBSD core dumping code
Andrew Burgess
2021-02-01
1
-0
/
+136
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-4
/
+4
*
Remove the exec_bfd macro
Tom Tromey
2020-10-29
1
-6
/
+7
*
Remove commented-out code from gcore.c
Tom Tromey
2020-10-29
1
-20
/
+1
*
gdb: make target_ops::make_corefile_notes return a unique ptr
Simon Marchi
2020-10-22
1
-1
/
+1
*
gdb: make gdbarch_make_corefile_notes return a unique ptr
Simon Marchi
2020-10-21
1
-2
/
+2
*
Remove target_has_execution macro
Tom Tromey
2020-09-28
1
-2
/
+2
*
Remove target_has_registers macro
Tom Tromey
2020-09-28
1
-1
/
+1
*
Remove target_has_stack macro
Tom Tromey
2020-09-28
1
-1
/
+1
*
Use gdb_bfd_sections in gcore_memory_sections
Tom Tromey
2020-09-19
1
-4
/
+6
*
gdb: Implement native dumpcore function
Kamil Rytarowski
2020-08-14
1
-8
/
+13
*
Change get_objfile_arch to a method on objfile
Tom Tromey
2020-04-18
1
-1
/
+1
*
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
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-24
/
+22
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
Use SCOPE_EXIT in write_gcore_file
Tom Tromey
2019-03-06
1
-17
/
+3
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Change all_objfiles adapter to be a method on program_space
Tom Tromey
2019-01-17
1
-2
/
+2
*
Remove ALL_OBJSECTIONS
Tom Tromey
2019-01-09
1
-52
/
+52
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Use gdb:array_view in call_function_by_hand & friends
Pedro Alves
2018-11-21
1
-1
/
+1
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-1
/
+1
*
Update core-related help strings
Tom Tromey
2018-05-24
1
-1
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Removes a cleanup from gcore.c
Tom Tromey
2017-11-26
1
-9
/
+6
*
Constify add_com
Tom Tromey
2017-11-07
1
-1
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
Stop assuming no-debug-info functions return int
Pedro Alves
2017-09-04
1
-1
/
+1
*
Use containers to avoid cleanups
Tom Tromey
2017-08-03
1
-8
/
+5
*
Introduce and use gdb::unlinker
Tom Tromey
2017-01-10
1
-26
/
+12
*
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
1
-6
/
+6
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-1
/
+2
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Change some void* to gdb_byte*
Simon Marchi
2015-10-09
1
-2
/
+2
[next]