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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
linux-fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-1
/
+2
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-11
/
+13
*
Eliminate fork_info::clobber_regs
Pedro Alves
2019-03-06
1
-44
/
+35
*
linux-fork.c: rewrite inf_has_multiple_threads
Pedro Alves
2019-03-06
1
-20
/
+9
*
C++ify fork_info, use std::list
Pedro Alves
2019-03-06
1
-153
/
+108
*
Make "checkpoint" not rely on inferior_ptid
Pedro Alves
2019-03-06
1
-16
/
+28
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
gdb: Fix incorrect variable name in scoped_switch_fork_info
Andrew Burgess
2019-01-10
1
-1
/
+1
*
gdb: Improve scoped_switch_fork_info class
Andrew Burgess
2019-01-10
1
-4
/
+13
*
gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid
Andrew Burgess
2019-01-03
1
-41
/
+60
*
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
-4
/
+3
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-9
/
+9
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-1
/
+1
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-14
/
+14
*
Remove pid_to_ptid
Tom Tromey
2018-07-03
1
-1
/
+1
*
Remove ptid_build
Tom Tromey
2018-07-03
1
-1
/
+1
*
gdb: Eliminate the 'stop_pc' global
Pedro Alves
2018-06-28
1
-1
/
+2
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-3
/
+4
*
Update help text in linux-fork.c
Tom Tromey
2018-05-24
1
-2
/
+2
*
linux_nat_target: More low methods
Pedro Alves
2018-05-03
1
-1
/
+1
*
Class readonly_detached_regcache
Yao Qi
2018-02-21
1
-10
/
+8
*
Remove regcache_save and regcache_cpy
Yao Qi
2018-02-21
1
-1
/
+1
*
Remove args from target detach
Simon Marchi
2018-01-19
1
-1
/
+1
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Constify add_info
Tom Tromey
2017-11-07
1
-1
/
+1
*
Constify add_com
Tom Tromey
2017-11-07
1
-2
/
+2
*
Constify two functions in linux-fork.c
Tom Tromey
2017-09-27
1
-2
/
+2
*
Remove regcache_xfree
Tom Tromey
2017-09-25
1
-2
/
+2
*
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
-3
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Use RAII to save and restore scalars
Tom Tromey
2016-10-21
1
-5
/
+6
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
List checkpoints in ascending order
Pedro Alves
2015-11-24
1
-5
/
+30
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-1
/
+1
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+1
*
Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
Pedro Alves
2015-07-24
1
-1
/
+1
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
checkpoint: print index of new checkpoint in response message
Patrick Palka
2014-11-23
1
-3
/
+5
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
Add new infrun.h header.
Pedro Alves
2014-05-22
1
-0
/
+1
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-4
/
+5
*
change minsym representation
Tom Tromey
2014-02-26
1
-1
/
+1
*
replace XZALLOC with XCNEW
Tom Tromey
2014-01-13
1
-1
/
+1
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
[next]