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
/
infrun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR gdb/19676: Disable displaced stepping if /proc not mounted
Pedro Alves
2016-03-15
1
-1
/
+2
*
Intel MPX bound violation handling
Walfred Tedeschi
2016-02-18
1
-0
/
+18
*
Fix PR 19461: strange "info thread" behavior in non-stop
Pedro Alves
2016-01-25
1
-0
/
+11
*
Fix PR threads/19422 - show which thread caused stop
Pedro Alves
2016-01-18
1
-8
/
+22
*
Per-inferior/Inferior-qualified thread IDs
Pedro Alves
2016-01-13
1
-3
/
+3
*
Centralize thread ID printing
Pedro Alves
2016-01-13
1
-1
/
+1
*
Fix PR19388: Can't access $_siginfo in breakpoint (catch signal) condition
Pedro Alves
2016-01-13
1
-21
/
+6
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop mode
Pedro Alves
2015-11-30
1
-13
/
+98
*
Remote thread create/exit events
Pedro Alves
2015-11-30
1
-1
/
+30
*
Remote all-stop-on-top-of-non-stop
Pedro Alves
2015-11-30
1
-4
/
+14
*
Fix gdb.threads/multiple-step-overs.exp fails on arm
Yao Qi
2015-11-17
1
-6
/
+9
*
Type-safe wrapper for enum flags
Pedro Alves
2015-11-17
1
-6
/
+8
*
New function displaced_step_in_progress_thread
Yao Qi
2015-11-09
1
-3
/
+19
*
Don't displaced step when there's a breakpoint in the scratch pad range
Pedro Alves
2015-10-30
1
-0
/
+23
*
garbage collect gdb/infrun.c:stop_after_trap
Pedro Alves
2015-10-22
1
-22
/
+0
*
Fix execution_direction's type
Pedro Alves
2015-10-13
1
-2
/
+14
*
Add some more casts (1/2)
Simon Marchi
2015-09-25
1
-6
/
+7
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-4
/
+4
*
infrun: scheduler-locking replay
Markus Metzger
2015-09-18
1
-6
/
+33
*
infrun: switch to NO_HISTORY thread
Markus Metzger
2015-09-18
1
-1
/
+7
*
Bail out of processing stop if hook-stop resumes target / changes context
Pedro Alves
2015-09-14
1
-13
/
+135
*
Extended-remote follow-exec
Don Breazeal
2015-09-11
1
-9
/
+8
*
Garbage collect thread continuations
Pedro Alves
2015-09-09
1
-7
/
+0
*
Convert infcalls to thread_fsm mechanism
Pedro Alves
2015-09-09
1
-89
/
+70
*
Replace "struct continuation" mechanism by something more extensible
Pedro Alves
2015-09-09
1
-49
/
+108
*
Merge async and sync code paths some more
Pedro Alves
2015-09-09
1
-20
/
+17
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-13
/
+9
*
Fix native follow-exec-mode "new"
Don Breazeal
2015-08-26
1
-3
/
+12
*
DWARF: handle non-local references in nested functions
Pierre-Marie de Rodat
2015-08-25
1
-4
/
+3
*
remote non-stop: Process initially stopped threads before other commands
Pedro Alves
2015-08-20
1
-2
/
+2
*
gdb/infrun.c: Various trivial ARI fixes.
Joel Brobecker
2015-08-10
1
-5
/
+5
*
PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced stepping
Pedro Alves
2015-08-07
1
-4
/
+11
*
Disable displaced stepping if trying it fails
Pedro Alves
2015-08-07
1
-20
/
+92
*
Implement all-stop on top of a target running non-stop mode
Pedro Alves
2015-08-07
1
-27
/
+95
*
Teach non-stop to do in-line step-overs (stop all, step, restart)
Pedro Alves
2015-08-07
1
-64
/
+1044
*
Factor out code to re-resume stepped thread
Pedro Alves
2015-08-07
1
-92
/
+106
*
Add comments to currently_stepping and target_resume
Pedro Alves
2015-08-07
1
-1
/
+3
*
Misc switch_back_to_stepped_thread cleanups
Pedro Alves
2015-08-07
1
-15
/
+18
*
Use keep_going in proceed and start_step_over too
Pedro Alves
2015-08-07
1
-288
/
+286
*
Embed the pending step-over chain in thread_info objects
Pedro Alves
2015-08-07
1
-69
/
+66
*
Make thread_still_needs_step_over consider stepping_over_watchpoint too
Pedro Alves
2015-08-07
1
-4
/
+39
*
Change adjust_pc_after_break's prototype
Pedro Alves
2015-08-07
1
-9
/
+15
*
Fix and test "checkpoint" in non-stop mode
Pedro Alves
2015-08-07
1
-9
/
+39
*
Add casts for legitimate integer to enum conversions
Simon Marchi
2015-08-06
1
-1
/
+1
*
Replace the block_found global with explicit data-flow
Pierre-Marie de Rodat
2015-08-01
1
-1
/
+2
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-1
/
+1
*
PR threads/18127 - threads spawned by infcall end up stuck in "running" state
Pedro Alves
2015-06-29
1
-18
/
+13
*
Remove gdb_sysroot NULL checks
Gary Benson
2015-06-25
1
-1
/
+1
*
inferior.h (struct inferior_suspend_state): Delete, unused.
Doug Evans
2015-06-23
1
-15
/
+0
[next]