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
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-5
/
+5
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
Make "info threads" use the gdb::option framework
Pedro Alves
2019-07-02
1
-12
/
+70
*
Fix gdb build with -std=gnu++11
Pedro Alves
2019-06-13
1
-3
/
+3
*
Make "thread apply" use the gdb::option framework
Pedro Alves
2019-06-13
1
-58
/
+200
*
"thread apply 1 -- -" vs "frame apply level 0 -- -"
Pedro Alves
2019-06-13
1
-1
/
+1
*
Make "frame apply" support -OPT options
Pedro Alves
2019-06-13
1
-4
/
+8
*
Fix TID parser bug
Pedro Alves
2019-06-13
1
-9
/
+6
*
Two minor constifications
Tom Tromey
2019-05-10
1
-1
/
+2
*
Have 'thread|frame apply' style their output.
Philippe Waroquiers
2019-04-27
1
-1
/
+2
*
Support buffer objects as handles in Inferior.thread_from_thread_handle()
Kevin Buettner
2019-04-08
1
-5
/
+5
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
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
/
+1
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-13
/
+14
*
C++-ify struct thread_fsm
Tom Tromey
2019-02-07
1
-2
/
+2
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
GDB crash re-running program on Windows (native)
Joel Brobecker
2019-01-05
1
-4
/
+6
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.
Pedro Alves
2018-11-22
1
-246
/
+100
*
Add [FLAG]... arguments to 'thread apply'.
Philippe Waroquiers
2018-07-12
1
-24
/
+109
*
Remove ptid_is_pid
Tom Tromey
2018-07-03
1
-5
/
+5
*
Remove ptid_get_pid
Tom Tromey
2018-07-03
1
-7
/
+7
*
Improve alignment of "info threads" output, align "Target Id" column
Pedro Alves
2018-06-29
1
-22
/
+43
*
gdb: Eliminate the 'stop_pc' global
Pedro Alves
2018-06-28
1
-11
/
+14
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-124
/
+105
*
Remove "struct" keyword in range-based for loops
Simon Marchi
2018-05-29
1
-1
/
+1
*
Improve on-line help for thread_apply_command and thread_apply_all_command.
Philippe Waroquiers
2018-04-20
1
-3
/
+5
*
[OB PATCH] Fix some comments in thread.c
Philippe Waroquiers
2018-04-19
1
-5
/
+4
*
Replace finish_thread_state_cleanup with a RAII class
Pedro Alves
2018-04-10
1
-10
/
+0
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-10
/
+10
*
Change enable_thread_stack_temporaries to an RAII class
Tom Tromey
2018-03-08
1
-58
/
+13
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-1
/
+0
*
Create private_thread_info hierarchy
Simon Marchi
2017-11-24
1
-10
/
+4
*
Constify execute_command
Tom Tromey
2017-11-07
1
-13
/
+3
*
Remove cmd_cfunc_ftype
Tom Tromey
2017-11-07
1
-9
/
+5
*
Constify add_info
Tom Tromey
2017-11-07
1
-3
/
+2
*
const-fy function parameter struct address_space *aspace
Yao Qi
2017-10-26
1
-1
/
+1
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-3
/
+2
*
Eliminate catch_exceptions/catch_exceptions_with_msg
Pedro Alves
2017-10-10
1
-81
/
+5
*
Constify some commands in thread.c
Tom Tromey
2017-09-27
1
-2
/
+2
*
Add target method for converting thread handle to thread_info struct pointer
Kevin Buettner
2017-09-21
1
-0
/
+12
*
Remove unnecessary calls to is_mi_like_p in print_thread_info_1
Simon Marchi
2017-09-09
1
-10
/
+5
*
Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1
Tom Tromey
2017-09-09
1
-46
/
+46
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-4
/
+0
*
Use std::string thread.c
Tom Tromey
2017-09-03
1
-22
/
+11
*
RAII-fy make_cleanup_restore_current_thread & friends
Pedro Alves
2017-05-04
1
-135
/
+106
*
make_cleanup_restore_current_thread: Look up thread earlier
Pedro Alves
2017-05-04
1
-5
/
+5
[next]