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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
corelow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] MTE corefile support
Luis Machado
2022-07-19
1
-0
/
+62
*
Fix core-file -> detach -> crash (corefiles/29275)
Pedro Alves
2022-07-11
1
-6
/
+21
*
gdbsupport: make gdb_abspath return an std::string
Simon Marchi
2022-04-18
1
-1
/
+1
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-28
/
+28
*
PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
Aaron Merey
2022-03-21
1
-0
/
+28
*
gdb: Add soname to build-id mapping for core files
Aaron Merey
2022-03-21
1
-0
/
+11
*
Remove fall throughs in core_target::xfer_partial.
John Baldwin
2022-03-17
1
-2
/
+2
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdb: Add aliases for read_core_file_mappings callbacks
Aaron Merey
2021-11-16
1
-1
/
+1
*
gdbsupport: make gdb_open_cloexec return scoped_fd
Simon Marchi
2021-09-30
1
-1
/
+1
*
[gdb/cli] Don't assert on empty string for core-file
Tom de Vries
2021-08-30
1
-1
/
+2
*
gdb: remove gdbarch_info_init
Simon Marchi
2021-06-28
1
-1
/
+0
*
Update the core file architecture if a target description is present
Luis Machado
2021-06-25
1
-0
/
+15
*
gdb: remove push_target free functions
Simon Marchi
2021-03-23
1
-1
/
+1
*
gdb: remove unpush_target free function
Simon Marchi
2021-03-23
1
-1
/
+1
*
gdb: write target description into core file
Andrew Burgess
2021-03-05
1
-0
/
+24
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb: remove `other` parameter in read_core_file_mappings parameter
Simon Marchi
2020-11-19
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-7
/
+7
*
Remove the exec_bfd macro
Tom Tromey
2020-10-29
1
-2
/
+2
*
Add target_section constructor
Tom Tromey
2020-10-29
1
-6
/
+1
*
Fix gdb.base/corefile2.exp regression when running Docker/AUFS
Luis Machado
2020-10-22
1
-4
/
+10
*
Change target_section_table to std::vector alias
Tom Tromey
2020-10-12
1
-5
/
+5
*
build_section_table cannot fail
Tom Tromey
2020-10-12
1
-3
/
+1
*
Use a std::vector in target_section_table
Tom Tromey
2020-10-12
1
-37
/
+21
*
gdb: remove arguments from inferior_created observable
Simon Marchi
2020-10-02
1
-1
/
+1
*
Use gdb_bfd_sections in core_target_open
Tom Tromey
2020-09-19
1
-6
/
+4
*
Work around incorrect/broken pathnames in NT_FILE note
Kevin Buettner
2020-08-31
1
-8
/
+76
*
Don't output null pathname in core_target::build_file_mappings warning
Kevin Buettner
2020-08-05
1
-1
/
+1
*
Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappings
Kevin Buettner
2020-07-23
1
-1
/
+1
*
Add new command "maint print core-file-backed-mappings"
Kevin Buettner
2020-07-22
1
-0
/
+87
*
Use NT_FILE note section for reading core target memory
Kevin Buettner
2020-07-22
1
-4
/
+133
*
Provide access to non SEC_HAS_CONTENTS core file sections
Kevin Buettner
2020-07-22
1
-6
/
+41
*
section_table_xfer_memory: Replace section name with callback predicate
Kevin Buettner
2020-07-22
1
-2
/
+1
*
Report architecture-specific signal information for core files.
John Baldwin
2020-07-21
1
-1
/
+4
*
Don't write to inferior_ptid in corelow.c
Pedro Alves
2020-06-18
1
-11
/
+9
*
Remove deprecated core file functions
Christian Biesinger
2020-03-12
1
-149
/
+21
*
gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...
Simon Marchi
2020-01-13
1
-1
/
+1
*
gdb: use std::vector instead of alloca in core_target::get_core_register_section
Simon Marchi
2020-01-13
1
-6
/
+5
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Multi-target support
Pedro Alves
2020-01-10
1
-4
/
+4
*
Make target_ops::has_execution take an 'inferior *' instead of a ptid_t
Pedro Alves
2020-01-10
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)
Sergio Durigan Junior
2019-12-13
1
-2
/
+2
*
Core file build-id support
Keith Seitz
2019-12-07
1
-0
/
+25
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-1
/
+1
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
Remove Cell Broadband Engine debugging support
Ulrich Weigand
2019-09-20
1
-88
/
+0
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-9
/
+8
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-1
/
+2
[next]