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
/
gdbthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Remove stop_registers
Jan Kratochvil
2015-05-13
1
-1
/
+1
*
update thread list, delete exited threads
Pedro Alves
2015-04-07
1
-5
/
+9
*
Make "set scheduler-locking step" depend on user intention, only
Pedro Alves
2015-03-24
1
-0
/
+5
*
Make step_start_function be per thread
Pedro Alves
2015-03-24
1
-0
/
+3
*
C++ keyword cleanliness, mostly auto-generated
Pedro Alves
2015-02-27
1
-1
/
+1
*
Print current thread after loading a core file
Jan Kratochvil
2015-01-22
1
-0
/
+2
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Enable chained function calls in C++ expressions.
Siva Chandra
2014-11-28
1
-0
/
+23
*
PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insns
Pedro Alves
2014-10-28
1
-0
/
+5
*
Fix some comments to say minus_one_ptid instead of PID == -1.
Doug Evans
2014-10-19
1
-3
/
+3
*
remote: get rid of all the T packets when syncing the thread list
Pedro Alves
2014-10-15
1
-0
/
+8
*
Push pruning old threads down to the target
Pedro Alves
2014-10-15
1
-0
/
+4
*
Make single-step breakpoints be per-thread
Pedro Alves
2014-10-15
1
-0
/
+20
*
Rewrite non-continuable watchpoints handling
Pedro Alves
2014-10-15
1
-0
/
+5
*
Fix non-stop regressions caused by "breakpoints always-inserted off" changes
Pedro Alves
2014-10-02
1
-0
/
+3
*
Reduce Hg packet (select remote general thread) bouncing
Pedro Alves
2014-10-02
1
-3
/
+4
*
Always pass signals to the right thread
Pedro Alves
2014-07-25
1
-1
/
+7
*
Revert gdbthread.h (any_running): Declare.
Doug Evans
2014-07-10
1
-3
/
+0
*
* gdbthread.h (any_running): Declare.
Doug Evans
2014-07-10
1
-0
/
+3
*
Remove any_running
Yao Qi
2014-06-19
1
-3
/
+0
*
Use enum thread_state
Yao Qi
2014-06-19
1
-8
/
+6
*
Fix next over threaded execl with "set scheduler-locking step".
Pedro Alves
2014-06-19
1
-3
/
+5
*
PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...
Pedro Alves
2014-05-21
1
-0
/
+5
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
* aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
Luis Machado
2013-09-30
1
-3
/
+3
*
range stepping: gdb
Pedro Alves
2013-05-23
1
-0
/
+8
*
Factor out in-stepping-range checks.
Pedro Alves
2013-05-23
1
-0
/
+4
*
Add branch trace information to struct thread_info.
Markus Metzger
2013-03-11
1
-0
/
+4
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
gdb/
Pedro Alves
2012-06-28
1
-0
/
+7
*
gdb/
Jan Kratochvil
2012-06-18
1
-1
/
+3
*
gdb/
Pedro Alves
2012-05-24
1
-1
/
+1
[next]