]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/breakpoint.c
Remove cleanup from print_mention_exception
[thirdparty/binutils-gdb.git] / gdb / breakpoint.c
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-30  Tom TromeyRemove some is_mi_like_p from breakpoint code
2018-04-26  Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26  Pedro AlvesFix setting breakpoints on ifunc functions after they...
2018-04-06  Tom TromeyRemove free_value_chain
2018-04-06  Tom TromeyChange breakpoints to use value_ref_ptr
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-04-05  Tom TromeyChange streq to return bool
2018-03-30  Simon MarchiUse std::vector in uploaded_tp
2018-03-22  Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-19  Tom TromeyConvert observers to C++
2018-03-03  Simon MarchiMake program_space::deleted_solibs a vector of std...
2018-02-24  Tom TromeyRemove cleanups from check_fast_tracepoint_sals
2018-01-21  Andrew Burgessgdb: New API for tracking innermost block
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-08  Yao QiClear non-significant bits of address in watchpoint
2017-12-08  Yao QiAdjust breakpoint address by clearing non-significant...
2017-12-08  Tom TromeyC++-ify parse_format_string
2017-12-07  Tom TromeyFix regression in "commands"
2017-12-05  Simon MarchiRemove some unused variables
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [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
next