aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-26 PR breakpoints/11531.Pierre Muller1-22/+0
2010-03-25 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:Tom Tromey1-4/+4
2010-03-14 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.Pedro Alves1-2/+1
2010-02-24 PR gdb/11321Pedro Alves1-1/+81
2010-02-24 Per-process displaced stepping queue.Pedro Alves1-86/+199
2010-02-24 * inferior.h (ptid_match): Declare.Pedro Alves1-0/+20
2010-02-24 * tracepoint.h (set_traceframe_number)Pedro Alves1-0/+11
2010-02-08 * infrun.c (handle_inferior_event): Do not look up regcacheUlrich Weigand1-9/+11
2010-01-29 * infrun.c (prepare_to_proceed): Handle other signals which mightDaniel Jacobowitz1-21/+29
2010-01-19Delete unused or undefined functions.Joel Brobecker1-20/+8
2010-01-09GDB crash while stepping into function.Joel Brobecker1-0/+5
2010-01-08gdb/Jan Kratochvil1-1/+1
2010-01-08 Fix multiexec race.Vladimir Prus1-1/+2
2010-01-052010-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-11-20 * infrun.c (handle_inferior_event): Hardware hatchpoint traps arePedro Alves1-0/+16
2009-11-17gdb/Jan Kratochvil1-0/+5
2009-11-15 * infrun.c (handle_inferior_event): When handling a fork or vforkPedro Alves1-1/+5
2009-11-15 * breakpoint.c (should_be_inserted): Don't insert breakpoints ifPedro Alves1-0/+1
2009-11-132009-11-13 Pedro Alves <pedro@codesourcery.com>Daniel Jacobowitz1-0/+4
2009-10-28 * infrun.c (keep_going): Wrap with resume_cleanups.Pedro Alves1-0/+7
2009-10-222009-10-22 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+1
2009-10-202009-10-20 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>Michael Snyder1-0/+2
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-30/+368
2009-10-09 * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG andPedro Alves1-33/+31
2009-10-02 * linux-nat.c (TRAP_IS_SYSCALL, TRAP_REMOVE_SYSCALL_FLAG): Delete.Pedro Alves1-33/+27
2009-09-29 * gdbarch.sh (displaced_step_hw_singlestep): New callback.Ulrich Weigand1-16/+16
2009-09-15Implementing catch syscall.Sergio Durigan Junior1-6/+82
2009-09-13 gdb/Joel Brobecker1-2/+14
2009-08-21 * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.Doug Evans1-1/+1
2009-08-20 Add interface for JIT code generation.Doug Evans1-0/+19
2009-08-14 * ui-file.h (ui_file_xstrdup): Mention that the length argumentPedro Alves1-2/+1
2009-07-30 * infrun.c (displaced_step_fixup): If this is a softwareJulian Brown1-11/+22
2009-07-28 * infrun.c (handle_inferior_event): Clear trap_expected afterDaniel Jacobowitz1-0/+1
2009-07-20 * infrun.c (wait_for_inferior): Invalidate registers and overlayUlrich Weigand1-36/+16
2009-07-182009-07-18 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+35
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-24/+33
2009-07-02 * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand1-17/+27
2009-07-02 * gdbtypes.h (struct builtin_type): Add internal_fn member.Ulrich Weigand1-16/+8
2009-06-29 * infrun.c (handle_inferior_event): Context switch to the newPedro Alves1-0/+2
2009-06-28 gdb/Daniel Jacobowitz1-18/+129
2009-06-28 * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz1-6/+8
2009-06-272009-06-27 Michael Snyder <msnyder@vmware.com>Michael Snyder1-32/+35
2009-06-24 * eval.c (evaluate_subexp_standard): Use expression architectureUlrich Weigand1-3/+1
2009-06-182009-06-14 Hui Zhu <teawater@gmail.com>Michael Snyder1-4/+15
2009-06-182009-06-18 Hui Zhu <teawater@gmail.com>Michael Snyder1-2/+10
2009-06-17 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,Ulrich Weigand1-1/+1
2009-06-17 * infrun.c (cleanup_displaced_step_closure): Remove.Ulrich Weigand1-20/+16
2009-06-17ChangeLog:Ulrich Weigand1-41/+53
2009-06-11gdb/Pedro Alves1-10/+52