summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* breakpoints/19546: Fix crash after updating breakpointsgdb-7.11-branchpointKeith Seitz2016-02-091-2/+10
* Fix PR19548: Breakpoint re-set inserts breakpoints when it shouldn'tPedro Alves2016-02-091-15/+10
* Fix GDB crash in dprintf.expYao Qi2016-01-281-9/+0
* * breakpoint.c (init_breakpoint_sal): Add comment.Doug Evans2016-01-211-1/+2
* Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker2016-01-211-2/+13
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-34/+93
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-15/+58
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-35/+32
* Centralize thread ID printingPedro Alves2016-01-131-3/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-11/+0
* Fix internal error when saving fast tracepoint definitionsSimon Marchi2015-11-231-1/+1
* [C++] breakpoint.c: "no memory" software watchpoints and enum castsPedro Alves2015-11-191-13/+36
* Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves2015-10-301-0/+60
* Add some more casts (1/2)Simon Marchi2015-09-251-17/+21
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi2015-09-101-3/+12
* Convert the until/advance commands to thread_fsm mechanismPedro Alves2015-09-091-65/+116
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-17/+12
* Merge async and sync code paths some morePedro Alves2015-09-091-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-14/+11
* Mass rename `explicit' -> `explicit_loc'.Keith Seitz2015-08-131-22/+22
* [regression] Do not read from catchpoint/watchpoint locations' addresses when...Luis Machado2015-08-121-5/+12
* Explicit locations: documentation updatesKeith Seitz2015-08-111-29/+41
* Explicit locations: introduce explicit locationsKeith Seitz2015-08-111-20/+23
* Explicit locations: introduce probe locationsKeith Seitz2015-08-111-10/+8
* Explicit locations: introduce address locationsKeith Seitz2015-08-111-16/+2
* Explicit locations: use new location APIKeith Seitz2015-08-111-279/+418
* Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz2015-08-111-58/+58
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-1/+1
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-071-0/+9
* stepping is disturbed by setjmp/longjmp | try/catch in other threadsPedro Alves2015-08-051-4/+14
* Mostly trivial enum fixesSimon Marchi2015-07-311-4/+4
* Remove isize output argument from fast_tracepoint_valid_atPierre Langlois2015-07-301-2/+1
* Fix problems with finishing a dummy function call on simulators.gdb-7.10-branchpointLuis Machado2015-07-061-10/+1
* Fix problems with finishing a dummy function call on simulators.Luis Machado2015-06-171-30/+14
* Remove unused function make_breakpoint_permanent.Luis Machado2015-06-171-20/+0
* Fix MI dprintf-insert not printing on a resolved pending location.Antoine Tremblay2015-06-121-2/+11
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-5/+6
* Remove duplicated xmalloc in update_dprintf_command_listGabriel Krisman Bertazi2015-04-191-1/+0
* Remove --xdbJan Kratochvil2015-04-111-42/+1
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-241-1/+1
* Fix breakpoint thread condition missing with mi and a pending breakpoint.Antoine Tremblay2015-03-241-0/+1
* Expand keyword lexing intelligence in the linespec parser.Keith Seitz2015-03-231-2/+1
* constify set_breakpoint_conditionPedro Alves2015-03-201-1/+1
* Create gdb/break-catch-syscall.cSergio Durigan Junior2015-03-111-600/+0
* Implement breakpoint_find_ifSergio Durigan Junior2015-03-111-0/+17
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-2/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-56/+60
* New common function "startswith"Gary Benson2015-03-061-4/+4