Fix problems with finishing a dummy function call on simulators.
[external/binutils.git] / gdb / breakpoint.c
2015-06-17 Luis MachadoFix problems with finishing a dummy function call on...
2015-06-17 Luis MachadoRemove unused function make_breakpoint_permanent.
2015-06-12 Antoine TremblayFix MI dprintf-insert not printing on a resolved pendin...
2015-05-26 Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
2015-04-19 Gabriel Krisman... Remove duplicated xmalloc in update_dprintf_command_list
2015-04-11 Jan KratochvilRemove --xdb
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-24 Antoine TremblayFix breakpoint thread condition missing with mi and...
2015-03-23 Keith SeitzExpand keyword lexing intelligence in the linespec...
2015-03-20 Pedro Alvesconstify set_breakpoint_condition
2015-03-11 Sergio Durigan JuniorCreate gdb/break-catch-syscall.c
2015-03-11 Sergio Durigan JuniorImplement breakpoint_find_if
2015-03-07 Pedro Alvesmore making TRY/CATCH callers look more like real C...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-03-04 Pedro AlvesTeach GDB about targets that can tell whether a trap...
2015-02-17 Jose E. MarchesiNew probe type: DTrace USDT probes.
2015-02-11 Tom TromeyFix redefinition errors in C++ mode
2015-02-06 Simon Marchi"enable count" user input error handling (PR gdb/15678)
2015-01-14 Pedro AlvesPR17525 - breakpoint commands not executed when program...
2015-01-09 Pedro Alveslinux-nat.c: better starvation avoidance, handle non...
2015-01-09 Pedro Alvescleanup and speed up (software_)breakpoint_inserted_here_p
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-10 Simon MarchiOnly leave dprintf inserted if it is marked as persiste...
2014-11-23 Joel BrobeckerAlways consider infcall breakpoints as non-permanent.
2014-11-20 Sergio Durigan JuniorPartial fix for PR breakpoints/10737: Make syscall...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-12 Pedro Alvesmake "permanent breakpoints" per location and disableable
2014-11-04 Pedro Alvesgarbage collect gdb/breakpoint.c:breakpoint_thread_match
2014-10-15 Pedro AlvesMake single-step breakpoints be per-thread
2014-10-15 Pedro AlvesRemove deprecated_insert_raw_breakpoint and friends
2014-10-15 Pedro AlvesPut single-step breakpoints on the bp_location chain
2014-10-15 Pedro AlvesRewrite non-continuable watchpoints handling
2014-10-14 Sergio Durigan JuniorOnly call {set,clear}_semaphore probe function if they...
2014-10-12 Jan KratochvilFix "save breakpoints" for "disable $bpnum" command.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-10-03 Maciej W. RozyckiAvoid software breakpoint's instruction shadow inconsis...
2014-10-02 Pedro AlvesFix non-stop regressions caused by "breakpoints always...
2014-10-02 Pedro AlvesPR17431: following execs with "breakpoint always-insert...
2014-10-01 Pedro AlvesReally fail inserting software breakpoints on read...
2014-09-25 Pedro Alvesbreakpoint.c: debug output when we skip inserting a...
2014-09-22 Pedro AlvesFix "breakpoint always-inserted off"; remove "breakpoin...
2014-09-22 Pedro AlvesTell update_global_location_list to insert breakpoints
2014-09-22 Pedro AlvesChange parameter type of update_global_location_list...
2014-09-16 Patrick PalkaFix PR12526: -location watchpoints for bitfield arguments
2014-09-12 Pedro Alves[IRIX] eliminate deprecated_insert_raw_breakpoint uses
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30 Tom Tromeyconstify some cli-utils stuff
2014-07-25 Pedro AlvesAlways pass signals to the right thread
2014-07-20 Yao QiRemove operator BINOP_RANGE
2014-07-20 Yao QiRemove operator BINOP_IN
2014-07-01 Tom Tromeyuse cmd_sfunc_ftype and cmd_cfunc_ftype more
2014-06-27 Yao QiAssociate dummy_frame with ptid
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-18 Luis MachadoSymptom:
2014-06-16 Pedro Alves"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference...
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-03 Joel BrobeckerUser breakpoint ignored if software-single-step at...
2014-06-02 Pedro AlvesInstalling a breakpoint on top of a dprintf makes GDB...
2014-06-02 Pedro Alvesdprintf-style agent can't explain a trap.
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-04-23 Pedro AlvesStale breakpoint instructions, spurious SIGTRAPS.
2014-04-23 Pedro AlvesDon't suppress errors inserting/removing hardware break...
2014-04-10 Pedro Alvesbreakpoint shadowing, take single-step breakpoints...
2014-03-20 Pedro AlvesFix for even more missed events; eliminate thread-hop...
2014-03-20 Pedro AlvesPR breakpoints/7143 - Watchpoint does not trigger when...
2014-03-06 Yao QiRemove argument optional_p from get_tracepoint_by_number
2014-03-03 Tom Tromeychange probes to be program-space-independent
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-02-26 Pedro AlvesMultiple Ada task-specific breakpoints at the same...
2014-02-06 Doug EvansExtension Language API
2014-01-17 Sergio Durigan JuniorAdd "volatile" keyword to "struct gdb_exception" declar...
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-09 Pedro AlvesHandle the case of a remote target supporting target...
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-19 Gabriel Krisman... Fix PR breakpoints/16297: catch syscall with syscall 0
2013-12-12 Pedro Alvesbreakpoint.c:insert_bp_location: Constify local.
2013-11-29 Pedro AlvesPlug target side conditions and commands leaks.
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-14 Pedro AlvesEliminate enum bpstat_signal_value, simplify random...
2013-11-14 Pedro Alvesinfrun.c:handle_inferior_event: Rework random signal...
2013-11-14 Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-13 Doug Evans* breakpoint.c (breakpoint_cond_eval): Fix and enhance...
2013-11-13 Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-01 Tiago Stürmer Daitxbreakpoint.c: fix libc probe scan when no get_longjmp_t...
2013-10-31 Andrew BurgessExtra error message from update_watchpoint
2013-10-29 Nicolas BlancNew remove-symbol-file command.
2013-10-28 Pedro Alvesbreakpoint.c:watchpoints_triggered: simplify a tiny...
2013-10-18 Andrew BurgessHardware watchpoints turned off, inferior not yet started.
2013-10-11 Joel BrobeckerNew GDB/MI commands to catch Ada exceptions
2013-10-09 Pedro AlvesStop using errno values around target_xfer interfaces...
2013-10-07 Pedro AlvesThread-specific breakpoints: say "no longer in the...
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-19 Pedro AlvesFix regressions caused by thread-specific breakpoint...
next