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
/
ravenscar-thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-2
/
+2
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-4
/
+4
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-6
/
+3
*
Minor Ada task cleanups
Tom Tromey
2019-02-19
1
-2
/
+0
*
Special-case wildcard requests in ravenscar-thread.c
Tom Tromey
2019-02-15
1
-2
/
+10
*
Make the ravenscar thread target multi-target-ready
Tom Tromey
2019-02-15
1
-45
/
+54
*
Minor C++-ification in ravenscar-thread.c
Tom Tromey
2019-02-15
1
-17
/
+13
*
Fix formatting in ravenscar-thread.c
Tom Tromey
2019-02-15
1
-11
/
+12
*
C++-ify ravenscar_arch_ops
Tom Tromey
2019-02-15
1
-7
/
+3
*
Exception safety in ravenscar-thread.c
Tom Tromey
2019-02-15
1
-35
/
+15
*
Fix some typos in ravenscar-thread.c
Tom Tromey
2019-02-15
1
-5
/
+5
*
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
*
Convert default_child_has_foo functions to process_stratum_target methods
Pedro Alves
2018-11-30
1
-7
/
+0
*
Fix ravenscar-thread.c to use arch_ops
Tom Tromey
2018-07-22
1
-2
/
+2
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-3
/
+3
*
Remove ptid_get_tid
Tom Tromey
2018-07-03
1
-2
/
+2
*
Remove ptid_get_lwp
Tom Tromey
2018-07-03
1
-2
/
+2
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-3
/
+3
*
Remove ptid_build
Tom Tromey
2018-07-03
1
-3
/
+3
*
Eliminate find_target_beneath
Pedro Alves
2018-06-07
1
-26
/
+13
*
Remove regcache_get_ptid
Simon Marchi
2018-05-30
1
-3
/
+3
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-8
/
+8
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-20
/
+20
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-115
/
+115
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-2
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
(Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warning
Joel Brobecker
2017-11-22
1
-1
/
+1
*
ravenscar: update inferior ptid with event ptid
Jerome Guitton
2017-11-21
1
-1
/
+3
*
(Ada) crash connecting to TSIM simulator
Joel Brobecker
2017-11-21
1
-2
/
+8
*
problem debugging ravenscar programs if runtime is stripped
Joel Brobecker
2017-11-21
1
-0
/
+8
*
Add multiple-CPU support in ravenscar-thread.c
Joel Brobecker
2017-11-21
1
-34
/
+136
*
watchpoint regression debugging with remote protocol (bare metal)
Joel Brobecker
2017-11-21
1
-0
/
+82
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-3
/
+3
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-2
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-3
/
+0
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-4
/
+4
*
Use ptid from regcache in almost all remaining nat files
Simon Marchi
2017-03-20
1
-6
/
+9
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
remove trivialy unused variables
Trevor Saunders
2016-05-07
1
-1
/
+0
*
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
*
Replace current_inferior ()->gdbarch with its wrapper target_gdbarch.
Doug Evans
2015-09-19
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
*
Push pruning old threads down to the target
Pedro Alves
2014-10-15
1
-5
/
+5
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
*
fix calls to find_target_beneath
Tom Tromey
2014-07-18
1
-2
/
+2
*
make calls to help_list use enumerator
Tom Tromey
2014-06-13
1
-1
/
+1
*
start change to progspace independence
Tom Tromey
2014-02-26
1
-1
/
+2
*
use bound_minsym as result for lookup_minimal_symbol et al
Tom Tromey
2014-02-26
1
-13
/
+14
[next]