aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves1-43/+28
2014-11-04garbage collect gdb/breakpoint.c:breakpoint_thread_matchPedro Alves1-59/+0
2014-10-15Make single-step breakpoints be per-threadPedro Alves1-48/+16
2014-10-15Remove deprecated_insert_raw_breakpoint and friendsPedro Alves1-138/+7
2014-10-15Put single-step breakpoints on the bp_location chainPedro Alves1-139/+87
2014-10-15Rewrite non-continuable watchpoints handlingPedro Alves1-0/+16
2014-10-14Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior1-6/+8
2014-10-12Fix "save breakpoints" for "disable $bpnum" command.Jan Kratochvil1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-11/+12
2014-10-02Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves1-7/+4
2014-10-02PR17431: following execs with "breakpoint always-inserted on"Pedro Alves1-5/+0
2014-10-01Really fail inserting software breakpoints on read-only regionsPedro Alves1-4/+10
2014-09-25breakpoint.c: debug output when we skip inserting a breakpointPedro Alves1-1/+10
2014-09-22Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves1-37/+53
2014-09-22Tell update_global_location_list to insert breakpointsPedro Alves1-21/+35
2014-09-22Change parameter type of update_global_location_list from boolean to enumPedro Alves1-53/+72
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka1-1/+73
2014-09-12[IRIX] eliminate deprecated_insert_raw_breakpoint usesPedro Alves1-0/+31
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