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
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes of readline.h
Tom Tromey
2019-11-06
1
-1
/
+1
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-19
/
+15
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-2
/
+2
*
Remove exception_none
Tom Tromey
2019-04-25
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-2
/
+2
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-6
/
+4
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-10
/
+2
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-24
/
+20
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-20
/
+24
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
target_ops::to_stratum -> target_ops::stratum() virtual method
Pedro Alves
2018-11-30
1
-3
/
+2
*
Remove cleanup from try_open_exec_file
Tom Tromey
2018-09-13
1
-6
/
+5
*
Return std::string from gdb_bfd_errmsg
Tom Tromey
2018-09-13
1
-1
/
+1
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-16
/
+12
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-2
/
+2
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-81
/
+58
*
Remove new_bfd_ref
Tom Tromey
2018-04-30
1
-1
/
+1
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Create new common/pathstuff.[ch]
Sergio Durigan Junior
2018-02-28
1
-0
/
+1
*
Change openp et al to use a unique_xmalloc_ptr
Tom Tromey
2018-02-14
1
-6
/
+3
*
Move some declarations to source.h
Tom Tromey
2018-02-14
1
-0
/
+1
*
Return unique_xmalloc_ptr from some solib.c functions
Tom Tromey
2018-02-14
1
-6
/
+4
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-2
/
+0
*
Constify add_com
Tom Tromey
2017-11-07
1
-4
/
+2
*
Introduce new_bfd_ref
Tom Tromey
2017-10-20
1
-2
/
+1
*
Get rid of VEC(mem_range_s)
Simon Marchi
2017-10-16
1
-36
/
+19
*
Constify some commands in exec.c, plus symbol_file_command
Tom Tromey
2017-09-27
1
-5
/
+3
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Change gdb_realpath to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-16
/
+11
*
Change gdb_realpath_keepfile to return a unique_xmalloc_ptr
Tom Tromey
2017-08-22
1
-1
/
+1
*
Introduce gdb_argv, a class wrapper for buildargv
Tom Tromey
2017-08-03
1
-10
/
+4
*
RAII-fy make_cleanup_restore_current_thread & friends
Pedro Alves
2017-05-04
1
-9
/
+6
*
Use class to manage BFD reference counts
Tom Tromey
2017-01-10
1
-4
/
+8
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
PR 20569, segv in follow_exec
Sandra Loosemore
2016-10-26
1
-71
/
+54
*
Fix potential NULL pointer dereference
Luis Machado
2016-10-24
1
-1
/
+2
*
Fix obvious gotcha in string comparison
Luis Machado
2016-10-24
1
-1
/
+1
*
PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
Jan Kratochvil
2016-09-29
1
-1
/
+4
*
gdb: Fix std::{min, max}-related build breakage on 32-bit hosts
Pedro Alves
2016-09-18
1
-1
/
+1
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-3
/
+4
*
Plumb enum remove_bp_reason all the way to target_remove_breakpoint
Pedro Alves
2016-08-10
1
-1
/
+11
*
Debugging without a binary (regression)
Luis Machado
2016-04-13
1
-2
/
+58
*
Print the "file" command suggestion in exec_file_locate_attach
Jan Kratochvil
2016-04-06
1
-1
/
+7
*
Fix logic in exec_file_locate_attach
Gary Benson
2016-02-24
1
-3
/
+6
*
Add missing cleanup in exec_file_locate_attach
Gary Benson
2016-02-17
1
-0
/
+5
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
[C++/mingw] Misc alloca casts
Pedro Alves
2015-11-17
1
-1
/
+1
[next]