Multi-target support
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09  George BarrettFix scripted probe breakpoints
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-19  Christian BiesingerReplace some more qsort calls with std::sort
2019-10-15  Christian BiesingerMake tui-winsource not use breakpoint_chain
2019-10-15  Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-10-13  Simon Marchigdb: small cleanup in breakpoint.c's includes
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Pedro AlvesUse new %p format suffixes in gdb
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-22  Simon Marchigdb: make watchpoint::val_valid a bool
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06  Tom TromeyChange breakpoint::filter to be a unique_xmalloc_ptr
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-15  Tom TromeyUse field_string in more places
2019-07-11  Simon Marchibreakpoint: Make is_*point functions return bool
2019-07-10  Tom TromeyChange Ada catchpoints to be bp_catchpoint
2019-07-10  Simon MarchiUpdate breakpoint_1's documentation
2019-07-10  Simon MarchiMake some bpstat functions use bool
2019-07-10  Simon MarchiMake bpstat_what::is_longjmp a bool
2019-07-09  Pedro AlvesMake "maint info breakpoints" show "catch catch/throw...
2019-07-09  Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-07-09  Pedro AlvesFix "info break" + "catch catch" + -static-{libstdc...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-09  Andrew Burgessgdb: Remove unneeded parameter from set_breakpoint_loca...
2019-07-03  Simon MarchiRemove return value from remove_breakpoints_inf
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-15  Andrew Burgessgdb/mi: New commands to catch C++ exceptions
2019-06-12  Pedro AlvesMake check_for_argument skip whitespace after arg itself
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-10  Simon MarchiFix GDB build when using --disable-gdbmi
2019-05-08  Tom TromeyConvert breakpoint.c to type-safe registry API
2019-04-25  Tom TromeyMake exception handling more efficient
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-05  Tom TromeyMove innermost_block_tracker global to parse_state
2019-03-23  Tom TromeyHave parser reset the innermost block tracker
2019-03-13  Simon MarchiFix MI output for multi-location breakpoints
2019-02-15  Tom TromeyC++-ify bp_location
2019-02-12  Philippe WaroquiersUse address style to print addresses in breakpoint...
2019-02-07  Tom TromeyC++-ify struct thread_fsm
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyRemove make_bpstat_clear_actions_cleanup
2019-01-23  Tom TromeyRemove remaining cleanup from gdb/breakpoint.c
2019-01-23  Tom TromeyReplace delete_longjmp_breakpoint_cleanup with a forwar...
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Pedro AlvesFix tracepoint.c:parse_tracepoint_definition leak ...
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyStyle locations when setting a breakpoint
2018-12-28  Tom TromeyAdd output styles to gdb
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-20  Andrew Burgessgdb: Respect field width and alignment for 'fmt' fields...
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-21  Yacov SimhonyRemove redundant test in update_inserted_breakpoint_loc...
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-16  Tom TromeyUse GNU style for metasyntactic variables in gdb
2018-08-28  Philippe WaroquiersFix regression for multi breakpoints command line clearing.
2018-08-07  Simon MarchiReplace some uses of xstrprintf with string_printf
2018-07-25  Jan VranyNotify about breakpoint modification when enabling...
2018-07-22  Tom TromeySimple unused variable removals
2018-07-11  Tom TromeyUse std::vector for moribund_locations
2018-07-04  Tom TromeyRemove VEC from breakpoint
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-06-29  Pedro Alves"break LINENO/*ADDRESS", inline functions and "info...
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01  Joel Brobeckerinadvertent language switch during breakpoint_re_set_one
2018-05-30  Simon MarchiRemove "struct" keyword in range-based for loops
2018-05-29  Tom TromeyChange program_space::added_solibs to a std::vector
2018-05-17  Keith SeitzDon't elide all inlined frames
2018-05-04  Tom TromeyUse function_view in cli-script.c
2018-05-04  Tom TromeyConstify prompt argument to read_command_lines
2018-05-04  Tom TromeyUse counted_command_line everywhere
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
next
This page took 0.440022 seconds and 107 git commands to generate.