Age | Commit message (Expand) | Author | Files | Lines |
2015-02-11 | Fix adjust_pc_after_break, remove still current thread check | Pedro Alves | 1 | -2/+0 |
2015-02-10 | displaced_step_fixup may access memory from the wrong inferior/thread | Pedro Alves | 1 | -0/+4 |
2015-01-14 | PR cli/17828: -batch -ex r breaks terminal | Pedro Alves | 1 | -0/+10 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -5/+5 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -6/+6 |
2014-11-12 | Garbage collect the infwait_state global | Pedro Alves | 1 | -14/+0 |
2014-11-12 | fix skipping permanent breakpoints | Pedro Alves | 1 | -37/+134 |
2014-11-12 | add a default method for gdbarch_skip_permanent_breakpoint | Pedro Alves | 1 | -7/+1 |
2014-11-07 | Revert old nexti prologue check and eliminate in_prologue | Pedro Alves | 1 | -7/+1 |
2014-10-29 | PR 17408 - assertion failure in switch_back_to_stepped_thread | Pedro Alves | 1 | -1/+1 |
2014-10-29 | PR python/17372 - Python hangs when displaying help() | Pedro Alves | 1 | -0/+20 |
2014-10-28 | PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insns | Pedro Alves | 1 | -4/+30 |
2014-10-27 | stepi/nexti: skip signal handler if "handle nostop" signal arrives | Pedro Alves | 1 | -3/+4 |
2014-10-24 | Follow-fork message printing improvements | Don Breazeal | 1 | -24/+36 |
2014-10-15 | Non-stop + software single-step archs: don't force displaced-stepping for all... | Pedro Alves | 1 | -2/+1 |
2014-10-15 | Make single-step breakpoints be per-thread | Pedro Alves | 1 | -68/+45 |
2014-10-15 | Put single-step breakpoints on the bp_location chain | Pedro Alves | 1 | -0/+16 |
2014-10-15 | infrun.c: add for_each_just_stopped_thread | Pedro Alves | 1 | -32/+40 |
2014-10-15 | Rewrite non-continuable watchpoints handling | Pedro Alves | 1 | -90/+54 |
2014-10-15 | Decide whether we may have removed breakpoints based on step_over_info | Pedro Alves | 1 | -8/+14 |
2014-10-15 | Remove non-address bits for longjmp resume breakpoint | Andreas Arnez | 1 | -1/+4 |
2014-10-10 | infrun.c:normal_stop: Fix typo in comment | Pedro Alves | 1 | -1/+1 |
2014-10-09 | Remove unused local variable | Yao Qi | 1 | -1/+0 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-10-02 | Fix non-stop regressions caused by "breakpoints always-inserted off" changes | Pedro Alves | 1 | -19/+35 |
2014-09-30 | Refactor native follow-fork. | Don Breazeal | 1 | -4/+245 |
2014-09-25 | infrun.c:user_visible_resume_ptid: Don't check singlestep_breakpoints_inserted_p | Pedro Alves | 1 | -2/+1 |
2014-09-25 | infrun.c: comment/typo fixes | Pedro Alves | 1 | -3/+3 |
2014-09-22 | Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" | Pedro Alves | 1 | -3/+2 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-25 | Always pass signals to the right thread | Pedro Alves | 1 | -59/+34 |
2014-06-27 | Associate dummy_frame with ptid | Yao Qi | 1 | -1/+1 |
2014-06-26 | Typo fix in signal_pass initialization | Yao Qi | 1 | -1/+1 |
2014-06-19 | Fix next over threaded execl with "set scheduler-locking step". | Pedro Alves | 1 | -2/+2 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -2/+2 |
2014-06-18 | Symptom: | Luis Machado | 1 | -3/+12 |
2014-05-29 | Running the current tree against my software-single-step-on-x86_64 | Pedro Alves | 1 | -7/+13 |
2014-05-29 | infrun.c: simplify "end stepping range" code a bit. | Pedro Alves | 1 | -53/+19 |
2014-05-29 | infrun.c: stop_stepping -> stop_waiting. | Pedro Alves | 1 | -32/+32 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 1 | -1/+0 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -1/+1 |
2014-05-29 | PR gdb/13860 - Make MI sync vs async output (closer to) the same. | Pedro Alves | 1 | -63/+55 |
2014-05-29 | PR15693 - Fix spurious *running events, thread state, dprintf-style call | Pedro Alves | 1 | -11/+33 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-22 | Don't store the inferior's exit code for --return-child-result in a print rou... | Pedro Alves | 1 | -2/+3 |
2014-05-21 | PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp... | Pedro Alves | 1 | -0/+14 |
2014-05-21 | PR gdb/13860: make -interpreter-exec console "list" behave more like "list". | Pedro Alves | 1 | -1/+1 |
2014-05-13 | Remove unused variable | Simon Marchi | 1 | -74/+69 |