-Wwrite-strings: Don't initialize string command variables to empty string
[binutils-gdb.git] / gdb / breakpoint.c
2017-04-05 Pedro Alves-Wwrite-strings: Don't initialize string command variab...
2017-02-10 Martin GalvanPR gdb/21122: Fix documentation mistakes for breakpoint...
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11 Tom TromeyRemove cleanups from execute_gdb_command
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-12-09 Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-12-01 Simon MarchiUse std::string for ui_out_hdr's text fields
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-11-24 John BaldwinDo not use std::move when assigning an anonymous object...
2016-11-22 Yao QiChange gdbarch software_single_step frame_info to regcache
2016-11-15 Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-09 Pedro Alvesagent_expr_up: gdb::unique_ptr -> std::unique_ptr
2016-11-08 Pedro AlvesEliminate agent_expr_p; VEC -> std::vector in struct...
2016-11-08 Pedro Alves'struct agent_expr *' -> unique_ptr<agent_expr>
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-11-08 Pedro Alvesbreakpoint.c:commands_command_1 constification and...
2016-11-08 Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-08 Cordian A. DanilukFix PR breakpoints/20739: Badly formatted adress string...
2016-11-03 Yao QiDetermine the kind of single step breakpoint
2016-11-03 Yao QiRename placed_size to kind
2016-11-03 Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_ui
2016-10-13 Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-09-18 Pedro Alvesgdb: Fix std::{min, max}-related build breakage on...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-08-10 Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-08-10 Pedro AlvesIntroduce 'enum remove_bp_reason'
2016-08-10 Pedro AlvesSimplify remove_breakpoint interface
2016-07-13 Tom TromeyPR python/17698 - add Breakpoint.pending
2016-07-01 Pedro AlvesForget watchpoint locations when inferior exits or...
2016-06-21 Pedro AlvesSend deleted watchpoint-scope output to all UIs
2016-06-21 Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-25 Yao QiForce to insert software single step breakpoint
2016-02-10 Keith Seitzbreakpoints/19546: Fix crash after updating breakpoints
2016-02-09 Pedro AlvesFix PR19548: Breakpoint re-set inserts breakpoints...
2016-01-28 Yao QiFix GDB crash in dprintf.exp
2016-01-22 Doug Evans* breakpoint.c (init_breakpoint_sal): Add comment.
2016-01-21 Joel BrobeckerFix regression introduced in "break *<EXPR>" by explici...
2016-01-19 Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-18 Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13 Pedro AlvesCentralize thread ID printing
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-10 Antoine TremblayRemove support for thread events without PTRACE_EVENT_C...
2015-11-23 Simon MarchiFix internal error when saving fast tracepoint definitions
2015-11-19 Pedro Alves[C++] breakpoint.c: "no memory" software watchpoints...
2015-10-30 Pedro AlvesDon't displaced step when there's a breakpoint in the...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-10 Yao QiCall target_can_download_tracepoint if there are tracep...
2015-09-09 Pedro AlvesConvert the until/advance commands to thread_fsm mechanism
2015-09-09 Pedro AlvesReplace "struct continuation" mechanism by something...
2015-09-09 Pedro AlvesMerge async and sync code paths some more
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-13 Keith SeitzMass rename `explicit' -> `explicit_loc'.
2015-08-12 Luis Machado[regression] Do not read from catchpoint/watchpoint...
2015-08-12 Keith SeitzExplicit locations: documentation updates
2015-08-12 Keith SeitzExplicit locations: introduce explicit locations
2015-08-12 Keith SeitzExplicit locations: introduce probe locations
2015-08-12 Keith SeitzExplicit locations: introduce address locations
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-08-12 Keith SeitzExplicit locations: rename "address string"/"addr_strin...
2015-08-07 Pedro AlvesImplement all-stop on top of a target running non-stop...
2015-08-07 Pedro AlvesTeach non-stop to do in-line step-overs (stop all,...
2015-08-05 Pedro Alvesstepping is disturbed by setjmp/longjmp | try/catch...
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-07-30 Pierre LangloisRemove isize output argument from fast_tracepoint_valid_at
2015-07-06 Luis MachadoFix problems with finishing a dummy function call on...
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.
next