aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-19Remove duplicated xmalloc in update_dprintf_command_listGabriel Krisman Bertazi1-1/+0
2015-04-11Remove --xdbJan Kratochvil1-42/+1
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-1/+1
2015-03-24Fix breakpoint thread condition missing with mi and a pending breakpoint.Antoine Tremblay1-0/+1
2015-03-23Expand keyword lexing intelligence in the linespec parser.Keith Seitz1-2/+1
2015-03-20constify set_breakpoint_conditionPedro Alves1-1/+1
2015-03-11Create gdb/break-catch-syscall.cSergio Durigan Junior1-600/+0
2015-03-11Implement breakpoint_find_ifSergio Durigan Junior1-0/+17
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-2/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-56/+60
2015-03-06New common function "startswith"Gary Benson1-4/+4
2015-03-04Teach GDB about targets that can tell whether a trap is a breakpoint eventPedro Alves1-30/+61
2015-02-17New probe type: DTrace USDT probes.Jose E. Marchesi1-1/+2
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+0
2015-02-06"enable count" user input error handling (PR gdb/15678)Simon Marchi1-2/+7
2015-01-14PR17525 - breakpoint commands not executed when program run from -x scriptPedro Alves1-2/+2
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-0/+23
2015-01-09cleanup and speed up (software_)breakpoint_inserted_here_pPedro Alves1-25/+35
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-10Only leave dprintf inserted if it is marked as persistent (PR breakpoints/17012)Simon Marchi1-4/+1
2014-11-23Always consider infcall breakpoints as non-permanent.Joel Brobecker1-0/+14
2014-11-20Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior1-8/+13
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-1/+2
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-4/+5
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