Convert generic probe interface to C++ (and perform some cleanups)
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
2017-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-17  Simon MarchiMake output_thread_groups take an std::vector<int>
2017-11-16  Pedro AlvesFix swallowed "Quit" when inserting breakpoints
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-11-07  Tom TromeyConstify add_abbrev_prefix_cmd
2017-11-07  Pedro AlvesMake breakpoint/location number parsing error output...
2017-11-07  Pedro AlvesBreakpoint location parsing: always error instead of...
2017-11-07  Xavier RoirandAllow enabling/disabling breakpoint location ranges
2017-11-04  Tom TromeyIntroduce gdb_breakpoint_up
2017-11-04  Tom TromeyReplace start_rbreak_breakpoints and end_rbreak_breakpoints
2017-11-02  Yao Qiconst-fy regcache::m_aspace
2017-10-28  Simon MarchiGet rid of VEC(probe_p)
2017-10-28  Simon MarchiAllocate breakpoint_objfile_data with new
2017-10-27  Keith SeitzUse SaL symbol name when reporting breakpoint locations
2017-10-26  Yao Qiconst-fy breakpoint_ops->breakpoint_hit parameter aspace
2017-10-26  Yao Qiconst-fy function parameter struct address_space *aspace
2017-10-25  Ulrich WeigandTarget FP: Use target format throughout expression...
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-11  Tom TromeyRemove prepare_re_set_context
2017-10-11  Tom TromeyRemove some cleanups from breakpoint.c
2017-10-11  Pedro AlvesGarbage collect reattach_breakpoints
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
next
This page took 0.407795 seconds and 107 git commands to generate.