aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey1-2/+1
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-1/+6
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-2/+2
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess1-3/+3
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess1-0/+10
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey1-2/+1
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-3/+2
2022-06-17event_location -> location_specPedro Alves1-11/+11
2022-04-04Avoid undefined behavior in gdbscm_make_breakpointPedro Alves1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey1-1/+1
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey1-1/+1
2021-07-28Guile: temporary breakpointsGeorge Barrett1-8/+35
2021-06-25gdb/guile: allow for catchpoint type breakpoints in guileAndrew Burgess1-1/+5
2021-06-25gdb/guile: improve the errors when creating breakpointsAndrew Burgess1-1/+12
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-7/+3
2021-05-06gdb/guile: don't try to print location for watchpointsAndrew Burgess1-5/+6
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+4
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-09Fix scripted probe breakpointsGeorge Barrett1-1/+3
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-9/+7
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-10/+23
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-8/+8
2019-04-08Rewrite TRY/CATCHTom Tromey1-24/+16
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-19Eliminate remaining gdb/guile cleanupsPedro Alves1-18/+8
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-2/+4
2017-10-04Move code out of 'between TRY and CATCH'Pedro Alves1-1/+2
2017-09-27Constify some linespec functionsTom Tromey1-1/+1
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-2/+2
2017-04-12Introduce event_location_upTom Tromey1-6/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-9/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-2/+2
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves1-4/+2
2016-02-09Use string_to_event_location_basic in guile.Keith Seitz1-2/+2
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27Add scm_t_dynwind_flags castsSimon Marchi1-1/+1