aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-08Clear non-significant bits of address in watchpointYao Qi1-1/+1
2017-12-08Adjust breakpoint address by clearing non-significant bitsYao Qi1-14/+14
2017-12-08C++-ify parse_format_stringTom Tromey1-15/+4
2017-12-07Fix regression in "commands"Tom Tromey1-3/+0
2017-12-05Remove some unused variablesSimon Marchi1-3/+0
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-12/+20
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-13/+7
2017-11-17Make output_thread_groups take an std::vector<int>Simon Marchi1-10/+7
2017-11-16Fix swallowed "Quit" when inserting breakpointsPedro Alves1-20/+21
2017-11-07Constify add_setshow_*Tom Tromey1-10/+8
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-6/+2
2017-11-07Constify add_infoTom Tromey1-14/+2
2017-11-07Constify add_comTom Tromey1-46/+35
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey1-3/+1
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves1-53/+88
2017-11-07Breakpoint location parsing: always error instead of warningPedro Alves1-28/+19
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand1-113/+227
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-24/+11
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey1-4/+2
2017-11-02const-fy regcache::m_aspaceYao Qi1-1/+1
2017-10-27Get rid of VEC(probe_p)Simon Marchi1-41/+23
2017-10-27Allocate breakpoint_objfile_data with newSimon Marchi1-14/+13
2017-10-27Use SaL symbol name when reporting breakpoint locationsKeith Seitz1-2/+6
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi1-12/+11
2017-10-26const-fy function parameter struct address_space *aspaceYao Qi1-23/+25
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-2/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-16/+8
2017-10-11Remove prepare_re_set_contextTom Tromey1-21/+4
2017-10-11Remove some cleanups from breakpoint.cTom Tromey1-93/+45
2017-10-11Garbage collect reattach_breakpointsPedro Alves1-36/+0
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-36/+4
2017-10-10Eliminate catch_errorsPedro Alves1-73/+75
2017-09-27Constify some commands in breakpoint.cTom Tromey1-31/+14
2017-09-27Constify some linespec functionsTom Tromey1-21/+23
2017-09-27Add add_cmd function overloadsTom Tromey1-2/+2
2017-09-20Change counted_command_line to a shared_ptrTom Tromey1-111/+19
2017-09-20Use function_view in a couple of places in breakpoint.cTom Tromey1-191/+102
2017-09-20Allocate bpstats with newTom Tromey1-38/+53
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+5
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey1-7/+4
2017-09-11Make extract_arg return a std::stringTom Tromey1-19/+20
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-18/+18
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey1-8/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-29/+9
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-188/+140
2017-09-03Return std::string from memory_error_messageTom Tromey1-4/+2
2017-08-22Rename some command functionsSimon Marchi1-10/+10
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey1-49/+34
2017-08-22Fix erroneous cleanup use in add_solib_catchpointTom Tromey1-7/+3