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
/
inf-child.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-4
/
+4
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-4
/
+4
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Convert default_child_has_foo functions to process_stratum_target methods
Pedro Alves
2018-11-30
1
-30
/
+0
*
Introduce process_stratum_target
Pedro Alves
2018-11-30
1
-5
/
+0
*
Fix restoring of inferior terminal settings
Simon Marchi
2018-08-22
1
-0
/
+6
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-8
/
+28
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-12
/
+12
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-155
/
+140
*
Return gdb::optional<std::string> from target_fileio_readlink
Tom Tromey
2018-03-07
1
-8
/
+4
*
Per-inferior target_terminal state, fix PR gdb/13211, more
Pedro Alves
2018-01-30
1
-0
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-1
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-1
/
+1
*
Warn when accessing binaries from remote targets
Gary Benson
2015-08-21
1
-1
/
+2
*
Add "inferior" argument to some target_fileio functions
Gary Benson
2015-06-10
1
-4
/
+6
*
Comment and whitespace changes
Gary Benson
2015-06-10
1
-16
/
+13
*
Don't assume File-I/O mode bits match the host's format
Gary Benson
2015-06-09
1
-4
/
+4
*
Introduce new shared function fileio_to_host_openflags
Gary Benson
2015-04-21
1
-36
/
+1
*
Rename common-remote-fileio.[ch] as fileio.[ch]
Gary Benson
2015-04-09
1
-8
/
+8
*
Introduce new shared function remote_fileio_to_fio_error
Gary Benson
2015-04-09
1
-59
/
+8
*
Introduce target_fileio_fstat
Gary Benson
2015-04-02
1
-0
/
+15
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Use readlink unconditionally
Yao Qi
2014-11-28
1
-1
/
+1
*
Fix terminal state corruption when starting a program from within TUI
Patrick Palka
2014-08-27
1
-1
/
+0
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
constify to_open
Tom Tromey
2014-07-30
1
-1
/
+1
*
constify inf_child_open_target
Tom Tromey
2014-07-24
1
-1
/
+2
*
constify to_disconnect
Tom Tromey
2014-06-16
1
-1
/
+1
*
Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.
Pedro Alves
2014-05-21
1
-0
/
+7
*
Allow making GDB not automatically connect to the native target.
Pedro Alves
2014-05-21
1
-1
/
+61
*
Rename "target child" to "target native".
Pedro Alves
2014-05-21
1
-4
/
+4
*
Rename native-only terminal related functions.
Pedro Alves
2014-03-14
1
-5
/
+5
*
Don't mention "Unix" in native target name.
Pedro Alves
2014-03-13
1
-3
/
+3
*
fix regressions with target-async
Tom Tromey
2014-03-12
1
-0
/
+13
*
inf-child.c: Update comments.
Pedro Alves
2014-03-12
1
-10
/
+13
*
Add target_ops argument to to_can_use_agent
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_use_agent
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_fileio_readlink
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_fileio_unlink
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_fileio_close
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_fileio_pread
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_fileio_pwrite
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_fileio_open
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_pid_to_exec_file
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_can_run
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_post_startup_inferior
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_post_attach
Tom Tromey
2014-02-19
1
-1
/
+1
[next]