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
/
aix-thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-14
/
+11
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-11
/
+14
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-10
/
+3
*
Fix build errors in aix-thread.c
gdb-8.3-branchpoint
Simon Marchi
2019-02-26
1
-7
/
+0
*
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 ptid_get_tid
Tom Tromey
2018-07-03
1
-4
/
+4
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-4
/
+4
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-10
/
+10
*
Remove pid_to_ptid
Tom Tromey
2018-07-03
1
-5
/
+5
*
Remove ptid_build
Tom Tromey
2018-07-03
1
-2
/
+2
*
gdb: Fix build on several hosts/ports
Pedro Alves
2018-06-25
1
-2
/
+2
*
Fix "beneath" conversion on AIX
Sergio Durigan Junior
2018-06-14
1
-1
/
+1
*
Eliminate find_target_beneath
Pedro Alves
2018-06-07
1
-19
/
+10
*
Remove regcache_raw_collect
Simon Marchi
2018-05-30
1
-26
/
+20
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-25
/
+20
*
Remove regcache_register_status
Simon Marchi
2018-05-30
1
-37
/
+30
*
Remove regcache_get_ptid
Simon Marchi
2018-05-30
1
-4
/
+4
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-6
/
+8
*
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
-76
/
+85
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-3
/
+3
*
Pass inferior down to target_detach and to_detach
Simon Marchi
2018-01-19
1
-2
/
+2
*
Remove args from target detach
Simon Marchi
2018-01-19
1
-2
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Create private_thread_info hierarchy
Simon Marchi
2017-11-24
1
-18
/
+39
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-14
/
+14
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Remove save_inferior_ptid
Tom Tromey
2017-08-18
1
-13
/
+10
*
Fix build error in aix-thread.c
Simon Marchi
2017-04-12
1
-1
/
+1
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-2
/
+2
*
aix-thread: Use ptid from regcache instead of inferior_ptid
Simon Marchi
2017-03-13
1
-7
/
+7
*
Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy
Pedro Alves
2017-02-02
1
-10
/
+8
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Fix AIX gdb build with C++ compiler
Pedro Alves
2016-04-21
1
-4
/
+4
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-4
/
+4
*
garbage collect target_decr_pc_after_break
Pedro Alves
2015-03-04
1
-1
/
+1
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-16
/
+16
*
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
-1
/
+0
*
Include gdb_assert.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
fix regressions with target-async
Tom Tromey
2014-03-12
1
-8
/
+6
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-2
/
+3
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-6
/
+8
*
change minsym representation
Tom Tromey
2014-02-26
1
-2
/
+2
*
Add target_ops argument to to_get_ada_task_ptid
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_extra_thread_info
Tom Tromey
2014-02-19
1
-1
/
+2
*
Update comments to to_xfer_partial implementations.
Yao Qi
2014-02-11
1
-3
/
+1
*
Return target_xfer_status in to_xfer_partial
Yao Qi
2014-02-11
1
-5
/
+5
[next]