summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-0/+3
* Use std::vector for moribund_locationsTom Tromey2018-07-101-3/+0
* Remove VEC from breakpointTom Tromey2018-07-031-9/+4
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+3
* Don't elide all inlined framesKeith Seitz2018-05-171-1/+29
* Use function_view in cli-script.cTom Tromey2018-05-041-4/+0
* Use counted_command_line everywhereTom Tromey2018-05-041-5/+1
* Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves2018-04-261-0/+8
* Change breakpoints to use value_ref_ptrTom Tromey2018-04-061-3/+2
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-6/+6
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-6/+14
* Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey2017-11-041-4/+12
* Use SaL symbol name when reporting breakpoint locationsKeith Seitz2017-10-271-0/+5
* Remove regular_breakpoint_inserted_here_p declarationYao Qi2017-10-261-3/+0
* const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi2017-10-261-1/+1
* const-fy function parameter struct address_space *aspaceYao Qi2017-10-261-14/+15
* Garbage collect reattach_breakpointsPedro Alves2017-10-111-7/+0
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-0/+3
* Constify some commands in breakpoint.cTom Tromey2017-09-271-4/+0
* Constify some linespec functionsTom Tromey2017-09-271-5/+5
* Change counted_command_line to a shared_ptrTom Tromey2017-09-201-5/+4
* Allocate bpstats with newTom Tromey2017-09-201-0/+7
* Move command lines types/declarations to cli-script.hSimon Marchi2017-09-041-0/+1
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-9/+11
* Change install_breakpoint to take a std::unique_ptrTom Tromey2017-08-221-1/+1
* Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves2017-06-061-3/+4
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-16/+7
* Don't memset non-POD types: struct breakpointPedro Alves2017-04-251-30/+30
* Don't memset non-POD types: struct bp_locationPedro Alves2017-04-251-32/+33
* struct breakpoint: Fix indentationPedro Alves2017-04-131-103/+102
* Change breakpoint event locations to event_location_upTom Tromey2017-04-121-5/+5
* Introduce command_line_upTom Tromey2017-04-121-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* -Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves2017-04-051-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves2016-11-081-6/+7
* 'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves2016-11-081-2/+2
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-3/+3
* breakpoint.c:commands_command_1 constification and cleanupPedro Alves2016-11-081-1/+1
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-0/+6
* Rename placed_size to kindYao Qi2016-11-031-7/+3
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-3/+3
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-1/+13
* PR python/17698 - add Breakpoint.pendingTom Tromey2016-07-131-0/+3
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-3/+6
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-0/+4