gdb/mi: New commands to catch C++ exceptions
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
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
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
next
This page took 0.374764 seconds and 107 git commands to generate.