aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Fix -var-update for registers in frames 1 and upusers/palves/fix-var-update-for-registersPedro Alves1-27/+85
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-28/+19
2016-08-10Introduce 'enum remove_bp_reason'Pedro Alves1-14/+19
2016-08-10Simplify remove_breakpoint interfacePedro Alves1-7/+7
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey1-0/+8
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves1-8/+18
2016-06-21Send deleted watchpoint-scope output to all UIsPedro Alves1-13/+27
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-8/+11
2016-06-21Make the interpreters be per UIPedro Alves1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-13/+2
2016-04-25Force to insert software single step breakpointYao Qi1-2/+13
2016-02-09breakpoints/19546: Fix crash after updating breakpointsgdb-7.11-branchpointKeith Seitz1-2/+10
2016-02-09Fix PR19548: Breakpoint re-set inserts breakpoints when it shouldn'tPedro Alves1-15/+10
2016-01-28Fix GDB crash in dprintf.expYao Qi1-9/+0
2016-01-21* breakpoint.c (init_breakpoint_sal): Add comment.Doug Evans1-1/+2
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-2/+13
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-34/+93
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-15/+58
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-35/+32
2016-01-13Centralize thread ID printingPedro Alves1-3/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay1-11/+0
2015-11-23Fix internal error when saving fast tracepoint definitionsSimon Marchi1-1/+1
2015-11-19[C++] breakpoint.c: "no memory" software watchpoints and enum castsPedro Alves1-13/+36
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves1-0/+60
2015-09-25Add some more casts (1/2)Simon Marchi1-17/+21
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-10Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi1-3/+12
2015-09-09Convert the until/advance commands to thread_fsm mechanismPedro Alves1-65/+116
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-17/+12
2015-09-09Merge async and sync code paths some morePedro Alves1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-14/+11
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-22/+22
2015-08-12[regression] Do not read from catchpoint/watchpoint locations' addresses when...Luis Machado1-5/+12
2015-08-11Explicit locations: documentation updatesKeith Seitz1-29/+41
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz1-20/+23
2015-08-11Explicit locations: introduce probe locationsKeith Seitz1-10/+8
2015-08-11Explicit locations: introduce address locationsKeith Seitz1-16/+2
2015-08-11Explicit locations: use new location APIKeith Seitz1-279/+418
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz1-58/+58
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-1/+1
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves1-0/+9
2015-08-05stepping is disturbed by setjmp/longjmp | try/catch in other threadsPedro Alves1-4/+14
2015-07-31Mostly trivial enum fixesSimon Marchi1-4/+4
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois1-2/+1
2015-07-06Fix problems with finishing a dummy function call on simulators.gdb-7.10-branchpointLuis Machado1-10/+1
2015-06-17Fix problems with finishing a dummy function call on simulators.Luis Machado1-30/+14
2015-06-17Remove unused function make_breakpoint_permanent.Luis Machado1-20/+0
2015-06-12Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay1-2/+11
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-5/+6