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
/
gdbthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
1
-1
/
+0
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-4
/
+4
*
Two minor constifications
Tom Tromey
2019-05-10
1
-1
/
+2
*
Support buffer objects as handles in Inferior.thread_from_thread_handle()
Kevin Buettner
2019-04-08
1
-2
/
+2
*
Update two cleanup comments
Tom Tromey
2019-03-06
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Use forward_scope_exit for scoped_finish_thread_state
Pedro Alves
2019-01-23
1
-25
/
+3
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Remove declarations of is_running/is_stopped/is_exited
Pedro Alves
2018-11-23
1
-26
/
+22
*
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.
Pedro Alves
2018-11-22
1
-28
/
+66
*
Use new and delete for struct infcall_control_state
Tom Tromey
2018-09-17
1
-17
/
+17
*
Use new and delete for struct infcall_suspend_state
Tom Tromey
2018-09-17
1
-6
/
+6
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-1
/
+1
*
gdb: Eliminate the 'stop_pc' global
Pedro Alves
2018-06-28
1
-6
/
+14
*
gdb: For macOS, s/thread_info/struct thread_info/
Pedro Alves
2018-06-25
1
-14
/
+14
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-46
/
+45
*
Replace finish_thread_state_cleanup with a RAII class
Pedro Alves
2018-04-10
1
-4
/
+27
*
Change enable_thread_stack_temporaries to an RAII class
Tom Tromey
2018-03-08
1
-9
/
+38
*
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
-7
/
+11
*
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
-1
/
+1
*
Eliminate catch_exceptions/catch_exceptions_with_msg
Pedro Alves
2017-10-10
1
-0
/
+6
*
Add target method for converting thread handle to thread_info struct pointer
Kevin Buettner
2017-09-21
1
-0
/
+4
*
Use DISABLE_COPY_AND_ASSIGN
Yao Qi
2017-09-19
1
-5
/
+1
*
Share parts of gdb/gdbthread.h with gdbserver
Sergio Durigan Junior
2017-06-07
1
-4
/
+1
*
RAII-fy make_cleanup_restore_current_thread & friends
Pedro Alves
2017-05-04
1
-1
/
+21
*
gdbthread.h: Fix comment typo
Pedro Alves
2017-04-19
1
-1
/
+1
*
Fix removing inferiors from within "thread apply" commands
Pedro Alves
2017-04-19
1
-24
/
+21
*
Don't delete thread_info if refcount isn't zero
Yao Qi
2017-04-10
1
-5
/
+28
*
Add constructor and destructor to thread_info
Yao Qi
2017-03-29
1
-25
/
+29
*
thread: add can_access_registers_ptid
Markus Metzger
2017-02-01
1
-0
/
+4
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Emit inferior, thread and frame selection events to all UIs
Antoine Tremblay
2016-10-03
1
-0
/
+4
*
Push thread->control.command_interp to the struct thread_fsm
Pedro Alves
2016-06-21
1
-5
/
+0
*
Fix PR threads/19422 - show which thread caused stop
Pedro Alves
2016-01-18
1
-0
/
+5
*
Add $_gthread convenience variable
Pedro Alves
2016-01-13
1
-1
/
+2
*
Implement "info threads -gid"
Pedro Alves
2016-01-13
1
-2
/
+2
*
Per-inferior/Inferior-qualified thread IDs
Pedro Alves
2016-01-13
1
-15
/
+80
*
Centralize thread ID printing
Pedro Alves
2016-01-13
1
-0
/
+4
*
Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) condition
Pedro Alves
2016-01-13
1
-0
/
+5
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Remote all-stop-on-top-of-non-stop
Pedro Alves
2015-11-30
1
-1
/
+6
*
Garbage collect thread continuations
Pedro Alves
2015-09-09
1
-12
/
+0
*
Replace "struct continuation" mechanism by something more extensible
Pedro Alves
2015-09-09
1
-3
/
+8
*
Teach non-stop to do in-line step-overs (stop all, step, restart)
Pedro Alves
2015-08-07
1
-0
/
+32
*
Use keep_going in proceed and start_step_over too
Pedro Alves
2015-08-07
1
-2
/
+4
*
Embed the pending step-over chain in thread_info objects
Pedro Alves
2015-08-07
1
-0
/
+23
*
inferior.h (struct inferior_suspend_state): Delete, unused.
Doug Evans
2015-06-23
1
-3
/
+1
[next]