aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-cmd-break.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Use gdb::checked_static_cast for tracepointsTom Tromey1-3/+6
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-2/+9
2023-05-31Improve MI -dprintf-insert documentationTom Tromey1-5/+5
2023-05-30gdb: add interp::on_breakpoint_modified methodSimon Marchi1-1/+1
2023-05-25Make MI commands const-correctTom Tromey1-13/+16
2023-04-29gdb/mi: check thread exists when creating thread-specific b/pAndrew Burgess1-0/+2
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-1/+1
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves1-13/+12
2022-06-17event_location -> location_specPedro Alves1-6/+6
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-2/+2
2022-04-29Remove vtable_breakpoint_opsTom Tromey1-2/+2
2022-04-29Convert dprintf to vtable opsTom Tromey1-1/+1
2022-04-29Convert ordinary breakpoints to vtable opsTom Tromey1-1/+1
2022-04-29Convert tracepoints to vtable opsTom Tromey1-2/+2
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-26gdb/mi: handle no condition argument case for -break-conditionTankut Baris Aktemur1-8/+7
2021-05-06gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur1-0/+57
2021-05-06gdb/mi: add a '--force-condition' flag to the '-break-insert' cmdTankut Baris Aktemur1-1/+7
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess1-3/+3
2020-09-13Add MI "-break-insert --qualified"Pedro Alves1-1/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-04Use function_view in cli-script.cTom Tromey1-24/+16
2018-05-04Use counted_command_line everywhereTom Tromey1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-1/+2
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-2/+11
2017-09-29Remove cleanups from mi_cmd_break_insert_1Tom Tromey1-30/+20
2017-09-27Constify some linespec functionsTom Tromey1-1/+1
2017-09-11Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey1-9/+5
2017-06-28Use obstack_grow_strYao Qi1-2/+2
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-1/+1
2017-04-12Introduce command_line_upTom Tromey1-2/+2
2017-04-12Introduce event_location_upTom Tromey1-8/+3
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves1-6/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-02-09Enable/update legacy linespecs in MI.Keith Seitz1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-13Mass rename `explicit' -> `explicit_loc'.Keith Seitz1-11/+11
2015-08-11Explicit locations: MI support for explicit locationsKeith Seitz1-9/+63