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
/
inferior.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable 'set print inferior-events' and improve detach/fork/kill/exit messages
Sergio Durigan Junior
2018-04-24
1
-9
/
+9
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-7
/
+8
*
C++ify program_space
Simon Marchi
2018-03-02
1
-2
/
+2
*
Reset inferior::control on inferior exit
Yao Qi
2018-02-15
1
-0
/
+2
*
Make linux_nat_detach/thread_db_detach use the inferior parameter
Simon Marchi
2018-01-19
1
-2
/
+13
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Create private_inferior class hierarchy
Simon Marchi
2017-11-24
1
-2
/
+2
*
Constify add_info
Tom Tromey
2017-11-07
1
-2
/
+2
*
Constify add_com
Tom Tromey
2017-11-07
1
-3
/
+3
*
Constify some commands in inferior.c
Tom Tromey
2017-09-27
1
-3
/
+3
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Introduce gdb_argv, a class wrapper for buildargv
Tom Tromey
2017-08-03
1
-18
/
+8
*
Introduce and use ui_out_emit_table
Tom Tromey
2017-08-03
1
-5
/
+1
*
C++ify gdb/common/environ.c
Sergio Durigan Junior
2017-06-20
1
-3
/
+1
*
RAII-fy make_cleanup_restore_current_thread & friends
Pedro Alves
2017-05-04
1
-26
/
+3
*
Use ui_out_emit_tuple
Tom Tromey
2017-04-22
1
-4
/
+1
*
Fix removing inferiors from within "thread apply" commands
Pedro Alves
2017-04-19
1
-4
/
+8
*
Make inferior a class with cdtors, and use new/delete
Pedro Alves
2017-04-13
1
-19
/
+16
*
GC inferior.c:init_inferior_list
Pedro Alves
2017-04-13
1
-18
/
+0
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-1
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Class-ify ui_out
Simon Marchi
2016-12-22
1
-19
/
+20
*
Avoid PATH_MAX usage
Thomas Schwinge
2016-12-09
1
-10
/
+5
*
Remove unnecessary inferior lookup in inferior_command
Simon Marchi
2016-12-06
1
-3
/
+0
*
Remove verbosity from ui_out_message and friends
Simon Marchi
2016-11-26
1
-1
/
+1
*
PR 20569, segv in follow_exec
Sandra Loosemore
2016-10-26
1
-1
/
+5
*
gdb: Free inferior->priv when inferior exits
Pedro Alves
2016-10-26
1
-0
/
+3
*
Convert tid_range_parser and get_number_or_range to classes
Pedro Alves
2016-10-13
1
-20
/
+12
*
Emit inferior, thread and frame selection events to all UIs
Antoine Tremblay
2016-10-03
1
-17
/
+23
*
Fix remove-inferior error message
Simon Marchi
2016-08-17
1
-1
/
+1
*
Remove stale comment
Simon Marchi
2016-08-17
1
-2
/
+0
*
Centralize thread ID printing
Pedro Alves
2016-01-13
1
-2
/
+2
*
Add a new $_inferior convenience variable
Pedro Alves
2016-01-13
1
-0
/
+21
*
Reapply: List inferiors/threads/pspaces in ascending order
Pedro Alves
2016-01-12
1
-2
/
+11
*
testsuite: Fix false FAILs on too long base directory
Jan Kratochvil
2016-01-11
1
-11
/
+2
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Target remote mode fork and exec event support
Don Breazeal
2015-12-14
1
-6
/
+25
*
List inferiors/threads/pspaces in ascending order
Pedro Alves
2015-11-24
1
-2
/
+11
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-2
/
+3
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Fix invoking "[kill|detach] inferiors" on inferiors that are not running
Patrick Palka
2015-08-15
1
-0
/
+10
*
Delete program spaces directly when removing inferiors
Simon Marchi
2015-07-08
1
-31
/
+8
*
Revert "Delete program spaces directly when removing inferiors"
Simon Marchi
2015-07-08
1
-8
/
+31
*
Delete program spaces directly when removing inferiors
Simon Marchi
2015-07-08
1
-31
/
+8
*
Fix =thread-exited not showing up when detaching (PR 15564)
Simon Marchi
2015-06-02
1
-1
/
+1
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
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
*
Introduce utility function find_inferior_ptid
Simon Marchi
2014-12-15
1
-0
/
+8
*
Reduce Hg packet (select remote general thread) bouncing
Pedro Alves
2014-10-02
1
-2
/
+5
*
Exit code of exited inferiors in -list-thread-groups
Simon Marchi
2014-10-01
1
-2
/
+2
[next]