Eliminate catch_exceptions/catch_exceptions_with_msg
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
2017-10-10  Pedro AlvesEliminate catch_exceptions/catch_exceptions_with_msg
2017-10-10  Pedro AlvesEliminate catch_errors
2017-09-27  Tom TromeyConstify some commands in breakpoint.c
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-27  Tom TromeyAdd add_cmd function overloads
2017-09-21  Tom TromeyChange counted_command_line to a shared_ptr
2017-09-21  Tom TromeyUse function_view in a couple of places in breakpoint.c
2017-09-21  Tom TromeyAllocate bpstats with new
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-11  Tom TromeyRemove make_show_memory_breakpoints_cleanup
2017-09-11  Tom TromeyMake extract_arg return a std::string
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  Tom TromeyUse ui_out_emit_tuple in more places
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesKill init_sal
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-09-03  Tom TromeyReturn std::string from memory_error_message
2017-08-22  Simon MarchiRename some command functions
2017-08-22  Tom TromeyChange install_breakpoint to take a std::unique_ptr
2017-08-22  Tom TromeyFix erroneous cleanup use in add_solib_catchpoint
2017-08-18  Tom TromeyRemove save_inferior_ptid
2017-08-05  Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03  Tom TromeyIntroduce and use ui_out_emit_table
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-07  Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-06-06  Pedro AlvesFix double free when running gdb.linespec/ls-errs.exp...
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-06-02  Simon MarchiCreate struct type for longjmp breakpoint
2017-06-02  Simon MarchiIntroduce and use new_breakpoint_from_type
2017-05-20  Tom TromeyUse watchpoint's language when re-parsing expression
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-05-02  Simon MarchiChange return type of gdbarch_software_single_step...
2017-04-25  Pedro AlvesDon't memset non-POD types: struct breakpoint
2017-04-25  Pedro AlvesDon't memset non-POD types: struct bp_location
2017-04-22  Tom TromeyUse ui_out_emit_list
2017-04-22  Tom TromeyMore uses of ui_out_emit_tuple
2017-04-22  Tom TromeyUse ui_out_emit_tuple
2017-04-13  Pedro Alveswatch_command_1: Fix dangling frame access
2017-04-13  Pedro Alvesbreakpoint.c: bp_location (the array) shadows bp_locati...
2017-04-12  Tom TromeyChange linespec_result::location to be an event_location_up
2017-04-12  Tom TromeyAdd a constructor and destructor to linespec_result
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Some constification in 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...
next
This page took 0.389101 seconds and 107 git commands to generate.