aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30constify some cli-utils stuffTom Tromey1-1/+1
2014-07-25Always pass signals to the right threadPedro Alves1-1/+1
2014-07-21Remove operator BINOP_RANGEYao Qi1-1/+0
2014-07-21Remove operator BINOP_INYao Qi1-1/+0
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey1-2/+1
2014-06-27Associate dummy_frame with ptidYao Qi1-4/+4
2014-06-18constify some blockvector APIsTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-06-18Symptom:Luis Machado1-8/+12
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves1-12/+13
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-03User breakpoint ignored if software-single-step at same locationJoel Brobecker1-17/+124
2014-06-02Installing a breakpoint on top of a dprintf makes GDB lose control.Pedro Alves1-4/+16
2014-06-02dprintf-style agent can't explain a trap.Pedro Alves1-0/+18
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-04-23Stale breakpoint instructions, spurious SIGTRAPS.Pedro Alves1-12/+59
2014-04-23Don't suppress errors inserting/removing hardware breakpoints in sharedPedro Alves1-6/+8
2014-04-10breakpoint shadowing, take single-step breakpoints into account.Pedro Alves1-69/+117
2014-03-20Fix for even more missed events; eliminate thread-hop code.Pedro Alves1-4/+1
2014-03-20PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves1-10/+10
2014-03-06Remove argument optional_p from get_tracepoint_by_numberYao Qi1-14/+8
2014-03-03change probes to be program-space-independentTom Tromey1-5/+14
2014-02-26start change to progspace independenceTom Tromey1-4/+4
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-29/+29
2014-02-26change minsym representationTom Tromey1-5/+5
2014-02-26Multiple Ada task-specific breakpoints at the same address.Pedro Alves1-4/+6
2014-02-05Extension Language APIDoug Evans1-12/+16
2014-01-17Add "volatile" keyword to "struct gdb_exception" declarationSergio Durigan Junior1-1/+1
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-09Handle the case of a remote target supporting target side commands, but not o...Pedro Alves1-28/+77
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19Fix PR breakpoints/16297: catch syscall with syscall 0Gabriel Krisman Bertazi1-4/+3
2013-12-12breakpoint.c:insert_bp_location: Constify local.Pedro Alves1-3/+3
2013-11-29Plug target side conditions and commands leaks.Pedro Alves1-0/+9
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-14Eliminate enum bpstat_signal_value, simplify random signal checks further.Pedro Alves1-21/+13
2013-11-14infrun.c:handle_inferior_event: Rework random signal checks.Pedro Alves1-3/+3
2013-11-13* breakpoint.c (bpstat_check_breakpoint_conditions): For threadDoug Evans1-4/+8
2013-11-12* breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.Doug Evans1-3/+5
2013-11-12* breakpoint.c (bpstat_check_breakpoint_conditions): AssertDoug Evans1-93/+94
2013-11-01breakpoint.c: fix libc probe scan when no get_longjmp_target exists.Tiago Stürmer Daitx1-2/+3
2013-10-31Extra error message from update_watchpointAndrew Burgess1-3/+10
2013-10-29New remove-symbol-file command.Nicolas Blanc1-3/+64
2013-10-28breakpoint.c:watchpoints_triggered: simplify a tiny bit.Pedro Alves1-1/+1
2013-10-18Hardware watchpoints turned off, inferior not yet started.Andrew Burgess1-9/+19
2013-10-11New GDB/MI commands to catch Ada exceptionsJoel Brobecker1-1/+2
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves1-8/+9