aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Remove VEC from breakpointTom Tromey1-6/+6
2018-07-03Remove ptid_equalTom Tromey1-7/+7
2018-07-03Remove ptid_get_pidTom Tromey1-11/+11
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-3/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-36/+40
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-3/+4
2018-06-01inadvertent language switch during breakpoint_re_set_oneJoel Brobecker1-0/+13
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi1-2/+2
2018-05-29Change program_space::added_solibs to a std::vectorTom Tromey1-16/+6
2018-05-17Don't elide all inlined framesKeith Seitz1-41/+38
2018-05-04Use function_view in cli-script.cTom Tromey1-13/+10
2018-05-04Constify prompt argument to read_command_linesTom Tromey1-2/+1
2018-05-04Use counted_command_line everywhereTom Tromey1-18/+12
2018-05-03target_ops: Use bool throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-4/+3
2018-04-30Remove some is_mi_like_p from breakpoint codeTom Tromey1-9/+4
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-1/+2
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves1-18/+12
2018-04-06Remove free_value_chainTom Tromey1-14/+16
2018-04-06Change breakpoints to use value_ref_ptrTom Tromey1-49/+31
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-16/+12
2018-04-05Change streq to return boolTom Tromey1-4/+2
2018-03-30Use std::vector in uploaded_tpSimon Marchi1-7/+9
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-42/+26
2018-03-19Convert observers to C++Tom Tromey1-26/+26
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-18/+7
2018-02-24Remove cleanups from check_fast_tracepoint_salsTom Tromey1-11/+3
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-6/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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