summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08Clear non-significant bits of address in watchpointYao Qi
2017-12-08Adjust breakpoint address by clearing non-significant bitsYao Qi
2017-12-08C++-ify parse_format_stringTom Tromey
2017-12-07Fix regression in "commands"Tom Tromey
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-11-17Make output_thread_groups take an std::vector<int>Simon Marchi
2017-11-16Fix swallowed "Quit" when inserting breakpointsPedro Alves
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves
2017-11-07Breakpoint location parsing: always error instead of warningPedro Alves
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand
2017-11-04Introduce gdb_breakpoint_upTom Tromey
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey
2017-11-02const-fy regcache::m_aspaceYao Qi
2017-10-27Get rid of VEC(probe_p)Simon Marchi
2017-10-27Allocate breakpoint_objfile_data with newSimon Marchi
2017-10-27Use SaL symbol name when reporting breakpoint locationsKeith Seitz
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-11Remove prepare_re_set_contextTom Tromey
2017-10-11Remove some cleanups from breakpoint.cTom Tromey
2017-10-11Garbage collect reattach_breakpointsPedro Alves
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-27Constify some commands in breakpoint.cTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-27Add add_cmd function overloadsTom Tromey
2017-09-20Change counted_command_line to a shared_ptrTom Tromey
2017-09-20Use function_view in a couple of places in breakpoint.cTom Tromey
2017-09-20Allocate bpstats with newTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey
2017-09-11Make extract_arg return a std::stringTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-09-03Return std::string from memory_error_messageTom Tromey
2017-08-22Rename some command functionsSimon Marchi
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey