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
*
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
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+2
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Fix attach-pie-noexec.exp fail on native-extended-gdbserver
Yao Qi
2015-07-13
1
-1
/
+1
*
Remove gdb_sysroot NULL checks
Gary Benson
2015-06-25
1
-2
/
+1
*
Allow passing fd == NULL to exec_file_find and solib_find
Gary Benson
2015-04-29
1
-7
/
+1
*
Use gdb_sysroot for main executable on attach
Gary Benson
2015-04-17
1
-8
/
+24
*
Introduce exec_file_locate_attach
Gary Benson
2015-04-17
1
-0
/
+31
*
Update exec_file_attach to cope with "target:" filenames
Gary Benson
2015-04-02
1
-19
/
+54
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
constify to_open
Tom Tromey
2014-07-30
1
-1
/
+1
*
constify exec_file_attach
Tom Tromey
2014-07-30
1
-1
/
+1
*
remove using_exec_ops global
Tom Tromey
2014-07-25
1
-21
/
+11
*
make exec_ops static
Tom Tromey
2014-07-18
1
-1
/
+1
*
move exec_make_note_section earlier
Tom Tromey
2014-07-18
1
-7
/
+5
*
resize_section_table cleanup
Doug Evans
2014-06-03
1
-13
/
+19
*
fix regressions with target-async
Tom Tromey
2014-03-12
1
-2
/
+0
*
make "file" use the BFD cache better
Tom Tromey
2014-02-26
1
-4
/
+12
*
Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE
Yao Qi
2014-02-24
1
-2
/
+2
*
Adjust read_value_memory to use to_xfer_partial
Yao Qi
2014-02-23
1
-1
/
+6
*
Use new to_xfer_partial interface in ctf and tfile target
Yao Qi
2014-02-23
1
-0
/
+54
*
Share code on to_xfer_partial for tfile and ctf target
Yao Qi
2014-02-23
1
-0
/
+47
*
remove exec_set_find_memory_regions
Tom Tromey
2014-02-19
1
-20
/
+2
*
Add target_ops argument to to_make_corefile_notes
Tom Tromey
2014-02-19
1
-2
/
+2
*
Add target_ops argument to to_find_memory_regions
Tom Tromey
2014-02-19
1
-1
/
+13
*
Add target_ops argument to to_close
Tom Tromey
2014-02-19
1
-1
/
+1
*
Return target_xfer_status in to_xfer_partial
Yao Qi
2014-02-11
1
-7
/
+21
*
Replace -1 with TARGET_XFER_E_IO
Yao Qi
2014-02-07
1
-1
/
+1
*
target, breakpoint: allow insert/remove breakpoint to be forwarded
Markus Metzger
2014-01-16
1
-1
/
+2
*
Change to_xfer_partial 'len' type to ULONGEST.
Yao Qi
2014-01-14
1
-3
/
+3
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
remove gdb_stat.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
Create target sections for user-added symbol files.
Nicolas Blanc
2013-10-29
1
-0
/
+45
*
Improve Executable displayed path (PR 15415 regression kind #2)
Jan Kratochvil
2013-10-13
1
-1
/
+1
*
Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
Jan Kratochvil
2013-09-04
1
-5
/
+2
*
PR gdb/15415
Jan Kratochvil
2013-08-28
1
-5
/
+19
*
2013-07-22 Doug Evans <dje@google.com>
Jan Kratochvil
2013-07-22
1
-7
/
+10
*
* target.h (struct target_section): Delete member bfd.
Doug Evans
2013-07-16
1
-20
/
+28
*
Reimplement shared library support on ppc-aix...
Joel Brobecker
2013-05-06
1
-120
/
+0
*
gdb/
Yao Qi
2013-03-29
1
-1
/
+1
*
gdb/
Jan Kratochvil
2013-03-20
1
-1
/
+1
*
2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
Aleksandar Ristovski
2013-01-31
1
-7
/
+1
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
[next]