summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Don't elide all inlined framesKeith Seitz2018-05-171-41/+38
* Use function_view in cli-script.cTom Tromey2018-05-041-13/+10
* Constify prompt argument to read_command_linesTom Tromey2018-05-041-2/+1
* Use counted_command_line everywhereTom Tromey2018-05-041-18/+12
* target_ops: Use bool throughoutPedro Alves2018-05-031-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-4/+3
* Remove some is_mi_like_p from breakpoint codeTom Tromey2018-04-301-9/+4
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-1/+2
* Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves2018-04-261-18/+12
* Remove free_value_chainTom Tromey2018-04-061-14/+16
* Change breakpoints to use value_ref_ptrTom Tromey2018-04-061-49/+31
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-16/+12
* Change streq to return boolTom Tromey2018-04-051-4/+2
* Use std::vector in uploaded_tpSimon Marchi2018-03-301-7/+9
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-42/+26
* Convert observers to C++Tom Tromey2018-03-191-26/+26
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-021-18/+7
* Remove cleanups from check_fast_tracepoint_salsTom Tromey2018-02-241-11/+3
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-6/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Clear non-significant bits of address in watchpointYao Qi2017-12-081-1/+1
* Adjust breakpoint address by clearing non-significant bitsYao Qi2017-12-081-14/+14
* C++-ify parse_format_stringTom Tromey2017-12-081-15/+4
* Fix regression in "commands"Tom Tromey2017-12-071-3/+0
* Remove some unused variablesSimon Marchi2017-12-051-3/+0
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-12/+20
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-13/+7
* Make output_thread_groups take an std::vector<int>Simon Marchi2017-11-171-10/+7
* Fix swallowed "Quit" when inserting breakpointsPedro Alves2017-11-161-20/+21
* Constify add_setshow_*Tom Tromey2017-11-071-10/+8
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-6/+2
* Constify add_infoTom Tromey2017-11-071-14/+2
* Constify add_comTom Tromey2017-11-071-46/+35
* Constify add_abbrev_prefix_cmdTom Tromey2017-11-071-3/+1
* Make breakpoint/location number parsing error output consistentPedro Alves2017-11-071-53/+88
* Breakpoint location parsing: always error instead of warningPedro Alves2017-11-071-28/+19
* Allow enabling/disabling breakpoint location rangesXavier Roirand2017-11-071-113/+227
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-24/+11
* Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey2017-11-041-4/+2
* const-fy regcache::m_aspaceYao Qi2017-11-021-1/+1
* Get rid of VEC(probe_p)Simon Marchi2017-10-271-41/+23
* Allocate breakpoint_objfile_data with newSimon Marchi2017-10-271-14/+13
* Use SaL symbol name when reporting breakpoint locationsKeith Seitz2017-10-271-2/+6
* const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi2017-10-261-12/+11
* const-fy function parameter struct address_space *aspaceYao Qi2017-10-261-23/+25
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-2/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-16/+8
* Remove prepare_re_set_contextTom Tromey2017-10-111-21/+4
* Remove some cleanups from breakpoint.cTom Tromey2017-10-111-93/+45
* Garbage collect reattach_breakpointsPedro Alves2017-10-111-36/+0